GitHub Actions · Schema

SimpleUser

Properties

Name Type Description
login string
id integer
node_id string
avatar_url string
url string
html_url string
type string
View JSON Schema on GitHub

JSON Schema

github-actions-simple-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SimpleUser",
  "type": "object",
  "properties": {
    "login": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "node_id": {
      "type": "string"
    },
    "avatar_url": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "html_url": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}