UNPKG

@rapharacing/schemas

Version:

OpenAPI to JSON Schema to be used with middy for CC response validation

16 lines 383 B
{ "type": "object", "properties": { "cardTypes": { "type": "array", "description": "List of card types", "items": { "$ref": "_definitions.json#/definitions/CardType", "originalRef": "CardType" } } }, "title": "CardTypeList", "description": "Representation of a Card Type List", "$schema": "http://json-schema.org/schema#" }