zaraz_zaraz-config-row-base

APIs.ioEngineeringPlatform

Properties

Name Type Description
createdAt string Date and time the configuration was created
id integer ID of the configuration
updatedAt string Date and time the configuration was last updated
userId string Alpha-numeric ID of the account user who published the configuration
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zaraz-zaraz-config-row-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zaraz_zaraz-config-row-base",
  "title": "zaraz_zaraz-config-row-base",
  "properties": {
    "createdAt": {
      "description": "Date and time the configuration was created",
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "description": "ID of the configuration",
      "type": "integer"
    },
    "updatedAt": {
      "description": "Date and time the configuration was last updated",
      "format": "date-time",
      "type": "string"
    },
    "userId": {
      "description": "Alpha-numeric ID of the account user who published the configuration",
      "type": "string"
    }
  },
  "required": [
    "id",
    "createdAt",
    "updatedAt",
    "userId"
  ]
}