addedOutput schema / properties / stakeholder / anyOf
Added value: +[
+ {
+ "properties": {
+ "accessLevel": {
+ "enum": [
+ "CAP_TABLE_ACCESS_LEVEL_UNSPECIFIED",
+ "CAP_TABLE_ACCESS_LEVEL_NONE",
+ "CAP_TABLE_ACCESS_LEVEL_SUMMARY_ONLY",
+ "CAP_TABLE_ACCESS_LEVEL_OWN_SECURITIES",
+ "CAP_TABLE_ACCESS_LEVEL_FULL"
+ ],
+ "type": "string"
+ },
+ "address": {
+ "type": "string"
+ },
+ "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"
+ }
+ ]
+ },
+ "email": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "metadata": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "name": {
+ "anyOf": [
+ {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "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"
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "userId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / stakeholder / properties
Removed value: -{
- "accessLevel": {
- "enum": [
- "CAP_TABLE_ACCESS_LEVEL_UNSPECIFIED",
- "CAP_TABLE_ACCESS_LEVEL_NONE",
- "CAP_TABLE_ACCESS_LEVEL_SUMMARY_ONLY",
- "CAP_TABLE_ACCESS_LEVEL_OWN_SECURITIES",
- "CAP_TABLE_ACCESS_LEVEL_FULL"
- ],
- "type": "string"
- },
- "address": {
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "email": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "metadata": {
- "additionalProperties": true,
- "type": "object"
- },
- "name": {
- "description": "Human-readable name (1-255 Unicode chars).",
- "properties": {
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
- },
- "type": "object"
- },
- "title": {
- "type": "string"
- },
- "type": {
- "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"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- },
- "userId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- }
-}