GitHub · Schema

ssh-key

ssh-key from GitHub API

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
key string
pretty-print string
View JSON Schema on GitHub

JSON Schema

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