fix: required fields on refine response

This commit is contained in:
SpaceAdmiral 2023-06-23 21:45:19 -07:00
parent 0d7bb3cca9
commit da4cb1edbb

View File

@ -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 @@
} }
} }
} }
} }