changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "config": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {}
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "declaredActions": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "description": "For an ai:autonomous node: the actions its brief was read as taking, the reach flags, and whether the brief said nothing legible. Also present inside config.declaredActions.",
+ "properties": {
+ "actions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "briefHash": {
+ "type": "string"
+ },
+ "evaluatedAt": {
+ "type": "number"
+ },
+ "flags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "model": {
+ "type": "string"
+ },
+ "uncertain": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "For an ai:autonomous node: the actions its brief was read as taking, the reach flags, and whether the brief said nothing legible. Also present inside config.declaredActions."
+ }
+ ],
+ "description": "For an ai:autonomous node: the actions its brief was read as taking, the reach flags, and whether the brief said nothing legible. Also present inside config.declaredActions."
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "For an ai:autonomous node: the actions its brief was read as taking, the reach flags, and whether the brief said nothing legible. Also present inside config.declaredActions."
+ },
+ "label": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "nodeId": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "nodeType": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}