@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 602 B
JSON
{
"type": "object",
"properties": {
"languages": {
"type": "array",
"description": "This is the list of Language fields that should be returned in the response body",
"items": {
"$ref": "_definitions.json#/definitions/Language",
"originalRef": "Language"
}
}
},
"title": "LanguageList",
"description": "Lists all available languages (all languages used for a particular store). If the list of languages for a base store is empty, a list of all languages available in the system will be returned",
"$schema": "http://json-schema.org/schema#"
}