changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "accept_from": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "address": {
+ "type": "string"
+ },
+ "doorbell_conflict": {
+ "type": "boolean"
+ },
+ "harness": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "holding": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "last_doorbell_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_ping_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_ping_status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_polled_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "oldest_queued_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "unread_count": {
+ "type": "integer"
+ },
+ "webhook_set": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "address",
+ "unread_count"
+ ],
+ "type": "object"
+}