{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_edit_managed_domain_request", "title": "r2_edit_managed_domain_request", "example": { "enabled": true }, "properties": { "enabled": { "description": "Whether to enable public bucket access at the r2.dev domain", "type": "boolean" } }, "required": [ "enabled" ], "type": "object" }