{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HTTPEndpoint", "title": "HTTPEndpoint", "type": "object", "properties": { "path": { "type": "string" }, "methods": { "type": "array", "items": { "type": "string" } }, "hostnames": { "type": "array", "items": { "type": "string" } } } }