{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegionResponse", "title": "RegionResponse", "type": "object", "required": [ "regionId", "name", "organizationId", "enabled", "createdAt", "updatedAt" ], "properties": { "regionId": { "type": "string", "format": "uuid" }, "name": { "type": "string" }, "organizationId": { "type": "string", "format": "uuid" }, "enabled": { "type": "boolean" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } }, "x-speakeasy-entity": "Region", "x-speakeasy-param-suppress-computed-diff": true, "x-speakeasy-component": true }