GitHub Actions · JSON Structure

Github Actions Simple User Structure

Type: object Properties: 7

SimpleUser is a JSON Structure definition published by GitHub Actions, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

login id node_id avatar_url url html_url type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}