changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "anchors": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "body_text": {
+ "type": "string"
+ },
+ "confidence": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "metadata_json": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "session_id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "title": {
+ "type": "string"
+ },
+ "updated_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "title",
+ "body_text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "errors": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "field": {
+ "type": "string"
+ },
+ "ids": {
+ "items": {
+ "type": [
+ "string",
+ "number"
+ ]
+ },
+ "type": "array"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "field",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "metadata": {
+ "additionalProperties": {},
+ "properties": {
+ "include_observations": {
+ "type": "boolean"
+ },
+ "project": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "requested_ids_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "returned_anchor_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "timeline_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "project",
+ "requested_ids_count",
+ "returned_anchor_count",
+ "timeline_count",
+ "include_observations"
+ ],
+ "type": "object"
+ },
+ "missing_ids": {
+ "items": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ "observations": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "body_text": {
+ "type": "string"
+ },
+ "confidence": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "metadata_json": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "session_id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "title": {
+ "type": "string"
+ },
+ "updated_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "title",
+ "body_text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "timeline": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "body_text": {
+ "type": "string"
+ },
+ "confidence": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "metadata_json": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "session_id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "title": {
+ "type": "string"
+ },
+ "updated_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "title",
+ "body_text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "anchors",
+ "timeline",
+ "observations",
+ "missing_ids",
+ "errors",
+ "metadata"
+ ],
+ "type": "object"
+}