removedOutput schema / properties / bonds / items / properties / admission_date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / admission_date / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / bond_kind / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / bond_kind / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / currency / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / currency / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / is_trading / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / is_trading / type
Added value: +[
+ "boolean",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / issuer_name / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / issuer_name / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / maturity_date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / maturity_date / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / name / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / name / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / nominal_value / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / nominal_value / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / percent_payment_type / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / percent_payment_type / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / percent_rate / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / percent_rate / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / bonds / items / properties / ticker / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / bonds / items / properties / ticker / 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"
+]