UNPKG

@rapharacing/schemas

Version:

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

16 lines 303 B
{ "type": "object", "properties": { "code": { "type": "string", "description": "Carrier code" }, "name": { "type": "string", "description": "Carrier name" } }, "title": "carrier", "description": "Carrier", "$schema": "http://json-schema.org/schema#" }