removedInput schema / properties / cursor / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / cursor / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / instrument / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / instrument / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / only_divergent / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / only_divergent / type
Added value: +[
+ "boolean",
+ "null"
+]
removedInput schema / properties / query / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / query / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "items": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "defined_in": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "cite": {
- "type": "string"
- },
- "defined_within": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "instrument_id": {
- "type": "string"
- },
- "qualifier": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "instrument_id",
- "qualifier",
- "defined_within",
- "cite"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "divergent_resolved": {
- "type": "boolean"
- },
- "divergent_verbatim": {
- "type": "boolean"
- },
- "term": {
- "type": "string"
- }
- },
- "required": [
- "term",
- "defined_in",
- "divergent_verbatim",
- "divergent_resolved"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "next_cursor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "items",
- "next_cursor",
- "total"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "defined_in": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "cite": {
+ "type": "string"
+ },
+ "defined_within": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "qualifier": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "instrument_id",
+ "qualifier",
+ "defined_within",
+ "cite"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "divergent_resolved": {
+ "type": "boolean"
+ },
+ "divergent_verbatim": {
+ "type": "boolean"
+ },
+ "term": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "term",
+ "defined_in",
+ "divergent_verbatim",
+ "divergent_resolved"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "next_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "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"
+ }
+]