Speakeasy · Schema

HttpMethod

AIDocumentationMCPPlatformSDKsTerraformTesting
View JSON Schema on GitHub

JSON Schema

speakeasy-httpmethod-schema.json Raw ↑
{
  "$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"
  ]
}