registrar-api_api-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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