changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "active_people_count": {
+ "type": "integer"
+ },
+ "automatic_request_issuance_enabled": {
+ "type": "boolean"
+ },
+ "compliant_people_count": {
+ "type": "integer"
+ },
+ "created_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "documents_count": {
+ "type": "integer"
+ },
+ "documents_resource_uri": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "last_synced_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "members_resource_uri": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "recipient_message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "resource_uri": {
+ "type": "string"
+ },
+ "source": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "updated_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "automatic_request_issuance_enabled",
+ "active_people_count",
+ "compliant_people_count",
+ "documents_count",
+ "resource_uri",
+ "members_resource_uri",
+ "documents_resource_uri"
+ ],
+ "type": "object"
+}