{ "type": "object", "name": "InitiateAmendQuantityRequest", "properties": { "assetIds": { "type": "object", "properties": { "assetIdArray": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "assetIdArray" ] }, "startDate": { "type": "string" }, "quantityChange": { "type": "integer" }, "amendmentOutputType": { "type": "string" } }, "required": [ "assetIds", "startDate", "quantityChange", "amendmentOutputType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }