@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
20 lines • 457 B
JSON
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the feature unit"
},
"symbol": {
"type": "string",
"description": "Symbol of the feature unit"
},
"unitType": {
"type": "string",
"description": "Type of the feature unit"
}
},
"title": "FeatureUnit",
"description": "Representation of a Feature Unit",
"$schema": "http://json-schema.org/schema#"
}