{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/name",
"title": "name",
"type": "object",
"properties": {
"name": {
"maxLength": 50,
"minLength": 1,
"type": "string",
"description": "The name displayed for the category. Name is unique with respect to the category\u02bcs siblings.\nRequired in a POST.",
"example": "Bath"
}
}
}