addedOutput schema / properties / round / anyOf
Added value: +[
+ {
+ "properties": {
+ "closedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fullyDilutedShares": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "isPriced": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "optionPoolPct": {
+ "type": "string"
+ },
+ "optionPoolShares": {
+ "type": "string"
+ },
+ "postMoneyValuation": {
+ "type": "string"
+ },
+ "preMoneyValuation": {
+ "type": "string"
+ },
+ "pricePerShare": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "CAP_TABLE_ROUND_STATUS_UNSPECIFIED",
+ "CAP_TABLE_ROUND_STATUS_OPEN",
+ "CAP_TABLE_ROUND_STATUS_CLOSING",
+ "CAP_TABLE_ROUND_STATUS_CLOSED"
+ ],
+ "type": "string"
+ },
+ "totalRaiseTarget": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "companyId"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / round / properties
Removed value: -{
- "closedAt": {
- "format": "date-time",
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "fullyDilutedShares": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "isPriced": {
- "type": "boolean"
- },
- "name": {
- "type": "string"
- },
- "optionPoolPct": {
- "type": "string"
- },
- "optionPoolShares": {
- "type": "string"
- },
- "postMoneyValuation": {
- "type": "string"
- },
- "preMoneyValuation": {
- "type": "string"
- },
- "pricePerShare": {
- "type": "string"
- },
- "status": {
- "enum": [
- "CAP_TABLE_ROUND_STATUS_UNSPECIFIED",
- "CAP_TABLE_ROUND_STATUS_OPEN",
- "CAP_TABLE_ROUND_STATUS_CLOSING",
- "CAP_TABLE_ROUND_STATUS_CLOSED"
- ],
- "type": "string"
- },
- "totalRaiseTarget": {
- "type": "string"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- }
-}