project_card moved event

APIs.ioEngineeringPlatform

Properties

Name Type Description
action string
changes object
enterprise object
installation object
organization object
project_card object
repository object
sender object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-project-card-moved-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-project-card-moved",
  "title": "project_card moved event",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "moved"
      ]
    },
    "changes": {
      "type": "object",
      "properties": {
        "column_id": {
          "type": "object",
          "properties": {
            "from": {
              "type": "integer"
            }
          },
          "required": [
            "from"
          ]
        }
      },
      "required": [
        "column_id"
      ]
    },
    "enterprise": {
      "$ref": "#/components/schemas/enterprise-webhooks"
    },
    "installation": {
      "$ref": "#/components/schemas/simple-installation"
    },
    "organization": {
      "$ref": "#/components/schemas/organization-simple-webhooks"
    },
    "project_card": {
      "allOf": [
        {
          "title": "Project Card",
          "type": "object",
          "properties": {
            "after_id": {
              "type": "integer",
              "nullable": true
            },
            "archived": {
              "description": "Whether or not the card is archived",
              "type": "boolean"
            },
            "column_id": {
              "type": "integer"
            },
            "column_url": {
              "type": "string",
              "format": "uri"
            },
            "content_url": {
              "type": "string",
              "format": "uri"
            },
            "created_at": {
              "type": "string",
              "format": "date-time"
            },
            "creator": {
              "title": "User",
              "type": "object",
              "nullable": true,
              "properties": {
                "avatar_url": {
                  "type": "string",
                  "format": "uri"
                },
                "deleted": {
                  "type": "boolean"
                },
                "email": {
                  "type": "string",
                  "nullable": true
                },
                "events_url": {
                  "type": "string",
                  "format": "uri-template"
                },
                "followers_url": {
                  "type": "string",
                  "format": "uri"
                },
                "following_url": {
                  "type": "string",
                  "format": "uri-template"
                },
                "gists_url": {
                  "type": "string",
                  "format": "uri-template"
                },
                "gravatar_id": {
                  "type": "string"
                },
                "html_url": {
                  "type": "string",
                  "format": "uri"
                },
                "id": {
                  "type": "integer"
                },
                "login": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "node_id": {
                  "type": "string"
                },
                "organizations_url": {
                  "type": "string",
                  "format": "uri"
                },
                "received_events_url": {
                  "type": "string",
                  "format": "uri"
                },
                "repos_url": {
                  "type": "string",
                  "format": "uri"
                },
                "site_admin": {
                  "type": "boolean"
                },
                "starred_url": {
                  "type": "string",
                  "format": "uri-template"
                },
                "subscriptions_url": {
                  "type": "string",
                  "format": "uri"
                },
                "type": {
                  "type": "string",
                  "enum": [
                    "Bot",
                    "User",
                    "Organization",
                    "Mannequin"
                  ]
                },
                "url": {
                  "type": "string",
                  "format": "uri"
                }
              },
              "required": [
                "login",
                "id"
              ]
            },
            "id": {
              "description": "The project card's ID",
              "type": "integer"
            },
            "node_id": {
              "type": "string"
            },
            "note": {
              "type": "string",
              "nullable": true
            },
            "project_url": {
              "type": "string",
              "format": "uri"
            },
            "updated_at": {
              "type": "string",
              "format": "date-time"
            },
            "url": {
              "type": "string",
              "format": "uri"
            }
          },
          "required": [
            "url",
            "project_url",
            "column_url",
            "column_id",
            "id",
            "node_id",
            "note",
            "archived",
            "creator",
            "created_at",
            "updated_at"
          ]
        },
        {
          "type": "object",
          "properties": {
            "after_id": {
              "type": "number",
              "nullable": true
            },
            "archived": {
              "type": "boolean"
            },
            "column_id": {
              "type": "integer"
            },
            "column_url": {
              "type": "string"
            },
            "created_at": {
              "type": "string"
            },
            "creator": {
              "type": "object",
              "nullable": true,
              "properties": {
                "avatar_url": {
                  "type": "string"
                },
                "events_url": {
                  "type": "string"
                },
                "followers_url": {
                  "type": "string"
                },
                "following_url": {
                  "type": "string"
                },
                "gists_url": {
                  "type": "string"
                },
                "gravatar_id": {
                  "type": "string"
                },
                "html_url": {
                  "type": "string"
                },
                "id": {
                  "type": "integer"
                },
                "login": {
                  "type": "string"
                },
                "node_id": {
                  "type": "string"
                },
                "organizations_url": {
                  "type": "string"
                },
                "received_events_url": {
                  "type": "string"
                },
                "repos_url": {
                  "type": "string"
                },
                "site_admin": {
                  "type": "boolean"
                },
                "starred_url": {
                  "type": "string"
                },
                "subscriptions_url": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                },
                "url": {
                  "type": "string"
                }
              }
            },
            "id": {
              "type": "integer"
            },
            "node_id": {
              "type": "string"
            },
            "note": {
              "type": "string",
              "nullable": true
            },
            "project_url": {
              "type": "string"
            },
            "updated_at": {
              "type": "string"
            },
            "url": {
              "type": "string"
            }
          },
          "required": [
            "after_id"
          ]
        }
      ]
    },
    "repository": {
      "$ref": "#/components/schemas/repository-webhooks"
    },
    "sender": {
      "$ref": "#/components/schemas/simple-user-webhooks"
    }
  },
  "required": [
    "action",
    "project_card",
    "sender"
  ]
}