GitHub Actions · JSON Structure

Github Actions Oidc Custom Sub Structure

Type: object Properties: 2

OidcCustomSub is a JSON Structure definition published by GitHub Actions, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

use_default include_claim_keys

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OidcCustomSub",
  "type": "object",
  "properties": {
    "use_default": {
      "type": "boolean"
    },
    "include_claim_keys": {
      "type": "array"
    }
  }
}