changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "accessibility": {
+ "additionalProperties": false,
+ "properties": {
+ "chartContainer": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "directProps": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "directProps",
+ "chartContainer"
+ ],
+ "type": "object"
+ },
+ "availableComponents": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "renderable": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "name",
+ "renderable"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "behaviorContracts": {
+ "items": {},
+ "type": "array"
+ },
+ "component": {
+ "type": "string"
+ },
+ "renderable": {
+ "type": "boolean"
+ },
+ "schema": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "status": {
+ "enum": [
+ "component-list",
+ "component-schema",
+ "unknown-component"
+ ],
+ "type": "string"
+ },
+ "surfaceVersion": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "surfaceVersion"
+ ],
+ "type": "object"
+}