UNPKG

@rapharacing/schemas

Version:

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

16 lines 330 B
{ "type": "object", "properties": { "code": { "type": "string", "description": "Card type code" }, "name": { "type": "string", "description": "Card type name" } }, "title": "CardType", "description": "Representation of a Card Type", "$schema": "http://json-schema.org/schema#" }