removedOutput schema / properties / issuer_name / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / issuer_name / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / next_cursor / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / next_cursor / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / shares / items / properties / currency / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / shares / items / properties / currency / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / shares / items / properties / is_traded_today / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / shares / items / properties / is_traded_today / type
Added value: +[
+ "boolean",
+ "null"
+]
removedOutput schema / properties / shares / items / properties / nominal_value / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / shares / items / properties / nominal_value / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / shares / items / properties / share_kind / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / shares / items / properties / share_kind / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / shares / items / properties / ticker / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / shares / items / properties / ticker / type
Added value: +[
+ "string",
+ "null"
+]