{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CardBatchReplace", "title": "CardBatchReplace", "type": "object", "properties": { "cards": { "type": "array", "description": "The cards that need to be replaced.", "readOnly": false, "writeOnly": true, "items": { "$ref": "#/components/schemas/CardBatchReplaceEntry" } } }, "required": [ "cards" ] }