mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: required fields on refine response
This commit is contained in:
parent
0d7bb3cca9
commit
da4cb1edbb
@ -1579,7 +1579,11 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Amount of units of the good."
|
"description": "Amount of units of the good."
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"tradeSymbol",
|
||||||
|
"units"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"consumed": {
|
"consumed": {
|
||||||
@ -1596,7 +1600,11 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Amount of units of the good."
|
"description": "Amount of units of the good."
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"tradeSymbol",
|
||||||
|
"units"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -3141,4 +3149,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user