GitHub · JSON Structure

Github Setup Ssh Key Structure

ssh-key from GitHub API

Type: object Properties: 2
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

ssh-key is a JSON Structure definition published by GitHub, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key pretty-print

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-setup-ssh-key-structure.json",
  "name": "ssh-key",
  "description": "ssh-key from GitHub API",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "example": "example_value"
    },
    "pretty-print": {
      "type": "string",
      "example": "example_value"
    }
  }
}