changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "requests": {
+ "items": {
+ "properties": {
+ "attestation_type": {
+ "enum": [
+ "acknowledgment",
+ "signature"
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "attested_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "document": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "resource_uri": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "resource_uri"
+ ],
+ "type": "object"
+ },
+ "expired_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "person": {
+ "properties": {
+ "email": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "resource_uri": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "email",
+ "resource_uri"
+ ],
+ "type": "object"
+ },
+ "resource_uri": {
+ "type": "string"
+ },
+ "sent_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "enum": [
+ "created",
+ "sent",
+ "viewed",
+ "attested",
+ "expired",
+ "canceled",
+ "bounced",
+ "failed",
+ "complained"
+ ],
+ "type": "string"
+ },
+ "viewed_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "status",
+ "resource_uri"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "requests"
+ ],
+ "type": "object"
+}