addedOutput schema / properties / security / anyOf
Added value: +[
+ {
+ "properties": {
+ "capitalCommitted": {
+ "type": "string"
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "conversionPrice": {
+ "type": "string"
+ },
+ "convertedShares": {
+ "type": "string"
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "discountRate": {
+ "type": "string"
+ },
+ "discountRateOverride": {
+ "type": "string"
+ },
+ "effectiveCap": {
+ "type": "string"
+ },
+ "effectiveDiscount": {
+ "type": "string"
+ },
+ "fullyDilutedShares": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "instrumentType": {
+ "enum": [
+ "CAP_TABLE_INSTRUMENT_TYPE_UNSPECIFIED",
+ "CAP_TABLE_INSTRUMENT_TYPE_SAFE",
+ "CAP_TABLE_INSTRUMENT_TYPE_COMMON_STOCK",
+ "CAP_TABLE_INSTRUMENT_TYPE_PREFERRED_STOCK",
+ "CAP_TABLE_INSTRUMENT_TYPE_OPTION",
+ "CAP_TABLE_INSTRUMENT_TYPE_CONVERTIBLE_NOTE"
+ ],
+ "type": "string"
+ },
+ "liquidationTerms": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "mfn": {
+ "type": "boolean"
+ },
+ "optionType": {
+ "type": "string"
+ },
+ "outstandingShares": {
+ "type": "string"
+ },
+ "ownershipPct": {
+ "type": "string"
+ },
+ "pipelineStatus": {
+ "type": "string"
+ },
+ "proRata": {
+ "type": "boolean"
+ },
+ "roundId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "safeType": {
+ "type": "string"
+ },
+ "signedDate": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "stakeholderId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "stakeholderName": {
+ "type": "string"
+ },
+ "stakeholderType": {
+ "enum": [
+ "CAP_TABLE_STAKEHOLDER_TYPE_UNSPECIFIED",
+ "CAP_TABLE_STAKEHOLDER_TYPE_FOUNDER",
+ "CAP_TABLE_STAKEHOLDER_TYPE_INVESTOR",
+ "CAP_TABLE_STAKEHOLDER_TYPE_EMPLOYEE",
+ "CAP_TABLE_STAKEHOLDER_TYPE_ADVISOR",
+ "CAP_TABLE_STAKEHOLDER_TYPE_ENTITY"
+ ],
+ "type": "string"
+ },
+ "strikePrice": {
+ "type": "string"
+ },
+ "terms": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "valuationCap": {
+ "type": "string"
+ },
+ "valuationCapOverride": {
+ "type": "string"
+ },
+ "vestedPct": {
+ "type": "number"
+ },
+ "vesting": {
+ "anyOf": [
+ {
+ "properties": {
+ "cliffMonths": {
+ "type": "integer"
+ },
+ "fullyVested": {
+ "type": "boolean"
+ },
+ "startDate": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "totalMonths": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "companyId",
+ "stakeholderId"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / security / properties
Removed value: -{
- "capitalCommitted": {
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "conversionPrice": {
- "type": "string"
- },
- "convertedShares": {
- "type": "string"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "discountRate": {
- "type": "string"
- },
- "discountRateOverride": {
- "type": "string"
- },
- "effectiveCap": {
- "type": "string"
- },
- "effectiveDiscount": {
- "type": "string"
- },
- "fullyDilutedShares": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "instrumentType": {
- "enum": [
- "CAP_TABLE_INSTRUMENT_TYPE_UNSPECIFIED",
- "CAP_TABLE_INSTRUMENT_TYPE_SAFE",
- "CAP_TABLE_INSTRUMENT_TYPE_COMMON_STOCK",
- "CAP_TABLE_INSTRUMENT_TYPE_PREFERRED_STOCK",
- "CAP_TABLE_INSTRUMENT_TYPE_OPTION",
- "CAP_TABLE_INSTRUMENT_TYPE_CONVERTIBLE_NOTE"
- ],
- "type": "string"
- },
- "liquidationTerms": {
- "additionalProperties": true,
- "type": "object"
- },
- "mfn": {
- "type": "boolean"
- },
- "optionType": {
- "type": "string"
- },
- "outstandingShares": {
- "type": "string"
- },
- "ownershipPct": {
- "type": "string"
- },
- "pipelineStatus": {
- "type": "string"
- },
- "proRata": {
- "type": "boolean"
- },
- "roundId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "safeType": {
- "type": "string"
- },
- "signedDate": {
- "format": "date-time",
- "type": "string"
- },
- "stakeholderId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "stakeholderName": {
- "type": "string"
- },
- "stakeholderType": {
- "enum": [
- "CAP_TABLE_STAKEHOLDER_TYPE_UNSPECIFIED",
- "CAP_TABLE_STAKEHOLDER_TYPE_FOUNDER",
- "CAP_TABLE_STAKEHOLDER_TYPE_INVESTOR",
- "CAP_TABLE_STAKEHOLDER_TYPE_EMPLOYEE",
- "CAP_TABLE_STAKEHOLDER_TYPE_ADVISOR",
- "CAP_TABLE_STAKEHOLDER_TYPE_ENTITY"
- ],
- "type": "string"
- },
- "strikePrice": {
- "type": "string"
- },
- "terms": {
- "additionalProperties": true,
- "type": "object"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- },
- "valuationCap": {
- "type": "string"
- },
- "valuationCapOverride": {
- "type": "string"
- },
- "vestedPct": {
- "type": "number"
- },
- "vesting": {
- "properties": {
- "cliffMonths": {
- "type": "integer"
- },
- "startDate": {
- "format": "date-time",
- "type": "string"
- },
- "totalMonths": {
- "type": "integer"
- }
- },
- "type": "object"
- }
-}