{
  "type": "object",
  "properties": {
    "encrypted_value": {
      "type": "string",
      "description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get a repository public key](https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key) endpoint.",
      "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
    },
    "key_id": {
      "type": "string",
      "description": "ID of the key you used to encrypt the secret."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}