UNPKG

@rapharacing/schemas

Version:

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

12 lines 262 B
{ "type": "object", "properties": { "value": { "type": "string", "description": "Value of the feature" } }, "title": "FeatureValue", "description": "Representation of a Feature Value", "$schema": "http://json-schema.org/schema#" }