{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HttpMethod", "title": "HttpMethod", "type": "string", "enum": [ "get", "post", "put", "patch", "delete", "head", "options", "trace" ] }