addedOutput schema / properties / documents / items / properties / companyId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / companyId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / documents / items / properties / companyId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / documents / items / properties / companyId / type
Removed value: -"object"
addedOutput schema / properties / documents / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / documents / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / documents / items / properties / createdByUserId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / createdByUserId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / documents / items / properties / createdByUserId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / documents / items / properties / createdByUserId / type
Removed value: -"object"
addedOutput schema / properties / documents / items / properties / id / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / id / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / documents / items / properties / id / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / documents / items / properties / id / type
Removed value: -"object"
addedOutput schema / properties / documents / items / properties / signedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / signedAt / format
Removed value: -"date-time"
removedOutput schema / properties / documents / items / properties / signedAt / type
Removed value: -"string"
addedOutput schema / properties / documents / items / properties / sourceDocumentId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / sourceDocumentId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / documents / items / properties / sourceDocumentId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / documents / items / properties / sourceDocumentId / type
Removed value: -"object"
addedOutput schema / properties / documents / items / properties / templateId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / documents / items / properties / templateId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / documents / items / properties / templateId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / documents / items / properties / templateId / type
Removed value: -"object"