changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "centers": {
+ "items": {
+ "properties": {
+ "defined": {
+ "type": "boolean"
+ },
+ "definedBy": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "defined",
+ "definedBy"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "channels": {
+ "items": {
+ "properties": {
+ "centers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "circuit": {
+ "type": "string"
+ },
+ "circuitLocalized": {
+ "type": "string"
+ },
+ "dynamic": {
+ "type": "string"
+ },
+ "dynamicLocalized": {
+ "type": "string"
+ },
+ "gateA": {
+ "type": "number"
+ },
+ "gateB": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "personAGates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "personBGates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "gateA",
+ "gateB",
+ "name",
+ "circuit",
+ "centers",
+ "dynamic",
+ "personAGates",
+ "personBGates"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "combinedDefinition": {
+ "type": "string"
+ },
+ "combinedDefinitionLocalized": {
+ "type": "string"
+ },
+ "summary": {
+ "properties": {
+ "companionship": {
+ "type": "number"
+ },
+ "compromise": {
+ "type": "number"
+ },
+ "dominance": {
+ "type": "number"
+ },
+ "electromagnetic": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "electromagnetic",
+ "dominance",
+ "compromise",
+ "companionship"
+ ],
+ "type": "object"
+ },
+ "totalChannels": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "totalChannels",
+ "channels",
+ "centers",
+ "combinedDefinition",
+ "summary"
+ ],
+ "type": "object"
+}