changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "added": {
+ "type": "boolean"
+ },
+ "attestation_requests": {
+ "items": {
+ "properties": {
+ "document_id": {
+ "type": "string"
+ },
+ "document_revision_id": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "requested_attestation_type": {
+ "enum": [
+ "acknowledgment",
+ "signature"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "document_id",
+ "document_revision_id",
+ "requested_attestation_type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "attestation_requests_count": {
+ "type": "integer"
+ },
+ "group": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "new_assignments_count": {
+ "type": "integer"
+ },
+ "notification_batches_count": {
+ "type": "integer"
+ },
+ "person": {
+ "properties": {
+ "email": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "email"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "added",
+ "new_assignments_count",
+ "attestation_requests_count",
+ "notification_batches_count",
+ "attestation_requests"
+ ],
+ "type": "object"
+}