registrar-api_domain_response_single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-registrar-api-domain-response-single-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/registrar-api_domain_response_single",
  "title": "registrar-api_domain_response_single",
  "allOf": [
    {
      "$ref": "#/components/schemas/registrar-api_api-response-single"
    },
    {
      "properties": {
        "result": {
          "type": "object"
        }
      }
    }
  ]
}