changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "asof": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Asof"
+ },
+ "data": {
+ "additionalProperties": true,
+ "default": null,
+ "title": "Data",
+ "type": "object"
+ },
+ "disclaimer": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Disclaimer"
+ },
+ "note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Note"
+ },
+ "scope": {
+ "default": null,
+ "title": "Scope",
+ "type": "string"
+ },
+ "stale": {
+ "default": null,
+ "title": "Stale",
+ "type": "boolean"
+ },
+ "tool": {
+ "default": null,
+ "title": "Tool",
+ "type": "string"
+ }
+ },
+ "title": "Envelope",
+ "type": "object"
+}