addedOutput schema / properties / document / anyOf
Added value: +[
+ {
+ "properties": {
+ "category": {
+ "enum": [
+ "DOCUMENT_CATEGORY_UNSPECIFIED",
+ "DOCUMENT_CATEGORY_EMPLOYMENT",
+ "DOCUMENT_CATEGORY_EQUITY",
+ "DOCUMENT_CATEGORY_COMPANY",
+ "DOCUMENT_CATEGORY_TRANSACTION",
+ "DOCUMENT_CATEGORY_GENERAL"
+ ],
+ "type": "string"
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "contentSha256": {
+ "type": "string"
+ },
+ "contentType": {
+ "type": "string"
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "createdByUserId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "docClass": {
+ "type": "string"
+ },
+ "externalRefId": {
+ "type": "string"
+ },
+ "externalRefKind": {
+ "type": "string"
+ },
+ "fileName": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "signatureEnvelopeId": {
+ "type": "string"
+ },
+ "signedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "source": {
+ "enum": [
+ "DOCUMENT_SOURCE_UNSPECIFIED",
+ "DOCUMENT_SOURCE_TEMPLATE",
+ "DOCUMENT_SOURCE_PRODUCT",
+ "DOCUMENT_SOURCE_UPLOAD",
+ "DOCUMENT_SOURCE_USER_TEMPLATE"
+ ],
+ "type": "string"
+ },
+ "sourceDocumentId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "templateId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "templateVersion": {
+ "type": "integer"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "DOCUMENT_TYPE_UNSPECIFIED",
+ "DOCUMENT_TYPE_PRIMARY",
+ "DOCUMENT_TYPE_SIGNED",
+ "DOCUMENT_TYPE_CERTIFICATE",
+ "DOCUMENT_TYPE_FINAL",
+ "DOCUMENT_TYPE_SIGNATURE_IMAGE",
+ "DOCUMENT_TYPE_ATTACHMENT"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / document / properties
Removed value: -{
- "category": {
- "enum": [
- "DOCUMENT_CATEGORY_UNSPECIFIED",
- "DOCUMENT_CATEGORY_EMPLOYMENT",
- "DOCUMENT_CATEGORY_EQUITY",
- "DOCUMENT_CATEGORY_COMPANY",
- "DOCUMENT_CATEGORY_TRANSACTION",
- "DOCUMENT_CATEGORY_GENERAL"
- ],
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "contentSha256": {
- "type": "string"
- },
- "contentType": {
- "type": "string"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "createdByUserId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "docClass": {
- "type": "string"
- },
- "externalRefId": {
- "type": "string"
- },
- "externalRefKind": {
- "type": "string"
- },
- "fileName": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "signatureEnvelopeId": {
- "type": "string"
- },
- "signedAt": {
- "format": "date-time",
- "type": "string"
- },
- "source": {
- "enum": [
- "DOCUMENT_SOURCE_UNSPECIFIED",
- "DOCUMENT_SOURCE_TEMPLATE",
- "DOCUMENT_SOURCE_PRODUCT",
- "DOCUMENT_SOURCE_UPLOAD",
- "DOCUMENT_SOURCE_USER_TEMPLATE"
- ],
- "type": "string"
- },
- "sourceDocumentId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "templateId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "templateVersion": {
- "type": "integer"
- },
- "title": {
- "type": "string"
- },
- "type": {
- "enum": [
- "DOCUMENT_TYPE_UNSPECIFIED",
- "DOCUMENT_TYPE_PRIMARY",
- "DOCUMENT_TYPE_SIGNED",
- "DOCUMENT_TYPE_CERTIFICATE",
- "DOCUMENT_TYPE_FINAL",
- "DOCUMENT_TYPE_SIGNATURE_IMAGE",
- "DOCUMENT_TYPE_ATTACHMENT"
- ],
- "type": "string"
- }
-}
removedOutput schema / properties / document / type
Removed value: -"object"
addedOutput schema / properties / related / items / properties / companyId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / companyId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / related / items / properties / companyId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / related / items / properties / companyId / type
Removed value: -"object"
addedOutput schema / properties / related / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / related / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / related / items / properties / createdByUserId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / createdByUserId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / related / items / properties / createdByUserId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / related / items / properties / createdByUserId / type
Removed value: -"object"
addedOutput schema / properties / related / items / properties / id / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / id / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / related / items / properties / id / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / related / items / properties / id / type
Removed value: -"object"
addedOutput schema / properties / related / items / properties / signedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / signedAt / format
Removed value: -"date-time"
removedOutput schema / properties / related / items / properties / signedAt / type
Removed value: -"string"
addedOutput schema / properties / related / items / properties / sourceDocumentId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / sourceDocumentId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / related / items / properties / sourceDocumentId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / related / items / properties / sourceDocumentId / type
Removed value: -"object"
addedOutput schema / properties / related / items / properties / templateId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / related / items / properties / templateId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / related / items / properties / templateId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / related / items / properties / templateId / type
Removed value: -"object"