changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "ambiguous": {
- "type": "boolean"
- },
- "items": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "cite": {
- "type": "string"
- },
- "confidence": {
- "enum": [
- "exact",
- "strong",
- "ambiguous"
- ],
- "type": "string"
- },
- "instrument_id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "locator": {
- "anyOf": [
- {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "url": {
- "type": "string"
- },
- "why": {
- "type": "string"
- }
- },
- "required": [
- "instrument_id",
- "cite",
- "kind",
- "locator",
- "confidence",
- "why",
- "url"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "next_cursor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "not_in_corpus": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "celex": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "named": {
- "type": "string"
- }
- },
- "required": [
- "named",
- "celex"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "type": "number"
- },
- "unresolved": {
- "type": "boolean"
- }
- },
- "required": [
- "items",
- "next_cursor",
- "total",
- "ambiguous",
- "unresolved",
- "not_in_corpus"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "ambiguous": {
+ "type": "boolean"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "cite": {
+ "type": "string"
+ },
+ "confidence": {
+ "enum": [
+ "exact",
+ "strong",
+ "ambiguous"
+ ],
+ "type": "string"
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "locator": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "url": {
+ "type": "string"
+ },
+ "why": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "cite",
+ "kind",
+ "locator",
+ "confidence",
+ "why",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "next_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "not_in_corpus": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "celex": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "named": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "named",
+ "celex"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ },
+ "unresolved": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "items",
+ "next_cursor",
+ "total",
+ "ambiguous",
+ "unresolved",
+ "not_in_corpus"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / pagination / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "complete": {
- "type": "boolean"
- },
- "next_cursor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "complete",
- "next_cursor"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "complete": {
+ "type": "boolean"
+ },
+ "next_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "complete",
+ "next_cursor"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]