changedOutput schema / properties / onboarding / anyOf
Previous value: -[
- {
- "properties": {
- "companyId": {
- "anyOf": [
- {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "countryOfIncorporation": {
- "type": "string"
- },
- "createdAt": {
- "anyOf": [
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "documents": {
- "items": {
- "properties": {
- "contentType": {
- "type": "string"
- },
- "fileName": {
- "type": "string"
- },
- "id": {
- "anyOf": [
- {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "kind": {
- "enum": [
- "EQUITY_ONBOARDING_DOCUMENT_KIND_UNSPECIFIED",
- "EQUITY_ONBOARDING_DOCUMENT_KIND_CERTIFICATE_OF_INCORPORATION",
- "EQUITY_ONBOARDING_DOCUMENT_KIND_EIN_LETTER"
- ],
- "type": "string"
- },
- "sizeBytes": {
- "type": "string"
- },
- "uploadedAt": {
- "anyOf": [
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "einNumber": {
- "type": "string"
- },
- "entityType": {
- "type": "string"
- },
- "formationDate": {
- "type": "string"
- },
- "formationId": {
- "anyOf": [
- {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "id": {
- "anyOf": [
- {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "legalName": {
- "anyOf": [
- {
- "description": "Human-readable name (1-255 Unicode chars).",
- "properties": {
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "nonUs": {
- "type": "boolean"
- },
- "prefillPercent": {
- "type": "integer"
- },
- "provenance": {
- "items": {
- "properties": {
- "confidence": {
- "type": "number"
- },
- "confirmedAt": {
- "anyOf": [
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "fieldPath": {
- "type": "string"
- },
- "origin": {
- "enum": [
- "PROVENANCE_ORIGIN_UNSPECIFIED",
- "PROVENANCE_ORIGIN_INVITE",
- "PROVENANCE_ORIGIN_FORMATION",
- "PROVENANCE_ORIGIN_CAP_TABLE",
- "PROVENANCE_ORIGIN_IDENTITY_PROFILE",
- "PROVENANCE_ORIGIN_EXTRACTED_DOCUMENT",
- "PROVENANCE_ORIGIN_PROVIDER",
- "PROVENANCE_ORIGIN_USER",
- "PROVENANCE_ORIGIN_DEFAULT"
- ],
- "type": "string"
- },
- "sourceDocumentId": {
- "anyOf": [
- {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "sourceFormationId": {
- "anyOf": [
- {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "sourceLabel": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "registeredAddress": {
- "anyOf": [
- {
- "properties": {
- "city": {
- "type": "string"
- },
- "country": {
- "type": "string"
- },
- "county": {
- "type": "string"
- },
- "state": {
- "type": "string"
- },
- "street1": {
- "type": "string"
- },
- "street2": {
- "type": "string"
- },
- "zipCode": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "sections": {
- "items": {
- "properties": {
- "blockers": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "handoffUrl": {
- "type": "string"
- },
- "key": {
- "type": "string"
- },
- "label": {
- "type": "string"
- },
- "state": {
- "enum": [
- "SECTION_STATE_UNSPECIFIED",
- "SECTION_STATE_NOT_STARTED",
- "SECTION_STATE_WORKING",
- "SECTION_STATE_COMPLETE"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "stateOfIncorporation": {
- "type": "string"
- },
- "status": {
- "enum": [
- "EQUITY_ONBOARDING_STATUS_UNSPECIFIED",
- "EQUITY_ONBOARDING_STATUS_DRAFT",
- "EQUITY_ONBOARDING_STATUS_COLLECTING",
- "EQUITY_ONBOARDING_STATUS_SUBMITTED",
- "EQUITY_ONBOARDING_STATUS_ABANDONED"
- ],
- "type": "string"
- },
- "submittedAt": {
- "anyOf": [
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "updatedAt": {
- "anyOf": [
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "countryOfIncorporation": {
+ "type": "string"
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "documents": {
+ "items": {
+ "properties": {
+ "contentType": {
+ "type": "string"
+ },
+ "fileName": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "kind": {
+ "enum": [
+ "EQUITY_ONBOARDING_DOCUMENT_KIND_UNSPECIFIED",
+ "EQUITY_ONBOARDING_DOCUMENT_KIND_CERTIFICATE_OF_INCORPORATION",
+ "EQUITY_ONBOARDING_DOCUMENT_KIND_EIN_LETTER"
+ ],
+ "type": "string"
+ },
+ "sizeBytes": {
+ "type": "string"
+ },
+ "uploadedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "einNumber": {
+ "type": "string"
+ },
+ "entityType": {
+ "type": "string"
+ },
+ "formationDate": {
+ "type": "string"
+ },
+ "formationId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "legalName": {
+ "anyOf": [
+ {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "nonUs": {
+ "type": "boolean"
+ },
+ "prefillPercent": {
+ "type": "integer"
+ },
+ "provenance": {
+ "items": {
+ "properties": {
+ "confidence": {
+ "type": "number"
+ },
+ "confirmedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fieldPath": {
+ "type": "string"
+ },
+ "origin": {
+ "enum": [
+ "PROVENANCE_ORIGIN_UNSPECIFIED",
+ "PROVENANCE_ORIGIN_INVITE",
+ "PROVENANCE_ORIGIN_FORMATION",
+ "PROVENANCE_ORIGIN_CAP_TABLE",
+ "PROVENANCE_ORIGIN_IDENTITY_PROFILE",
+ "PROVENANCE_ORIGIN_EXTRACTED_DOCUMENT",
+ "PROVENANCE_ORIGIN_PROVIDER",
+ "PROVENANCE_ORIGIN_USER",
+ "PROVENANCE_ORIGIN_DEFAULT"
+ ],
+ "type": "string"
+ },
+ "sourceDocumentId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sourceFormationId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sourceLabel": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "registeredAddress": {
+ "anyOf": [
+ {
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "country": {
+ "type": "string"
+ },
+ "county": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ },
+ "street1": {
+ "type": "string"
+ },
+ "street2": {
+ "type": "string"
+ },
+ "zipCode": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "registeredAgentAddress": {
+ "anyOf": [
+ {
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "country": {
+ "type": "string"
+ },
+ "county": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ },
+ "street1": {
+ "type": "string"
+ },
+ "street2": {
+ "type": "string"
+ },
+ "zipCode": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "registeredAgentName": {
+ "anyOf": [
+ {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sections": {
+ "items": {
+ "properties": {
+ "blockers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "handoffUrl": {
+ "type": "string"
+ },
+ "key": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "state": {
+ "enum": [
+ "SECTION_STATE_UNSPECIFIED",
+ "SECTION_STATE_NOT_STARTED",
+ "SECTION_STATE_WORKING",
+ "SECTION_STATE_COMPLETE"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "stateOfIncorporation": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "EQUITY_ONBOARDING_STATUS_UNSPECIFIED",
+ "EQUITY_ONBOARDING_STATUS_DRAFT",
+ "EQUITY_ONBOARDING_STATUS_COLLECTING",
+ "EQUITY_ONBOARDING_STATUS_SUBMITTED",
+ "EQUITY_ONBOARDING_STATUS_ABANDONED"
+ ],
+ "type": "string"
+ },
+ "submittedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]