changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "citation_routed": {
- "type": "boolean"
- },
- "items": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "cite": {
- "type": "string"
- },
- "instrument_id": {
- "type": "string"
- },
- "locator": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "matched_via": {
- "type": "string"
- },
- "score": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "snippet": {
- "type": "string"
- },
- "source_type": {
- "type": "string"
- },
- "url": {
- "type": "string"
- },
- "why": {
- "type": "string"
- }
- },
- "required": [
- "instrument_id",
- "cite",
- "source_type",
- "locator",
- "url",
- "snippet",
- "score",
- "why",
- "matched_via"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "match_mode": {
- "type": "string"
- },
- "next_cursor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "query_terms": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "query_terms",
- "match_mode",
- "citation_routed",
- "items",
- "next_cursor",
- "total"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "citation_routed": {
+ "type": "boolean"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "cite": {
+ "type": "string"
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "locator": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "matched_via": {
+ "type": "string"
+ },
+ "score": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "snippet": {
+ "type": "string"
+ },
+ "source_type": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "why": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "cite",
+ "source_type",
+ "locator",
+ "url",
+ "snippet",
+ "score",
+ "why",
+ "matched_via"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "match_mode": {
+ "type": "string"
+ },
+ "next_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "query_terms": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "query_terms",
+ "match_mode",
+ "citation_routed",
+ "items",
+ "next_cursor",
+ "total"
+ ],
+ "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"
+ }
+]