{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/test-cards-create-test-card-ranges-result-schema.json", "title": "CreateTestCardRangesResult", "description": "CreateTestCardRangesResult schema from Adyen API", "properties": { "rangeCreationResults": { "description": "The results of the test card creation.", "items": { "$ref": "#/components/schemas/TestCardRangeCreationResult" }, "type": "array" } }, "required": [ "rangeCreationResults" ], "type": "object" }