{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegionPatchRequest", "title": "RegionPatchRequest", "type": "object", "properties": { "name": { "type": "string" }, "enabled": { "type": "boolean" } }, "x-speakeasy-entity": "Region", "x-speakeasy-param-suppress-computed-diff": true, "x-speakeasy-component": true }