{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/description", "title": "description", "type": "object", "properties": { "description": { "type": "string", "description": "The product description, which can include HTML formatting.\n", "example": "
We offer a wide variety of products perfect for relaxing
" } } }