webhooks_approver

APIs.ioEngineeringPlatform

Properties

Name Type Description
avatar_url string
events_url string
followers_url string
following_url string
gists_url string
gravatar_id string
html_url string
id integer
login string
node_id string
organizations_url string
received_events_url string
repos_url string
site_admin boolean
starred_url string
subscriptions_url string
type string
url string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-approver-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_approver",
  "title": "webhooks_approver",
  "type": "object",
  "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"
    }
  }
}