{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/User", "title": "User", "type": "object", "properties": { "name": { "type": "string", "example": "Example Title" }, "role": { "type": "string", "example": "example_value" }, "description": { "type": "string", "example": "A sample description." } } }