changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "_source": {
+ "additionalProperties": false,
+ "properties": {
+ "checked": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "provenance_status": {
+ "enum": [
+ "verified",
+ "pending-verification",
+ "computed",
+ "live"
+ ],
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "checked",
+ "provenance_status"
+ ],
+ "type": "object"
+ },
+ "blocking_errors": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "recovery": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "params": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "tool": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "action"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "code",
+ "message",
+ "recovery"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "citation": {
+ "additionalProperties": false,
+ "properties": {
+ "qualifier": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+ },
+ "confidence": {
+ "additionalProperties": false,
+ "properties": {
+ "basis": {
+ "enum": [
+ "deterministic",
+ "provenance",
+ "match_quality",
+ "freshness"
+ ],
+ "type": "string"
+ },
+ "level": {
+ "enum": [
+ "high",
+ "medium",
+ "low"
+ ],
+ "type": "string"
+ },
+ "score": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "level",
+ "basis"
+ ],
+ "type": "object"
+ },
+ "envelope_version": {
+ "const": "1",
+ "type": "string"
+ },
+ "normalized_input": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "result": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "monthly_limit": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "monthly_price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tier": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "type": "object"
+ }
+ ]
+ },
+ "validity": {
+ "additionalProperties": false,
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "effective_from": {
+ "type": "string"
+ },
+ "effective_to": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "as_of"
+ ],
+ "type": "object"
+ },
+ "warnings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "envelope_version",
+ "ok",
+ "result",
+ "confidence",
+ "_source",
+ "citation"
+ ],
+ "type": "object"
+}