GitHub Actions · JSON Structure

Github Actions Oidc Custom Sub Org Structure

Type: object Properties: 1

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

Properties

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": "OidcCustomSubOrg",
  "type": "object",
  "properties": {
    "include_claim_keys": {
      "type": "array"
    }
  }
}