workers_domain-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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