{
  "properties": {
    "name": {
      "description": "A descriptive name for the new key.",
      "type": "string"
    },
    "armored_public_key": {
      "description": "A GPG key in ASCII-armored format.",
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "armored_public_key"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}