{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Endpoint", "title": "Endpoint", "type": "object", "properties": { "host": { "type": "string", "example": "my-service.com" }, "port": { "type": "integer", "example": 8080 } } }