Updated UNDOCUMENTED
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Trading",
|
||||
"examples": [
|
||||
{
|
||||
@@ -86,7 +87,13 @@
|
||||
]
|
||||
},
|
||||
"functions": { "$ref": "#/definitions/Functions" },
|
||||
"choice": { "title": "Choice", "description": "UNDOCUMENTED", "type": "array", "items": { "$ref": "#/definitions/Item" } }
|
||||
"choice": {
|
||||
"title": "Choice",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/Item" }
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -119,9 +126,15 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"price_multiplier": { "title": "Price Multiplier", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"price_multiplier": { "title": "Price Multiplier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"functions": { "$ref": "#/definitions/Functions" },
|
||||
"choice": { "title": "Choice", "description": "UNDOCUMENTED", "type": "array", "items": { "$ref": "#/definitions/Item" } }
|
||||
"choice": {
|
||||
"title": "Choice",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/Item" }
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user