r2_remove_custom_domain_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
domain string Name of the removed custom domain
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-remove-custom-domain-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_remove_custom_domain_response",
  "title": "r2_remove_custom_domain_response",
  "example": {
    "domain": "example-domain/custom-domain.com"
  },
  "properties": {
    "domain": {
      "description": "Name of the removed custom domain",
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}