changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "classification_note": {
- "type": "string"
- },
- "counts": {
- "additionalProperties": {
- "type": "number"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "definition_markers": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "term": {
- "type": "string"
- }
- },
- "required": [
- "term"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "instrument_id": {
- "type": "string"
- },
- "items": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "article": {
- "type": "string"
- },
- "status": {
- "type": "string"
- }
- },
- "required": [
- "article",
- "status"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "materiality_markers": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "article": {
- "type": "string"
- }
- },
- "required": [
- "article"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "next_cursor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "pair": {
- "additionalProperties": {},
- "properties": {
- "from": {
- "additionalProperties": {},
- "properties": {
- "version_id": {
- "type": "string"
- }
- },
- "required": [
- "version_id"
- ],
- "type": "object"
- },
- "to": {
- "additionalProperties": {},
- "properties": {
- "version_id": {
- "type": "string"
- }
- },
- "required": [
- "version_id"
- ],
- "type": "object"
- }
- },
- "required": [
- "from",
- "to"
- ],
- "type": "object"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "instrument_id",
- "pair",
- "items",
- "next_cursor",
- "total",
- "counts",
- "materiality_markers",
- "definition_markers",
- "classification_note"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "classification_note": {
+ "type": "string"
+ },
+ "counts": {
+ "additionalProperties": {
+ "type": "number"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "definition_markers": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "term": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "term"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "article": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "article",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "materiality_markers": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "article": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "article"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "next_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pair": {
+ "additionalProperties": {},
+ "properties": {
+ "from": {
+ "additionalProperties": {},
+ "properties": {
+ "version_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "version_id"
+ ],
+ "type": "object"
+ },
+ "to": {
+ "additionalProperties": {},
+ "properties": {
+ "version_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "version_id"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "from",
+ "to"
+ ],
+ "type": "object"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "pair",
+ "items",
+ "next_cursor",
+ "total",
+ "counts",
+ "materiality_markers",
+ "definition_markers",
+ "classification_note"
+ ],
+ "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"
+ }
+]