{
  "properties": {
    "title": {
      "description": "A descriptive name for the new key.",
      "type": "string"
    },
    "key": {
      "description": "The public SSH key to add to your GitHub account.",
      "type": "string",
      "pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
    }
  },
  "required": [
    "key"
  ],
  "type": "object",
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}