{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateTestCardRangesResult", "title": "CreateTestCardRangesResult", "properties": { "rangeCreationResults": { "description": "The results of the test card creation.", "items": { "$ref": "#/components/schemas/TestCardRangeCreationResult" }, "type": "array" } }, "required": [ "rangeCreationResults" ] }