removedInput schema / properties / chapter / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / chapter / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / cursor / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / cursor / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / topic / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / topic / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "instrument_id": {
- "type": "string"
- },
- "items": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "cite": {
- "type": "string"
- }
- },
- "required": [
- "cite"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "kinds_listed": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "next_cursor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "instrument_id",
- "kinds_listed",
- "items",
- "next_cursor",
- "total"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "instrument_id": {
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "cite": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "cite"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kinds_listed": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "next_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "kinds_listed",
+ "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"
+ }
+]