addedOutput schema / properties / envelope / anyOf
Added value: +[
+ {
+ "properties": {
+ "certificateSha256": {
+ "type": "string"
+ },
+ "completedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "consentVersionId": {
+ "type": "string"
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "documentSha256": {
+ "type": "string"
+ },
+ "envelopeType": {
+ "type": "string"
+ },
+ "finalArtifactSha256": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "provider": {
+ "enum": [
+ "SIGNATURE_PROVIDER_UNSPECIFIED",
+ "SIGNATURE_PROVIDER_LOVIE_SIGN",
+ "SIGNATURE_PROVIDER_DOCUSIGN"
+ ],
+ "type": "string"
+ },
+ "providerEnvelopeId": {
+ "type": "string"
+ },
+ "signedDocumentSha256": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "SIGNATURE_ENVELOPE_STATUS_UNSPECIFIED",
+ "SIGNATURE_ENVELOPE_STATUS_CREATED",
+ "SIGNATURE_ENVELOPE_STATUS_SENT",
+ "SIGNATURE_ENVELOPE_STATUS_VIEWED",
+ "SIGNATURE_ENVELOPE_STATUS_CONSENTED",
+ "SIGNATURE_ENVELOPE_STATUS_SIGNED",
+ "SIGNATURE_ENVELOPE_STATUS_COMPLETED",
+ "SIGNATURE_ENVELOPE_STATUS_VOIDED"
+ ],
+ "type": "string"
+ },
+ "subjectRef": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "userId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "voidedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / envelope / properties
Removed value: -{
- "certificateSha256": {
- "type": "string"
- },
- "completedAt": {
- "format": "date-time",
- "type": "string"
- },
- "consentVersionId": {
- "type": "string"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "documentSha256": {
- "type": "string"
- },
- "envelopeType": {
- "type": "string"
- },
- "finalArtifactSha256": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "provider": {
- "enum": [
- "SIGNATURE_PROVIDER_UNSPECIFIED",
- "SIGNATURE_PROVIDER_LOVIE_SIGN",
- "SIGNATURE_PROVIDER_DOCUSIGN"
- ],
- "type": "string"
- },
- "providerEnvelopeId": {
- "type": "string"
- },
- "signedDocumentSha256": {
- "type": "string"
- },
- "status": {
- "enum": [
- "SIGNATURE_ENVELOPE_STATUS_UNSPECIFIED",
- "SIGNATURE_ENVELOPE_STATUS_CREATED",
- "SIGNATURE_ENVELOPE_STATUS_SENT",
- "SIGNATURE_ENVELOPE_STATUS_VIEWED",
- "SIGNATURE_ENVELOPE_STATUS_CONSENTED",
- "SIGNATURE_ENVELOPE_STATUS_SIGNED",
- "SIGNATURE_ENVELOPE_STATUS_COMPLETED",
- "SIGNATURE_ENVELOPE_STATUS_VOIDED"
- ],
- "type": "string"
- },
- "subjectRef": {
- "additionalProperties": true,
- "type": "object"
- },
- "userId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "voidedAt": {
- "format": "date-time",
- "type": "string"
- }
-}
removedOutput schema / properties / envelope / type
Removed value: -"object"
addedOutput schema / properties / events / items / properties / actorUserId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / events / items / properties / actorUserId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / events / items / properties / actorUserId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / events / items / properties / actorUserId / type
Removed value: -"object"
addedOutput schema / properties / events / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / events / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / events / items / properties / createdAt / type
Removed value: -"string"
removedOutput schema / properties / events / items / properties / metadata / additionalProperties
Removed value: -true
addedOutput schema / properties / events / items / properties / metadata / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / events / items / properties / metadata / type
Removed value: -"object"