zaraz_zaraz-config-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zaraz-zaraz-config-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zaraz_zaraz-config-response",
  "title": "zaraz_zaraz-config-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/zaraz_api-response-common"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/zaraz_zaraz-config-return"
        }
      }
    }
  ]
}