zaraz_zaraz-history-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zaraz-zaraz-history-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zaraz_zaraz-history-response",
  "title": "zaraz_zaraz-history-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/zaraz_api-response-common"
    },
    {
      "properties": {
        "result": {
          "items": {
            "allOf": [
              {
                "$ref": "#/components/schemas/zaraz_zaraz-config-row-base"
              },
              {
                "example": {
                  "createdAt": "2023-02-23T05:05:55.155273Z",
                  "description": "Config with enabled ecommerce tracking",
                  "id": 12345,
                  "updatedAt": "2023-02-23T05:05:55.155273Z",
                  "userId": "278d0d0g123cd8e49d45ea64f12faa37"
                },
                "properties": {
                  "description": {
                    "description": "Configuration description provided by the user who published this configuration",
                    "type": "string"
                  }
                },
                "required": [
                  "description"
                ],
                "type": "object"
              }
            ]
          },
          "type": "array"
        }
      }
    }
  ]
}