changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "channels": {
+ "items": {
+ "properties": {
+ "circuit": {
+ "type": "string"
+ },
+ "circuitLocalized": {
+ "type": "string"
+ },
+ "defined": {
+ "type": "boolean"
+ },
+ "gateA": {
+ "type": "number"
+ },
+ "gateAHeldBy": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "gateB": {
+ "type": "number"
+ },
+ "gateBHeldBy": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "isCore": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "position": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "gateA",
+ "gateB",
+ "name",
+ "circuit",
+ "position",
+ "isCore",
+ "defined",
+ "gateAHeldBy",
+ "gateBHeldBy"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "gates": {
+ "items": {
+ "properties": {
+ "filled": {
+ "type": "boolean"
+ },
+ "gate": {
+ "type": "number"
+ },
+ "gateName": {
+ "type": "string"
+ },
+ "gateNameLocalized": {
+ "type": "string"
+ },
+ "heldBy": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "gate",
+ "gateName",
+ "filled",
+ "heldBy"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "memberCount": {
+ "type": "number"
+ },
+ "summary": {
+ "properties": {
+ "coreDefined": {
+ "type": "boolean"
+ },
+ "definedChannels": {
+ "type": "number"
+ },
+ "filledGates": {
+ "type": "number"
+ },
+ "gapGates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "definedChannels",
+ "filledGates",
+ "gapGates",
+ "coreDefined"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "memberCount",
+ "channels",
+ "gates",
+ "summary"
+ ],
+ "type": "object"
+}