changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "capabilities": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "capabilityCount": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "deterministic": {
+ "type": "boolean"
+ },
+ "error": {
+ "type": "string"
+ },
+ "knowledge": {},
+ "legacyIntentCount": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "naming": {},
+ "publicationSideEffects": {
+ "type": "boolean"
+ },
+ "sourceCount": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}