{
  "title": "Actions OIDC subject customization for a repository",
  "description": "Actions OIDC subject customization for a repository",
  "type": "object",
  "required": [
    "use_default"
  ],
  "properties": {
    "use_default": {
      "description": "Whether to use the default template or not. If `true`, the `include_claim_keys` field is ignored.",
      "type": "boolean"
    },
    "include_claim_keys": {
      "description": "Array of unique strings. Each claim key can only contain alphanumeric characters and underscores.",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}