changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "_meta": {
- "additionalProperties": true,
- "type": "object"
- },
- "allowed_values": {
- "type": "array"
- },
- "candidates": {
- "type": "array"
- },
- "count": {
- "type": "integer"
- },
- "error_code": {
- "type": "string"
- },
- "field": {
- "type": "string"
- },
- "hint": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "recovery_action": {
- "type": "string"
- },
- "results": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "candidates": {
- "type": "array"
- },
- "definition": {
- "additionalProperties": true,
- "properties": {
- "kind": {
- "const": "untrusted_text",
- "type": "string"
- },
- "provenance": {
- "additionalProperties": true,
- "properties": {
- "record_id": {
- "type": "string"
- },
- "retrieved_at": {
- "type": "string"
- },
- "source": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "raw_sha256": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "error_code": {
- "type": "string"
- },
- "index": {
- "type": "integer"
- },
- "match_type": {
- "type": [
- "string",
- "null"
- ]
- },
- "message": {
- "type": "string"
- },
- "name": {
- "type": [
- "string",
- "null"
- ]
- },
- "ok": {
- "type": "boolean"
- },
- "orpha_code": {
- "type": [
- "string",
- "null"
- ]
- },
- "query": {
- "type": "string"
- },
- "term": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "retryable": {
- "type": "boolean"
- },
- "success": {
- "type": "boolean"
- }
- },
- "type": "object"
-}New value: +null