workers_version-item-short

APIs.ioEngineeringPlatform

Properties

Name Type Description
id string
metadata object
number number
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-version-item-short-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_version-item-short",
  "title": "workers_version-item-short",
  "properties": {
    "id": {
      "example": "18f97339-c287-4872-9bdd-e2135c07ec12",
      "readOnly": true,
      "type": "string"
    },
    "metadata": {
      "example": {
        "author_email": "[email protected]",
        "author_id": "408cbcdfd4dda4617efef40b04d168a1",
        "created_on": "2022-11-08T17:19:29.176266Z",
        "modified_on": "2022-11-08T17:19:29.176266Z",
        "source": "api"
      },
      "readOnly": true,
      "type": "object"
    },
    "number": {
      "example": 1,
      "readOnly": true,
      "type": "number"
    }
  },
  "type": "object"
}