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 / tokens / items / properties / percent_rate / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / tokens / items / properties / percent_rate / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / tokens / items / properties / sold / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / tokens / items / properties / sold / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / tokens / items / properties / token_price / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / tokens / items / properties / token_price / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / tokens / items / properties / total_tokens / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / tokens / items / properties / total_tokens / type
Added value: +[
+ "number",
+ "null"
+]