workers_cron-object

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on string
cron string
modified_on string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-cron-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_cron-object",
  "title": "workers_cron-object",
  "properties": {
    "created_on": {
      "readOnly": true,
      "type": "string"
    },
    "cron": {
      "example": "*/30 * * * *",
      "type": "string"
    },
    "modified_on": {
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}