changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "acceptance": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "items": {},
+ "type": "array"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "actions": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "items": {},
+ "type": "array"
+ }
+ ],
+ "description": "Per write-type headroom, dispatchable and floor"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Per write-type headroom, dispatchable and floor"
+ },
+ "backlog": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "anyOf": [
+ {},
+ {
+ "type": "null"
+ }
+ ]
+ }
+ ],
+ "description": "Pending-invitation backlog by age"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Pending-invitation backlog by age"
+ },
+ "budgetDay": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "commentsPerWeek": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "connectionsCount": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "days": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "items": {},
+ "type": "array"
+ }
+ ],
+ "description": "28-day daily series of observed/ours/foreign per type"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "28-day daily series of observed/ours/foreign per type"
+ },
+ "flags": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {}
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "linkedinAccountId": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "measuredAt": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "pending": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "boolean"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "score": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {}
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "status": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "tier": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "unmeasured": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "weeklyCap": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}