registrar-api_domain_update_properties

APIs.ioEngineeringPlatform

Properties

Name Type Description
auto_renew object
locked object
privacy object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-registrar-api-domain-update-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/registrar-api_domain_update_properties",
  "title": "registrar-api_domain_update_properties",
  "properties": {
    "auto_renew": {
      "$ref": "#/components/schemas/registrar-api_auto_renew"
    },
    "locked": {
      "$ref": "#/components/schemas/registrar-api_locked"
    },
    "privacy": {
      "$ref": "#/components/schemas/registrar-api_privacy"
    }
  },
  "type": "object"
}