The HTTP method used to access the endpoint.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_method", "title": "api-shield_method", "description": "The HTTP method used to access the endpoint.", "enum": [ "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "CONNECT", "PATCH", "TRACE" ], "example": "GET", "type": "string" }