Workflow

APIs.ioEngineeringPlatform

Properties

Name Type Description
badge_url string
created_at string
html_url string
id integer
name string
node_id string
path string
state string
updated_at string
url string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-workflow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_workflow",
  "title": "Workflow",
  "type": "object",
  "nullable": true,
  "properties": {
    "badge_url": {
      "type": "string",
      "format": "uri"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "html_url": {
      "type": "string",
      "format": "uri"
    },
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "node_id": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "badge_url",
    "created_at",
    "html_url",
    "id",
    "name",
    "node_id",
    "path",
    "state",
    "updated_at",
    "url"
  ]
}