addedOutput schema / properties / template / anyOf
Added value: +[
+ {
+ "properties": {
+ "analysisError": {
+ "type": "string"
+ },
+ "analysisStatus": {
+ "enum": [
+ "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_UNSPECIFIED",
+ "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_PENDING",
+ "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_READY",
+ "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_FAILED"
+ ],
+ "type": "string"
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "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"
+ }
+ ]
+ },
+ "detectedCategory": {
+ "enum": [
+ "DOCUMENT_CATEGORY_UNSPECIFIED",
+ "DOCUMENT_CATEGORY_EMPLOYMENT",
+ "DOCUMENT_CATEGORY_EQUITY",
+ "DOCUMENT_CATEGORY_COMPANY",
+ "DOCUMENT_CATEGORY_TRANSACTION",
+ "DOCUMENT_CATEGORY_GENERAL"
+ ],
+ "type": "string"
+ },
+ "detectedDocClass": {
+ "type": "string"
+ },
+ "fields": {
+ "items": {
+ "properties": {
+ "choices": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "defaultValue": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "key": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "required": {
+ "type": "boolean"
+ },
+ "source": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "DOCUMENT_FIELD_TYPE_UNSPECIFIED",
+ "DOCUMENT_FIELD_TYPE_STRING",
+ "DOCUMENT_FIELD_TYPE_DATE",
+ "DOCUMENT_FIELD_TYPE_NUMBER",
+ "DOCUMENT_FIELD_TYPE_TEXT"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "fileName": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / template / properties
Removed value: -{
- "analysisError": {
- "type": "string"
- },
- "analysisStatus": {
- "enum": [
- "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_UNSPECIFIED",
- "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_PENDING",
- "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_READY",
- "COMPANY_USER_TEMPLATE_ANALYSIS_STATUS_FAILED"
- ],
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "contentType": {
- "type": "string"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "createdByUserId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "detectedCategory": {
- "enum": [
- "DOCUMENT_CATEGORY_UNSPECIFIED",
- "DOCUMENT_CATEGORY_EMPLOYMENT",
- "DOCUMENT_CATEGORY_EQUITY",
- "DOCUMENT_CATEGORY_COMPANY",
- "DOCUMENT_CATEGORY_TRANSACTION",
- "DOCUMENT_CATEGORY_GENERAL"
- ],
- "type": "string"
- },
- "detectedDocClass": {
- "type": "string"
- },
- "fields": {
- "items": {
- "properties": {
- "defaultValue": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "key": {
- "type": "string"
- },
- "label": {
- "type": "string"
- },
- "required": {
- "type": "boolean"
- },
- "source": {
- "type": "string"
- },
- "type": {
- "enum": [
- "DOCUMENT_FIELD_TYPE_UNSPECIFIED",
- "DOCUMENT_FIELD_TYPE_STRING",
- "DOCUMENT_FIELD_TYPE_DATE",
- "DOCUMENT_FIELD_TYPE_NUMBER",
- "DOCUMENT_FIELD_TYPE_TEXT"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "fileName": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "title": {
- "type": "string"
- }
-}