{ "type": "object", "name": "InitiateCancellationRequest", "properties": { "assetIds": { "type": "object", "properties": { "assetIdArray": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "assetIdArray" ] }, "cancellationDate": { "type": "string" }, "cancellationOutputType": { "type": "string" } }, "required": [ "assetIds", "cancellationDate", "cancellationOutputType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }