> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parable.work/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub

> Sync repositories, issues, pull requests, and commits from GitHub

Sync repositories, issues, pull requests, and commits from GitHub.

<Tabs>
  <Tab title="Overview">
    Connect Parable to GitHub using fine-grained personal access tokens for granular, organization-scoped access to repositories and organization data.

    #### Repositories

    Commits, branches, pull requests, issues

    #### Organization

    Members, teams, projects, events

    ## Data streams

    This Provider Plugin defines 12 data streams.

    | Stream                  | Description                                 | Sync        |
    | ----------------------- | ------------------------------------------- | ----------- |
    | `repositories`          | Organization repositories                   | incremental |
    | `members`               | Organization members                        | full        |
    | `issues`                | Repository issues (includes pull requests)  | incremental |
    | `pull_requests`         | Repository pull requests                    | incremental |
    | `commits`               | Repository commits                          | incremental |
    | `teams`                 | Organization teams                          | full        |
    | `team_members`          | Team members                                | full        |
    | `branches`              | Repository branches                         | full        |
    | `commits_by_branch`     | Repository commits for a specific branch    | incremental |
    | `commit_diffs`          | Commit diff details including files changed | full        |
    | `pull_request_comments` | Comments on pull requests (review comments) | full        |
    | `releases`              | Repository releases                         | incremental |
  </Tab>

  <Tab title="Setup Guide">
    ### GitHub

    #### What You'll Need

    | Credential | What it is                         |
    | ---------- | ---------------------------------- |
    | **Token**  | Fine-grained personal access token |
    | **Org ID** | Your GitHub organization name      |

    * **Admin access** to the GitHub organization
    * A GitHub account that is a **member of the organization** with admin privileges

    #### Step 1: Access Developer Settings

    1. Log in to <a href="https://github.com" target="_blank" rel="noopener noreferrer">GitHub</a>
    2. Click your profile picture → **Settings**
    3. Scroll to the bottom → **Developer settings**

    #### Step 2: Create Fine-Grained Token

    1. Select **Personal access tokens** → **Fine-grained tokens**
    2. Click **Generate new token**
    3. If you have 2FA enabled, enter your code

    #### Step 3: Configure Token Settings

    | Setting               | Value                                 |
    | --------------------- | ------------------------------------- |
    | **Token name**        | `Parable GitHub Integration`          |
    | **Description**       | Integration for Parable analytics     |
    | **Resource owner**    | Select your organization              |
    | **Expiration**        | 360 days (recommended)                |
    | **Repository access** | All repositories (or select specific) |

    #### Step 4: Set Organization Permissions

    Under **Organization permissions**, set these to **Read**:

    * ✅ Members
    * ✅ Organization administration
    * ✅ Organization events
    * ✅ Organization projects
    * ✅ Team discussions

    #### Step 5: Set Repository Permissions

    Under **Repository permissions**, set these to **Read**:

    * ✅ Pull requests
    * ✅ Issues
    * ✅ Discussions
    * ✅ Commit statuses
    * ✅ Contents
    * ✅ Code (if available)
    * ✅ Metadata

    #### Step 6: Generate and Save

    1. Click **Generate token**
    2. Copy the token immediately

    > **Warning:** **Copy your personal access token now!**
    >
    > This is the only time it will be displayed. Store it in a secure password manager before closing this page.

    #### Step 7: Enter values in the form

    1. **Token** and **Org ID**: Paste your fine-grained token and GitHub organization name.
    2. Click **Save & test connection**.

    ```bash Verify User theme={null}
    curl -H "Authorization: Bearer YOUR_TOKEN" \
      https://api.github.com/user
    ```

    ```bash Verify Organization Access theme={null}
    curl -H "Authorization: Bearer YOUR_TOKEN" \
      https://api.github.com/orgs/YOUR_ORGANIZATION/members
    ```

    > **Success:** **Success!** If you received a `200 OK` response with valid data, your credentials are configured correctly. You can now configure this Provider in Parable.

    > **Tip:** **Rate Limits:** GitHub enforces rate limits of **5,000 requests/hour for authenticated requests**.
    >
    > Parable handles rate limiting automatically with exponential backoff, but initial syncs of large datasets may take longer due to these limits.
  </Tab>

  <Tab title="Permissions">
    <AccordionGroup>
      <Accordion id="provider-permission-tap-github-branches-685d36da35ac" title="Branches" icon="code-branch" iconType="sharp-duotone-solid">
        Developer identifier: `branches`

        Branches covers repository branches.

        * **Enables:** inventory returned branches and connect each branch name to its head revision and protection details.
        * **Scope:** Repository branches; the connector reads `/repos/{full_name}/branches` as a snapshot stream in full mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. A successful full collection can reveal a previously returned row as absent, but a credential or permission change can produce the same observation.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-branches-commit-2057fabd8b24" title="Commit" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `branches.commit`

            Commit records the latest commit object on this branch. It is needed to preserve the nested commit relationship or details on the parent GitHub Branch record.

            * **Enables:** expand `commit` to connect the containing GitHub Branch row to its returned commit entries.
            * **Interpretation:** GitHub reports this value on the GitHub Branch object returned for Branches; it is one nested object per containing GitHub Branch object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-commit-sha-a982b67d001a" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `branches.commit.sha`

            Sha records the SHA1 hash of the commit. It is needed to refer to the same branch commit across records without relying on display text.

            * **Enables:** match `sha` to branch commit references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Branch Commit object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-commit-url-0954984e2b2d" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.commit.url`

            URL records API URL for the commit resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Branch Commit object returned for Branches; it is link at one Branch Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-full-name-99d3fd731f3c" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.full_name`

            Full Name records owner-qualified repository identifier (e.g. 'owner/repo'). Injected from the parent repository context via parentContextFields; not present in the raw GitHub Branches API response. It is needed to refer to the same full name across records without relying on display text.

            * **Enables:** match `full_name` to full name references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-name-481ca200c4d0" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.name`

            Name records the branch name. It is needed to distinguish repeated deliveries of the same Branches row using the declared ingestion key.

            * **Enables:** use `name` as the declared ingestion deduplication key for Branches and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Branch object returned for Branches; it is interpreted at one GitHub Branch record per row; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protected-1b24add9aa7f" title="Protected" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protected`

            Protected records whether the branch has protection rules enabled. It is needed to distinguish Branches rows by the exact GitHub-returned protected value.

            * **Enables:** select Branches rows where `protected` is true or false when comparing the condition described by Protected.
            * **Interpretation:** GitHub reports this value on the GitHub Branch object returned for Branches; it is interpreted at one GitHub Branch record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-e498041d0e87" title="Protection" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection`

            Protection records branch protection settings summary. It is needed to preserve the nested protection relationship or details on the parent GitHub Branch record.

            * **Enables:** expand `protection` to connect the containing GitHub Branch row to its returned protection entries.
            * **Interpretation:** GitHub reports this value on the GitHub Branch object returned for Branches; it is one nested object per containing GitHub Branch object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-allow-deletions-783a04145ee6" title="Allow Deletions" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.allow_deletions`

            Allow Deletions records whether the branch can be deleted. It is needed to measure the GitHub-reported number of allow deletions at one Branch Protection record per row.

            * **Enables:** measure and compare the GitHub-reported number of allow deletions in `allow_deletions` at one Branch Protection record per row.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is a GitHub-reported count at one Branch Protection record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-allow-deletions-enabl-3a33b21dd965" title="Enabled" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.allow_deletions.enabled`

            Enabled records whether this protection setting is enabled. It is needed to distinguish Branches rows by the exact GitHub-returned enabled value.

            * **Enables:** select Branches rows where `enabled` is true or false when comparing the condition described by Enabled.
            * **Interpretation:** GitHub reports this value on the Protection Toggle object returned for Branches; it is interpreted at one Protection Toggle record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-allow-force-pushes-9c1732923d9d" title="Allow Force Pushes" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.allow_force_pushes`

            Allow Force Pushes records whether force pushes are allowed. It is needed to preserve the nested allow force pushes relationship or details on the parent Branch Protection record.

            * **Enables:** expand `allow_force_pushes` to connect the containing Branch Protection row to its returned allow force pushes entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-allow-fork-syncing-409f04860990" title="Allow Fork Syncing" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.allow_fork_syncing`

            Allow Fork Syncing records whether fork syncing is allowed. It is needed to preserve the nested allow fork syncing relationship or details on the parent Branch Protection record.

            * **Enables:** expand `allow_fork_syncing` to connect the containing Branch Protection row to its returned allow fork syncing entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-block-creations-a03ff1298eed" title="Block Creations" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.block_creations`

            Block Creations records whether creation of matching branches is blocked. It is needed to preserve the nested block creations relationship or details on the parent Branch Protection record.

            * **Enables:** expand `block_creations` to connect the containing Branch Protection row to its returned block creations entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-enabled-e2fffe4a4352" title="Enabled" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.enabled`

            Enabled records whether branch protection is enabled. It is needed to distinguish Branches rows by the exact GitHub-returned enabled value.

            * **Enables:** select Branches rows where `enabled` is true or false when comparing the condition described by Enabled.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is interpreted at one Branch Protection record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-enforce-admins-d8f554a4166e" title="Enforce Admins" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.enforce_admins`

            Enforce Admins records whether protection rules are enforced for admins. It is needed to preserve the nested enforce admins relationship or details on the parent Branch Protection record.

            * **Enables:** expand `enforce_admins` to connect the containing Branch Protection row to its returned enforce admins entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-enforce-admins-enable-c2049b6524b0" title="Enabled" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.enforce_admins.enabled`

            Enabled records whether enforcement for admins is enabled. It is needed to distinguish Branches rows by the exact GitHub-returned enabled value.

            * **Enables:** select Branches rows where `enabled` is true or false when comparing the condition described by Enabled.
            * **Interpretation:** GitHub reports this value on the Enforce Admins object returned for Branches; it is interpreted at one Enforce Admins record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-enforce-admins-url-694011856926" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.enforce_admins.url`

            URL records API URL for the enforce admins setting. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Enforce Admins object returned for Branches; it is link at one Enforce Admins record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-lock-branch-3932355548b3" title="Lock Branch" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.lock_branch`

            Lock Branch records whether the branch is locked (read-only). It is needed to preserve the nested lock branch relationship or details on the parent Branch Protection record.

            * **Enables:** expand `lock_branch` to connect the containing Branch Protection row to its returned lock branch entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-conversation-5526d2393af1" title="Required Conversation Resolution" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_conversation_resolution`

            Required Conversation Resolution records whether conversation resolution is required before merging. It is needed to preserve the nested required conversation resolution relationship or details on the parent Branch Protection record.

            * **Enables:** expand `required_conversation_resolution` to connect the containing Branch Protection row to its returned required conversation resolution entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-linear-histo-3b212f7ad85e" title="Required Linear History" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_linear_history`

            Required Linear History records whether a linear commit history is required. It is needed to preserve the nested required linear history relationship or details on the parent Branch Protection record.

            * **Enables:** expand `required_linear_history` to connect the containing Branch Protection row to its returned required linear history entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-7879115e6b58" title="Required Pull Request Reviews" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews`

            Required Pull Request Reviews records required pull request review configuration. It is needed to preserve the nested required pull request reviews relationship or details on the parent Branch Protection record.

            * **Enables:** expand `required_pull_request_reviews` to connect the containing Branch Protection row to its returned required pull request reviews entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-09731270b6e2" title="Bypass Pull Request Allowances" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances`

            Bypass Pull Request Allowances records actors who can bypass required pull request reviews. It is needed to preserve the nested bypass pull request allowances relationship or details on the parent Required Pull Request Reviews record.

            * **Enables:** expand `bypass_pull_request_allowances` to connect the containing Required Pull Request Reviews row to its returned bypass pull request allowances entries.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is one nested object per containing Required Pull Request Reviews object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-b6e89c7b7d9d" title="Apps" icon="list-tree" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps`

            Apps records GitHub Apps that can bypass. It is needed to preserve the nested apps relationship or details on the parent Bypass Allowances record.

            * **Enables:** expand `apps` to connect the containing Bypass Allowances row to its returned apps entries.
            * **Interpretation:** GitHub reports this value on the Bypass Allowances object returned for Branches; it is one returned collection per containing Bypass Allowances object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-8cf728dffdfb" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.created_at`

            Created At records when the app was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Branches records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is interpreted at one Simple App record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-49de40358554" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.description`

            Description records description of the GitHub App. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, branch name, revision, and update time where returned.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is description text at one Simple App record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-116d59abc975" title="Events" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.events`

            Events records the events the app subscribes to. It is needed to preserve the nested events relationship or details on the parent Simple App record.

            * **Enables:** expand `events` to connect the containing Simple App row to its returned events entries.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is one returned collection per containing Simple App object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-1ccfc7b6cab4" title="External URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.external_url`

            External URL records the external URL of the GitHub App. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `external_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is link at one Simple App record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-98811bfb8c6f" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.html_url`

            HTML URL records web URL for the GitHub App. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is link at one Simple App record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-0cbe38d7f4d0" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.id`

            ID records the unique numeric ID of the GitHub App. It is needed to refer to the same simple app across records without relying on display text.

            * **Enables:** match `id` to simple app references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-975bac3e795e" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.name`

            Name records the name of the GitHub App. It is needed to compare the returned name for individual Branches rows and select rows with a specific `name` value.

            * **Enables:** locate Branches rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is interpreted at one Simple App record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-956fc7d7dab2" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.node_id`

            Node ID records the GraphQL node ID of the app. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-973b777489e9" title="Owner" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner`

            Owner records the owner of the GitHub App. It is needed to preserve the nested owner relationship or details on the parent Simple App record.

            * **Enables:** expand `owner` to connect the containing Simple App row to its returned owner entries.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is one nested object per containing Simple App object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-87fda428cb71" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-cd4d84bbfc8c" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.events_url`

            Events URL records API URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-e46358afec3b" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.followers_url`

            Followers URL records API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-727292ac1d2e" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.following_url`

            Following URL records API URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-751d272504e0" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.gists_url`

            Gists URL records API URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-9a4a969a1b47" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.gravatar_id`

            Gravatar ID records the user's Gravatar ID. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-044533867f92" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.html_url`

            HTML URL records web URL for the user's GitHub profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-bd10eb3d2692" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.id`

            ID records the unique numeric ID of the user. It is needed to refer to the same simple user across records without relying on display text.

            * **Enables:** match `id` to simple user references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-d5c3a5d2b8e3" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.login`

            Login records the user's login username. It is needed to attribute this Branches row to the returned person, account, or organization reference.

            * **Enables:** attribute the Branches row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is interpreted at one Simple User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-5cef1b32c6fd" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.node_id`

            Node ID records the GraphQL node ID of the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-51340da94885" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.organizations_url`

            Organizations URL records API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-20f271c166d7" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.received_events_url`

            Received Events URL records API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-b683c0f05726" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.repos_url`

            Repos URL records API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-b7a9f6330ba0" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Branches rows by the exact GitHub-returned site admin value.

            * **Enables:** select Branches rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is interpreted at one Simple User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-4761e6575403" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.starred_url`

            Starred URL records API URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-62458321290c" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.subscriptions_url`

            Subscriptions URL records API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-3b380b8e9f4c" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.type`

            Type records the type of the user account (e.g., User, Organization, Bot). It is needed to distinguish Branches rows by the exact GitHub-returned type value.

            * **Enables:** separate Branches rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is interpreted at one Simple User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-73d0fdb5d28a" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.owner.url`

            URL records API URL for the user resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple User object returned for Branches; it is link at one Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-bc53f178ae3d" title="Permissions" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.permissions`

            Permissions records the permissions granted to the app. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** correlate the exact `permissions` access value with the resource, account, or membership represented by the same Branches row.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is interpreted at one Simple App record per row; the schema uses the `Generic.JSON` scalar; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-c66cc019e2bc" title="Slug" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.slug`

            Slug records the URL-friendly slug of the app. It is needed to compare the returned slug for individual Branches rows and select rows with a specific `slug` value.

            * **Enables:** locate Branches rows whose returned slug exactly matches `slug` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is interpreted at one Simple App record per row; the schema uses the `Identity.Slug` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-b6ce033be751" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.apps.updated_at`

            Updated At records when the app was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Branches records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Simple App object returned for Branches; it is interpreted at one Simple App record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-e3f5d5d6f63c" title="Teams" icon="list-tree" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams`

            Teams records teams that can bypass. It is needed to preserve the nested teams relationship or details on the parent Bypass Allowances record.

            * **Enables:** expand `teams` to connect the containing Bypass Allowances row to its returned teams entries.
            * **Interpretation:** GitHub reports this value on the Bypass Allowances object returned for Branches; it is one returned collection per containing Bypass Allowances object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-0379284de24e" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.description`

            Description records description of the team. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, branch name, revision, and update time where returned.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is description text at one Simple Team record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-7840ed85621b" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.html_url`

            HTML URL records web URL for the team page. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is link at one Simple Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-7caa22651856" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.id`

            ID records the unique numeric ID of the team. It is needed to refer to the same simple team across records without relying on display text.

            * **Enables:** match `id` to simple team references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-1528ba1b54f8" title="Members URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.members_url`

            Members URL records API URL template for the team's members. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `members_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is link at one Simple Team record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-0a1dc7e60bd7" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.name`

            Name records the name of the team. It is needed to compare the returned name for individual Branches rows and select rows with a specific `name` value.

            * **Enables:** locate Branches rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is interpreted at one Simple Team record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-783d45f618bd" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.node_id`

            Node ID records the GraphQL node ID of the team. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-934015e5cd69" title="Notification Setting" icon="megaphone" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.notification_setting`

            Notification Setting records the notification setting for the team. It is needed to compare the exact notification setting configuration returned for this Simple Team record.

            * **Enables:** compare the exact `notification_setting` configuration returned for each Simple Team record and select records with the configuration under review.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is interpreted at one Simple Team record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-733f46575f7f" title="Parent" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.parent`

            Parent records the parent team, if this is a child team. It is needed to preserve the nested parent relationship or details on the parent Simple Team record.

            * **Enables:** expand `parent` to connect the containing Simple Team row to its returned parent entries.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is one nested object per containing Simple Team object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-1fd423d8564d" title="Permission" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.permission`

            Permission records the default permission level for the team. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** correlate the exact `permission` access value with the resource, account, or membership represented by the same Branches row.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is interpreted at one Simple Team record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-4c53a3629680" title="Privacy" icon="lock" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.privacy`

            Privacy records the privacy level of the team (e.g., closed, secret). It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `privacy` among Branches records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is interpreted at one Simple Team record per row; the value is a GitHub-returned or configured label at the Simple Team grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-def7ef49a97f" title="Repositories URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.repositories_url`

            Repositories URL records API URL for the team's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repositories_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is link at one Simple Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-78f433a98381" title="Slug" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.slug`

            Slug records the URL-friendly slug of the team. It is needed to compare the returned slug for individual Branches rows and select rows with a specific `slug` value.

            * **Enables:** locate Branches rows whose returned slug exactly matches `slug` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is interpreted at one Simple Team record per row; the schema uses the `Identity.Slug` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-9ed22472dfad" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.teams.url`

            URL records API URL for the team resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Simple Team object returned for Branches; it is link at one Simple Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-06a67bb15a51" title="Users" icon="people-group" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.bypass_pull_request_allowances.users`

            Users records users who can bypass. It is needed to preserve the nested users relationship or details on the parent Bypass Allowances record.

            * **Enables:** expand `users` to connect the containing Bypass Allowances row to its returned users entries.
            * **Interpretation:** GitHub reports this value on the Bypass Allowances object returned for Branches; it is one returned collection per containing Bypass Allowances object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-486dd93a9751" title="Dismiss Stale Reviews" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismiss_stale_reviews`

            Dismiss Stale Reviews records whether stale reviews are automatically dismissed when new commits are pushed. It is needed to distinguish Branches rows by the exact GitHub-returned dismiss stale reviews value.

            * **Enables:** select Branches rows where `dismiss_stale_reviews` is true or false when comparing the condition described by Dismiss Stale Reviews.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is interpreted at one Required Pull Request Reviews record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-aceeee137c94" title="Dismissal Restrictions" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions`

            Dismissal Restrictions records restrictions on who can dismiss pull request reviews. It is needed to preserve the nested dismissal restrictions relationship or details on the parent Required Pull Request Reviews record.

            * **Enables:** expand `dismissal_restrictions` to connect the containing Required Pull Request Reviews row to its returned dismissal restrictions entries.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is one nested object per containing Required Pull Request Reviews object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-0a70e5adc7b0" title="Apps" icon="list-tree" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions.apps`

            Apps records GitHub Apps that can dismiss reviews. It is needed to preserve the nested apps relationship or details on the parent Dismissal Restrictions record.

            * **Enables:** expand `apps` to connect the containing Dismissal Restrictions row to its returned apps entries.
            * **Interpretation:** GitHub reports this value on the Dismissal Restrictions object returned for Branches; it is one returned collection per containing Dismissal Restrictions object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-d72646aa6722" title="Teams" icon="list-tree" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions.teams`

            Teams records teams that can dismiss reviews. It is needed to preserve the nested teams relationship or details on the parent Dismissal Restrictions record.

            * **Enables:** expand `teams` to connect the containing Dismissal Restrictions row to its returned teams entries.
            * **Interpretation:** GitHub reports this value on the Dismissal Restrictions object returned for Branches; it is one returned collection per containing Dismissal Restrictions object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-ac5d9740a946" title="Teams URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions.teams_url`

            Teams URL records API URL for the teams that can dismiss reviews. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `teams_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Dismissal Restrictions object returned for Branches; it is link at one Dismissal Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-230f93b28b98" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions.url`

            URL records API URL for the dismissal restrictions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Dismissal Restrictions object returned for Branches; it is link at one Dismissal Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-b74a5cbbec6b" title="Users" icon="people-group" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions.users`

            Users records users who can dismiss reviews. It is needed to preserve the nested users relationship or details on the parent Dismissal Restrictions record.

            * **Enables:** expand `users` to connect the containing Dismissal Restrictions row to its returned users entries.
            * **Interpretation:** GitHub reports this value on the Dismissal Restrictions object returned for Branches; it is one returned collection per containing Dismissal Restrictions object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-0a055d5799f9" title="Users URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.dismissal_restrictions.users_url`

            Users URL records API URL for the users who can dismiss reviews. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `users_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Dismissal Restrictions object returned for Branches; it is link at one Dismissal Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-08b3ecb60cc4" title="Require Code Owner Reviews" icon="brackets-curly" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.require_code_owner_reviews`

            Require Code Owner Reviews records whether reviews from code owners are required. It is needed to distinguish Branches rows by the exact GitHub-returned require code owner reviews value.

            * **Enables:** select Branches rows where `require_code_owner_reviews` is true or false when comparing the condition described by Require Code Owner Reviews.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is interpreted at one Required Pull Request Reviews record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-2580ced7ce2e" title="Require Last Push Approval" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.require_last_push_approval`

            Require Last Push Approval records whether the most recent push must be approved by someone other than the pusher. It is needed to distinguish Branches rows by the exact GitHub-returned require last push approval value.

            * **Enables:** select Branches rows where `require_last_push_approval` is true or false when comparing the condition described by Require Last Push Approval.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is interpreted at one Required Pull Request Reviews record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-3f6b4fffdb08" title="Required Approving Review Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.required_approving_review_count`

            Required Approving Review Count records the number of approving reviews required. It is needed to measure the GitHub-reported number of required approving review at one Required Pull Request Reviews record per row.

            * **Enables:** measure and compare the GitHub-reported number of required approving review in `required_approving_review_count` at one Required Pull Request Reviews record per row.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is a GitHub-reported count at one Required Pull Request Reviews record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-pull-request-4c4e4f910188" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_pull_request_reviews.url`

            URL records API URL for the required reviews resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Required Pull Request Reviews object returned for Branches; it is link at one Required Pull Request Reviews record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-signatures-309bd9df6cac" title="Required Signatures" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_signatures`

            Required Signatures records whether commit signatures are required. It is needed to preserve the nested required signatures relationship or details on the parent Branch Protection record.

            * **Enables:** expand `required_signatures` to connect the containing Branch Protection row to its returned required signatures entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-93f1d474072e" title="Required Status Checks" icon="brackets-curly" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks`

            Required Status Checks records required status checks configuration. It is needed to preserve the nested required status checks relationship or details on the parent Branch Protection record.

            * **Enables:** expand `required_status_checks` to connect the containing Branch Protection row to its returned required status checks entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-548d873cdb06" title="Checks" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.checks`

            Checks records list of required status check objects. It is needed to preserve the nested checks relationship or details on the parent Required Status Checks record.

            * **Enables:** expand `checks` to connect the containing Required Status Checks row to its returned checks entries.
            * **Interpretation:** GitHub reports this value on the Required Status Checks object returned for Branches; it is one returned collection per containing Required Status Checks object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-6298e17164e0" title="App ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.checks.app_id`

            App ID records the ID of the GitHub App that provides this check. It is needed to refer to the same app across records without relying on display text.

            * **Enables:** match `app_id` to app references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Status Check object returned for Branches; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-ef721a5425e6" title="Context" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.checks.context`

            Context records the name of the required status check. It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `context` among Branches records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the Status Check object returned for Branches; it is interpreted at one Status Check record per row; the value is a GitHub-returned or configured label at the Status Check grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-13a80ba1b231" title="Contexts" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.contexts`

            Contexts records list of required status check context names. It is needed to preserve the nested contexts relationship or details on the parent Required Status Checks record.

            * **Enables:** expand `contexts` to connect the containing Required Status Checks row to its returned contexts entries.
            * **Interpretation:** GitHub reports this value on the Required Status Checks object returned for Branches; it is one returned collection per containing Required Status Checks object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-af17999c95f5" title="Contexts URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.contexts_url`

            Contexts URL records API URL for the status check contexts. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `contexts_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Required Status Checks object returned for Branches; it is link at one Required Status Checks record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-62ef4ce7f2d2" title="Enforcement Level" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.enforcement_level`

            Enforcement Level records the enforcement level of the status checks (e.g., off, `non_admins`, everyone). It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `enforcement_level` among Branches records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the Required Status Checks object returned for Branches; it is interpreted at one Required Status Checks record per row; the value is a GitHub-returned or configured label at the Required Status Checks grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-cbc67a75f0db" title="Strict" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.strict`

            Strict records whether the branch must be up to date before merging. It is needed to distinguish Branches rows by the exact GitHub-returned strict value.

            * **Enables:** select Branches rows where `strict` is true or false when comparing the condition described by Strict.
            * **Interpretation:** GitHub reports this value on the Required Status Checks object returned for Branches; it is interpreted at one Required Status Checks record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-required-status-check-7109d97fb62d" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.required_status_checks.url`

            URL records API URL for the required status checks resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Required Status Checks object returned for Branches; it is link at one Required Status Checks record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-bd96a63ea0f1" title="Restrictions" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions`

            Restrictions records restrictions on who can push to the branch. It is needed to preserve the nested restrictions relationship or details on the parent Branch Protection record.

            * **Enables:** expand `restrictions` to connect the containing Branch Protection row to its returned restrictions entries.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is one nested object per containing Branch Protection object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-apps-1c87d4cf602a" title="Apps" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.apps`

            Apps records GitHub Apps that can push to the branch. It is needed to preserve the nested apps relationship or details on the parent Branch Restrictions record.

            * **Enables:** expand `apps` to connect the containing Branch Restrictions row to its returned apps entries.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is one returned collection per containing Branch Restrictions object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-apps-url-e3b075155808" title="Apps URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.apps_url`

            Apps URL records API URL for the restricted apps. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `apps_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is link at one Branch Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-teams-b7f77127286f" title="Teams" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.teams`

            Teams records teams that can push to the branch. It is needed to preserve the nested teams relationship or details on the parent Branch Restrictions record.

            * **Enables:** expand `teams` to connect the containing Branch Restrictions row to its returned teams entries.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is one returned collection per containing Branch Restrictions object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-teams-ur-0178ea0834dc" title="Teams URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.teams_url`

            Teams URL records API URL for the restricted teams. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `teams_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is link at one Branch Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-url-4e63135cbe14" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.url`

            URL records API URL for the restrictions resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is link at one Branch Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-users-591343eeb8dc" title="Users" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.users`

            Users records users who can push to the branch. It is needed to preserve the nested users relationship or details on the parent Branch Restrictions record.

            * **Enables:** expand `users` to connect the containing Branch Restrictions row to its returned users entries.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is one returned collection per containing Branch Restrictions object.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-restrictions-users-ur-f7a71ea5a4c6" title="Users URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.restrictions.users_url`

            Users URL records API URL for the restricted users. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `users_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Branch Restrictions object returned for Branches; it is link at one Branch Restrictions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-url-3462a4dab9ff" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection.url`

            URL records API URL for the branch protection resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the Branch Protection object returned for Branches; it is link at one Branch Protection record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-branches-protection-url-46f38718010b" title="Protection URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `branches.protection_url`

            Protection URL records API URL for the branch protection resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `protection_url` while retaining the containing Branches record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Branch object returned for Branches; it is link at one GitHub Branch record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-commit-diffs-a0f68ee7acfd" title="Commit Diffs" icon="file-code" iconType="sharp-duotone-solid">
        Developer identifier: `commit_diffs`

        Commit Diffs covers commit diff details including files changed.

        * **Enables:** inspect each returned file diff in the context of its repository or project and parent commit.
        * **Scope:** Commit diff details including files changed; the connector reads `/repos/{full_name}/commits/{sha}` as an event stream in full mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-commit-diffs-author-06d2875c8d35" title="Author" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author`

            Author records GitHub user who authored the commit (may be null if no linked account). It is needed to preserve the nested author relationship or details on the parent GitHub Commit Diff record.

            * **Enables:** expand `author` to connect the containing GitHub Commit Diff row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is one nested object per containing GitHub Commit Diff object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-avatar-url-193df6bd9feb" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-events-url-4df2d80aa1f3" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.events_url`

            Events URL records REST API URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-followers-url-ec1a5311930e" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-following-url-019f549065da" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.following_url`

            Following URL records REST API URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-gists-url-b3c482055e1b" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.gists_url`

            Gists URL records REST API URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-gravatar-id-e58471cd41f6" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.gravatar_id`

            Gravatar ID records gravatar ID for the user (may be empty string). It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-html-url-99e765b63525" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.html_url`

            HTML URL records web URL for the user's GitHub profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-id-39f1d2329c72" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.id`

            ID records numeric GitHub user ID. It is needed to refer to the same user across records without relying on display text.

            * **Enables:** match `id` to user references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-login-b0a681962c3a" title="Login" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.login`

            Login records the GitHub username/login handle. It is needed to attribute this Commit Diffs row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commit Diffs row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is interpreted at one GitHub User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-node-id-1e38c9df96e9" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.node_id`

            Node ID records graphQL global node ID for the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-organizations-url-a667aa5960a7" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-received-events-url-0b4105685750" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-repos-url-5b39ba5b27a1" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-site-admin-4bcfc5db4402" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Commit Diffs rows by the exact GitHub-returned site admin value.

            * **Enables:** select Commit Diffs rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-starred-url-595f3e2e217f" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.starred_url`

            Starred URL records REST API URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-subscriptions-url-d36d3776668c" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-type-f87e5b640164" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.type`

            Type records the type of account (e.g., User, Bot, Organization). It is needed to distinguish Commit Diffs rows by the exact GitHub-returned type value.

            * **Enables:** separate Commit Diffs rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-url-9fe04520d8f1" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.url`

            URL records REST API URL for the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-author-user-view-type-42129dd2243d" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.author.user_view_type`

            User View Type records the view type for the user (e.g., public). It is needed to distinguish Commit Diffs rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Commit Diffs rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commit Diffs; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-branch-name-fd057ed6c3cb" title="Branch Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.branch_name`

            Branch Name records parent name injected by the ingestor from the branches to `commits_by_branch` traversal parentContextFields. Not part of the upstream API response; written into each row at bronze ingestion time. It is needed to compare the returned branch name for individual Commit Diffs rows and select rows with a specific `branch_name` value.

            * **Enables:** locate Commit Diffs rows whose returned branch name exactly matches `branch_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is interpreted at one GitHub Commit Diff record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-comments-url-344bea671aee" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.comments_url`

            Comments URL records REST API URL for comments on this commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is link at one GitHub Commit Diff record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-ee9ae4586a68" title="Commit" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit`

            Commit records the core Git commit data including message, author, committer, and tree info. It is needed to preserve the nested commit relationship or details on the parent GitHub Commit Diff record.

            * **Enables:** expand `commit` to connect the containing GitHub Commit Diff row to its returned commit entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is one nested object per containing GitHub Commit Diff object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-author-315cb9d199ed" title="Author" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.author`

            Author records the Git author of the commit (name, email, date from git log). It is needed to preserve the nested author relationship or details on the parent Commit Detail record.

            * **Enables:** expand `author` to connect the containing Commit Detail row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-author-date-1991ef9d51fc" title="Date" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.author.date`

            Date records ISO 8601 timestamp of when the action (authoring or committing) occurred. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Commit Diffs records by `date`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commit Diffs; it is interpreted at one Git Person record per row; the schema assigns the `event_time` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-author-email-9ab6971dace8" title="Email" icon="map-location-dot" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.author.email`

            Email records the email address of the Git author or committer. It is needed to attribute this Commit Diffs row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commit Diffs row to the returned person or account and match the exact `email` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commit Diffs; it is interpreted at one Git Person record per row; the schema uses the `Contact.Email` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-author-name-c0468417107b" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.author.name`

            Name records the name of the Git author or committer. It is needed to attribute this Commit Diffs row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commit Diffs row to the returned person or account and match the exact `name` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commit Diffs; it is interpreted at one Git Person record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-comment-count-9397459c8d22" title="Comment Count" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.comment_count`

            Comment Count records number of comments on this commit. It is needed to measure the GitHub-reported number of comments at commit granularity.

            * **Enables:** measure and compare the GitHub-reported number of comments in `comment_count` at one commit per row.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is the GitHub-reported number of comments at commit granularity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-committer-8e220d4920a3" title="Committer" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.committer`

            Committer records the Git committer of the commit (name, email, date from git log). It is needed to preserve the nested committer relationship or details on the parent Commit Detail record.

            * **Enables:** expand `committer` to connect the containing Commit Detail row to its returned committer entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-message-37386ef49ccc" title="Message" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.message`

            Message records the full commit message text. It is needed to inspect the exact commit message included with this record.

            * **Enables:** inspect the commit message returned in `message` and attribute it to the same record's repository or project, revision, file path, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is commit message at one Commit Detail record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-tree-b631af9fbf41" title="Tree" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.tree`

            Tree records reference to the tree object for this commit. It is needed to refer to the same `the` across records without relying on display text.

            * **Enables:** match `tree` to `the` references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-tree-sha-9667e0caf425" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.tree.sha`

            Sha records SHA hash of the tree object. It is needed to refer to the same commit tree across records without relying on display text.

            * **Enables:** match `sha` to commit tree references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Commit Tree object returned for Commit Diffs; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-tree-url-a742b37d127c" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.tree.url`

            URL records REST API URL for the tree object. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Tree object returned for Commit Diffs; it is link at one Commit Tree record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-url-a251fe10c36f" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.url`

            URL records REST API URL for the Git commit object. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is link at one Commit Detail record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-verification-83d87881f9fe" title="Verification" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.verification`

            Verification records GPG/S-MIME signature verification details for the commit. It is needed to preserve the nested verification relationship or details on the parent Commit Detail record.

            * **Enables:** expand `verification` to connect the containing Commit Detail row to its returned verification entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commit Diffs; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-verification-payload-711e8c004ac5" title="Payload" icon="brackets-curly" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.verification.payload`

            Payload records the payload that was signed, or null if unsigned. It is needed to preserve the exact payload GitHub reports as the material covered by the commit signature.

            * **Enables:** correlate `payload` with the sibling signature, verification result, reason, and commit SHA during a signed-revision investigation.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for the commit; it is signed payload content at commit grain and does not independently prove that the signature is valid.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-verification-reason-6471680b0c51" title="Reason" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.verification.reason`

            Reason records the reason for the verification status (e.g., valid, unsigned, `unknown_key`). It is needed to distinguish Commit Diffs rows by the exact GitHub-returned reason value.

            * **Enables:** separate Commit Diffs rows by the exact GitHub-returned `reason` label when comparing reason.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commit Diffs; it is interpreted at one Commit Verification record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-verification-signatur-0430f6d6e507" title="Signature" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.verification.signature`

            Signature records the raw signature data, or null if unsigned. It is needed to preserve the raw signature returned with GitHub commit-verification metadata.

            * **Enables:** correlate `signature` with the sibling signed payload, verification result, reason, and commit SHA during a signed-revision investigation.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for the commit; it is raw signature content at commit grain and does not independently prove that the signature is valid.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-verification-verified-8f66024cf97d" title="Verified" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.verification.verified`

            Verified records whether the signature was verified as valid. It is needed to distinguish Commit Diffs rows by the exact GitHub-returned verified value.

            * **Enables:** select Commit Diffs rows where `verified` is true or false when comparing the condition described by Verified.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commit Diffs; it is interpreted at one Commit Verification record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-commit-verification-verified-1bf113ed4fdb" title="Verified At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.commit.verification.verified_at`

            Verified At records timestamp when the signature was verified, if applicable. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Commit Diffs records by `verified_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commit Diffs; it is interpreted at one Commit Verification record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-committer-23883d7e1a37" title="Committer" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.committer`

            Committer records GitHub user who committed the commit (may be null if no linked account). It is needed to preserve the nested committer relationship or details on the parent GitHub Commit Diff record.

            * **Enables:** expand `committer` to connect the containing GitHub Commit Diff row to its returned committer entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is one nested object per containing GitHub Commit Diff object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-99f589f71109" title="Files" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files`

            Files records files changed in this commit with per-file diff metadata. It is needed to inspect the exact metadata included with this record.

            * **Enables:** inspect the exact metadata keys returned in `files` and associate them with the containing Commit Diffs record.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is one returned collection per containing GitHub Commit Diff object; keys and availability follow this GitHub response and may vary by object type or GitHub configuration.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-additions-743396596ca7" title="Additions" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.additions`

            Additions records lines added in this file. It is needed to measure the GitHub-reported number of additions at one Commit File record per row.

            * **Enables:** measure and compare the GitHub-reported number of additions in `additions` at one Commit File record per row.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is a GitHub-reported count at one Commit File record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-blob-url-9ac4ef411d9c" title="Blob URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.blob_url`

            Blob URL records REST API URL for the file blob. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `blob_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is link at one Commit File record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-changes-be56a26be6d4" title="Changes" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.changes`

            Changes records total line changes in this file. It is needed to compare the numeric changes reported for one Commit File record without assuming an unstated unit.

            * **Enables:** compare the numeric `changes` value per Commit File record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is interpreted at one Commit File record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-contents-url-c196a42a7874" title="Contents URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.contents_url`

            Contents URL records REST API URL for file contents. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `contents_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is link at one Commit File record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-deletions-b32d98179a49" title="Deletions" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.deletions`

            Deletions records lines deleted from this file. It is needed to measure the GitHub-reported number of deletions at one Commit File record per row.

            * **Enables:** measure and compare the GitHub-reported number of deletions in `deletions` at one Commit File record per row.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is a GitHub-reported count at one Commit File record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-filename-3d7ee6284f81" title="Filename" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.filename`

            Filename records path of the changed file. It is needed to compare the returned filename for individual Commit Diffs rows and select rows with a specific `filename` value.

            * **Enables:** locate Commit Diffs rows whose returned filename exactly matches `filename` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is interpreted at one Commit File record per row; the schema uses the `Asset.FilePath` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-patch-39738e428e50" title="Patch" icon="file-code" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.patch`

            Patch records unified diff patch for the file, if included. It is needed to inspect the exact patch included with this record.

            * **Enables:** inspect the patch returned in `patch` and attribute it to the same record's repository or project, revision, file path, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is patch at one Commit File record per row; GitHub may omit, collapse, summarize, or truncate this code-change content as noted by the field description.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-previous-filename-b5e7e84fad8e" title="Previous Filename" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.previous_filename`

            Previous Filename records previous path when status is renamed. It is needed to compare the returned previous filename for individual Commit Diffs rows and select rows with a specific `previous_filename` value.

            * **Enables:** locate Commit Diffs rows whose returned previous filename exactly matches `previous_filename` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is interpreted at one Commit File record per row; the schema uses the `Asset.FilePath` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-raw-url-eb3c68d3a207" title="Raw URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.raw_url`

            Raw URL records URL to fetch raw file contents. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `raw_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is link at one Commit File record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-sha-c5929480c170" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.sha`

            Sha records blob SHA for the file at this commit. It is needed to distinguish repeated deliveries of the same Commit Diffs row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commit Diffs and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-files-status-bdb433a83f26" title="Status" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.files.status`

            Status records change type: added, removed, modified, renamed, copied, changed, unchanged. It is needed to distinguish Commit Diffs rows by the exact GitHub-returned status value.

            * **Enables:** separate Commit Diffs rows by the exact GitHub-returned `status` label when comparing status.
            * **Interpretation:** GitHub reports this value on the Commit File object returned for Commit Diffs; it is interpreted at one Commit File record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-full-name-a6a7f8dfe31b" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.full_name`

            Full Name records parent `full_name` injected by the ingestor from the branches to `commits_by_branch` traversal parentContextFields. Not part of the upstream API response; written into each row at bronze ingestion time. It is needed to compare the returned full name for individual Commit Diffs rows and select rows with a specific `full_name` value.

            * **Enables:** locate Commit Diffs rows whose returned full name exactly matches `full_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is interpreted at one GitHub Commit Diff record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-html-url-40dd5bf0188e" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.html_url`

            HTML URL records web URL for viewing this commit on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is link at one GitHub Commit Diff record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-node-id-6078cfb6f9a8" title="Node ID" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.node_id`

            Node ID records the GraphQL global node ID for the commit. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-parents-9848903eaf32" title="Parents" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.parents`

            Parents records list of parent commits (merge commits have multiple parents). It is needed to preserve the nested parents relationship or details on the parent GitHub Commit Diff record.

            * **Enables:** expand `parents` to connect the containing GitHub Commit Diff row to its returned parents entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is one returned collection per containing GitHub Commit Diff object.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-parents-html-url-ff2ff594ba30" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.parents.html_url`

            HTML URL records web URL for viewing the parent commit on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commit Diffs; it is link at one Commit Parent record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-parents-sha-184da25867ff" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.parents.sha`

            Sha records SHA hash of the parent commit. It is needed to distinguish repeated deliveries of the same Commit Diffs row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commit Diffs and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commit Diffs; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-parents-url-e3f1c8c6874f" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.parents.url`

            URL records REST API URL for the parent commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commit Diffs; it is link at one Commit Parent record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-sha-a5697f11118a" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.sha`

            Sha records the SHA hash uniquely identifying the commit. It is needed to distinguish repeated deliveries of the same Commit Diffs row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commit Diffs and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-stats-27b45c2a0a15" title="Stats" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.stats`

            Stats records aggregate line change counts for the commit. It is needed to preserve the nested stats relationship or details on the parent GitHub Commit Diff record.

            * **Enables:** expand `stats` to connect the containing GitHub Commit Diff row to its returned stats entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is one nested object per containing GitHub Commit Diff object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-stats-additions-4247c21215bb" title="Additions" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.stats.additions`

            Additions records total lines added across all files. It is needed to measure the GitHub-reported number of additions at one Commit Stats record per row.

            * **Enables:** measure and compare the GitHub-reported number of additions in `additions` at one Commit Stats record per row.
            * **Interpretation:** GitHub reports this value on the Commit Stats object returned for Commit Diffs; it is a GitHub-reported count at one Commit Stats record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-stats-deletions-58d3cc2e648f" title="Deletions" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.stats.deletions`

            Deletions records total lines deleted across all files. It is needed to measure the GitHub-reported number of deletions at one Commit Stats record per row.

            * **Enables:** measure and compare the GitHub-reported number of deletions in `deletions` at one Commit Stats record per row.
            * **Interpretation:** GitHub reports this value on the Commit Stats object returned for Commit Diffs; it is a GitHub-reported count at one Commit Stats record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-stats-total-4fb7c1d3da8a" title="Total" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.stats.total`

            Total records total lines changed across all files. It is needed to measure the GitHub-reported number of total at one Commit Stats record per row.

            * **Enables:** measure and compare the GitHub-reported number of total in `total` at one Commit Stats record per row.
            * **Interpretation:** GitHub reports this value on the Commit Stats object returned for Commit Diffs; it is a GitHub-reported count at one Commit Stats record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commit-diffs-url-73e3211d69f1" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commit_diffs.url`

            URL records REST API URL for this commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commit Diffs record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit Diff object returned for Commit Diffs; it is link at one GitHub Commit Diff record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-commits-3141598c6f46" title="Commits" icon="code-commit" iconType="sharp-duotone-solid">
        Developer identifier: `commits`

        Commits covers repository commits.

        * **Enables:** trace each returned revision to its repository or project, author and committer identities, message, and provider-reported commit times.
        * **Scope:** Repository commits; the connector reads `/repos/{full_name}/commits` as an event stream in incremental mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-commits-author-e623accea35f" title="Author" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author`

            Author records the GitHub user who authored the commit (may be null if no linked account). It is needed to preserve the nested author relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `author` to connect the containing GitHub Commit row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is one nested object per containing GitHub Commit object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-avatar-url-556b2d5caea2" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-events-url-70435e4b5700" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.events_url`

            Events URL records REST API URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-followers-url-e2aa2d163400" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-following-url-7e25b2db6dd0" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.following_url`

            Following URL records REST API URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-gists-url-f2c2b556290a" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.gists_url`

            Gists URL records REST API URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-gravatar-id-c6d0b8dfaa49" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.gravatar_id`

            Gravatar ID records gravatar ID for the user (may be empty string). It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-html-url-6102e4ec8d8e" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.html_url`

            HTML URL records web URL for the user's GitHub profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-id-3f4930ebc91c" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.id`

            ID records numeric GitHub user ID. It is needed to refer to the same user across records without relying on display text.

            * **Enables:** match `id` to user references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-login-d2e99c6d59a8" title="Login" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.login`

            Login records GitHub username/login. It is needed to attribute this Commits row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commits row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is interpreted at one GitHub User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-node-id-6defd9e3d808" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.node_id`

            Node ID records global GraphQL node ID for the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-organizations-url-f4d6c08e75d8" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-received-events-url-15a2f7d47295" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-repos-url-d384665e42c6" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-site-admin-23ad6a77f1a1" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Commits rows by the exact GitHub-returned site admin value.

            * **Enables:** select Commits rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-starred-url-dd1fdef7f1c5" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.starred_url`

            Starred URL records REST API URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-subscriptions-url-a05fb0aaf951" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-type-ecdcf6038241" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.type`

            Type records the type of GitHub account (User, Organization, Bot, etc.). It is needed to distinguish Commits rows by the exact GitHub-returned type value.

            * **Enables:** separate Commits rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-url-b4e89ad9d236" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.url`

            URL records REST API URL for the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-author-user-view-type-360af84d8e2d" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commits.author.user_view_type`

            User View Type records the view type of the user (e.g., public). It is needed to distinguish Commits rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Commits rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-comments-url-f7bd5cfd8548" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.comments_url`

            Comments URL records REST API URL for comments on this commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is link at one GitHub Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-2eebc5d76915" title="Commit" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit`

            Commit records the core commit metadata including message, author, committer, and tree info. It is needed to inspect the exact metadata included with this record.

            * **Enables:** inspect the exact metadata keys returned in `commit` and associate them with the containing Commits record.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is one nested object per containing GitHub Commit object when present; keys and availability follow this GitHub response and may vary by object type or GitHub configuration.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-author-7eb688a13555" title="Author" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.author`

            Author records the git author of the commit (name, email, date). It is needed to preserve the nested author relationship or details on the parent Commit Detail record.

            * **Enables:** expand `author` to connect the containing Commit Detail row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-author-date-c7272a1695be" title="Date" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.author.date`

            Date records ISO 8601 timestamp of when the action occurred. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Commits records by `date`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commits; it is interpreted at one Git Person record per row; the schema assigns the `event_time` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-author-email-e267bf3beb2a" title="Email" icon="map-location-dot" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.author.email`

            Email records the email address of the person. It is needed to attribute this Commits row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commits row to the returned person or account and match the exact `email` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commits; it is interpreted at one Git Person record per row; the schema uses the `Contact.Email` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-author-name-59b86cca041b" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.author.name`

            Name records the name of the person. It is needed to attribute this Commits row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commits row to the returned person or account and match the exact `name` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commits; it is interpreted at one Git Person record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-comment-count-7aa098c218ee" title="Comment Count" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.comment_count`

            Comment Count records number of comments on this commit. It is needed to measure the GitHub-reported number of comments at commit granularity.

            * **Enables:** measure and compare the GitHub-reported number of comments in `comment_count` at one commit per row.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is the GitHub-reported number of comments at commit granularity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-committer-fc90a863d1be" title="Committer" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.committer`

            Committer records the git committer of the commit (name, email, date). It is needed to preserve the nested committer relationship or details on the parent Commit Detail record.

            * **Enables:** expand `committer` to connect the containing Commit Detail row to its returned committer entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-message-2ff0728d6eb8" title="Message" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.message`

            Message records the commit message. It is needed to inspect the exact commit message included with this record.

            * **Enables:** inspect the commit message returned in `message` and attribute it to the same record's repository or project, revision, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is commit message at one Commit Detail record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-tree-0e5d630d5bf5" title="Tree" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.tree`

            Tree records the tree object this commit points to. It is needed to preserve the nested tree relationship or details on the parent Commit Detail record.

            * **Enables:** expand `tree` to connect the containing Commit Detail row to its returned tree entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-tree-sha-caebfad6b295" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.tree.sha`

            Sha records SHA hash of the tree object. It is needed to refer to the same commit tree across records without relying on display text.

            * **Enables:** match `sha` to commit tree references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Commit Tree object returned for Commits; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-tree-url-0df94383dca5" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.tree.url`

            URL records REST API URL for the tree object. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Tree object returned for Commits; it is link at one Commit Tree record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-url-87fc9edbaa9d" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.url`

            URL records REST API URL for the git commit object. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is link at one Commit Detail record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-verification-d5b3d8920b7f" title="Verification" icon="brackets-curly" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.verification`

            Verification records GPG/S-MIME signature verification details. It is needed to preserve the nested verification relationship or details on the parent Commit Detail record.

            * **Enables:** expand `verification` to connect the containing Commit Detail row to its returned verification entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-verification-payload-169e0388e7ac" title="Payload" icon="brackets-curly" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.verification.payload`

            Payload records the payload that was signed. It is needed to preserve the exact payload GitHub reports as the material covered by the commit signature.

            * **Enables:** correlate `payload` with the sibling signature, verification result, reason, and commit SHA during a signed-revision investigation.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for the commit; it is signed payload content at commit grain and does not independently prove that the signature is valid.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-verification-reason-a44b8d4bc1f8" title="Reason" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.verification.reason`

            Reason records the reason for the verification status (e.g., valid, unsigned, `unknown_key`). It is needed to distinguish Commits rows by the exact GitHub-returned reason value.

            * **Enables:** separate Commits rows by the exact GitHub-returned `reason` label when comparing reason.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commits; it is interpreted at one Commit Verification record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-verification-signature-f3ba6e6d9ad9" title="Signature" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.verification.signature`

            Signature records the raw signature data. It is needed to preserve the raw signature returned with GitHub commit-verification metadata.

            * **Enables:** correlate `signature` with the sibling signed payload, verification result, reason, and commit SHA during a signed-revision investigation.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for the commit; it is raw signature content at commit grain and does not independently prove that the signature is valid.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-verification-verified-e35ccf8c0b17" title="Verified" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.verification.verified`

            Verified records whether the signature was verified. It is needed to distinguish Commits rows by the exact GitHub-returned verified value.

            * **Enables:** select Commits rows where `verified` is true or false when comparing the condition described by Verified.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commits; it is interpreted at one Commit Verification record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-commit-verification-verified-at-ed4d1ed70c3c" title="Verified At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `commits.commit.verification.verified_at`

            Verified At records timestamp when the signature was verified. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Commits records by `verified_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commits; it is interpreted at one Commit Verification record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-committer-264d73092327" title="Committer" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.committer`

            Committer records the GitHub user who committed the commit (may be null if no linked account). It is needed to preserve the nested committer relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `committer` to connect the containing GitHub Commit row to its returned committer entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is one nested object per containing GitHub Commit object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-full-name-7cd6c21d420c" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commits.full_name`

            Full Name records parent `full_name` injected by the ingestor from the repositories to commits traversal parentContextFields. Not part of the upstream API response; written into each row at bronze ingestion time. It is needed to compare the returned full name for individual Commits rows and select rows with a specific `full_name` value.

            * **Enables:** locate Commits rows whose returned full name exactly matches `full_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is interpreted at one GitHub Commit record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-html-url-401d24db4d41" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.html_url`

            HTML URL records web URL for viewing this commit on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is link at one GitHub Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-node-id-7a2afde0a3e4" title="Node ID" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.node_id`

            Node ID records global GraphQL node ID for the commit. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-parents-1755aaf6a096" title="Parents" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `commits.parents`

            Parents records list of parent commits. It is needed to preserve the nested parents relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `parents` to connect the containing GitHub Commit row to its returned parents entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is one returned collection per containing GitHub Commit object.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-parents-html-url-6eb5fcb8b704" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.parents.html_url`

            HTML URL records web URL for viewing the parent commit on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commits; it is link at one Commit Parent record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-parents-sha-1a5de053d0c5" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.parents.sha`

            Sha records SHA hash of the parent commit. It is needed to distinguish repeated deliveries of the same Commits row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commits and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commits; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-parents-url-38c61ede7df4" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.parents.url`

            URL records REST API URL for the parent commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commits; it is link at one Commit Parent record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-sha-c9ed7ecd5f8b" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits.sha`

            Sha records the commit SHA hash. Primary key for commit identity. It is needed to distinguish repeated deliveries of the same Commits row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commits and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-url-10e94b0b0b3c" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits.url`

            URL records REST API URL for this commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits; it is link at one GitHub Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-commits-by-branch-09bd4f7f9542" title="Commits By Branch" icon="code-commit" iconType="sharp-duotone-solid">
        Developer identifier: `commits_by_branch`

        Commits By Branch covers repository commits for a specific branch.

        * **Enables:** trace each returned revision to its repository or project, author and committer identities, message, and provider-reported commit times.
        * **Scope:** Repository commits for a specific branch; the connector reads `/repos/{full_name}/commits` as an event stream in incremental mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-commits-by-branch-author-b5ff354a944f" title="Author" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author`

            Author records GitHub user who authored the commit (may be null if no linked account). It is needed to preserve the nested author relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `author` to connect the containing GitHub Commit row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is one nested object per containing GitHub Commit object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-avatar-url-46965d52dd35" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-events-url-77831cbfafd3" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.events_url`

            Events URL records REST API URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-followers-url-697ae869d557" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-following-url-efb622b7739d" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.following_url`

            Following URL records REST API URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-gists-url-38e5689b8876" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.gists_url`

            Gists URL records REST API URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-gravatar-id-fb2255487e49" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.gravatar_id`

            Gravatar ID records gravatar ID for the user (may be empty string). It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-html-url-afeb60cf8503" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.html_url`

            HTML URL records web URL for the user's GitHub profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-id-d4de50efb7f1" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.id`

            ID records numeric GitHub user ID. It is needed to refer to the same user across records without relying on display text.

            * **Enables:** match `id` to user references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-login-bfd103f80571" title="Login" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.login`

            Login records the GitHub username/login handle. It is needed to attribute this Commits By Branch row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commits By Branch row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is interpreted at one GitHub User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-node-id-92b09d0a91e1" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.node_id`

            Node ID records graphQL global node ID for the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-organizations-ur-1a08cd5ee0a4" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-received-events--b1540abbeb77" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-repos-url-a104251437b3" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-site-admin-6071d02f86f0" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Commits By Branch rows by the exact GitHub-returned site admin value.

            * **Enables:** select Commits By Branch rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-starred-url-22bb5b832e1e" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.starred_url`

            Starred URL records REST API URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-subscriptions-ur-ccd9dfc22bfa" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-type-7db173bc50dc" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.type`

            Type records the type of account (e.g., User, Bot, Organization). It is needed to distinguish Commits By Branch rows by the exact GitHub-returned type value.

            * **Enables:** separate Commits By Branch rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-url-3a8d1e3ed6bd" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.url`

            URL records REST API URL for the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-author-user-view-type-e05d4146ac17" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.author.user_view_type`

            User View Type records the view type for the user (e.g., public). It is needed to distinguish Commits By Branch rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Commits By Branch rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Commits By Branch; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-branch-name-482f48e3852f" title="Branch Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.branch_name`

            Branch Name records parent name injected by the ingestor from the branches to `commits_by_branch` traversal parentContextFields. Not part of the upstream API response; written into each row at bronze ingestion time. It is needed to compare the returned branch name for individual Commits By Branch rows and select rows with a specific `branch_name` value.

            * **Enables:** locate Commits By Branch rows whose returned branch name exactly matches `branch_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is interpreted at one GitHub Commit record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-comments-url-36c8a8366cb1" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.comments_url`

            Comments URL records REST API URL for comments on this commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is link at one GitHub Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-7eb8d5fe25b6" title="Commit" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit`

            Commit records the core Git commit data including message, author, committer, and tree info. It is needed to preserve the nested commit relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `commit` to connect the containing GitHub Commit row to its returned commit entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is one nested object per containing GitHub Commit object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-author-fa6221a40fc0" title="Author" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.author`

            Author records the Git author of the commit (name, email, date from git log). It is needed to preserve the nested author relationship or details on the parent Commit Detail record.

            * **Enables:** expand `author` to connect the containing Commit Detail row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-author-date-6727a3f8dd25" title="Date" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.author.date`

            Date records ISO 8601 timestamp of when the action (authoring or committing) occurred. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Commits By Branch records by `date`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commits By Branch; it is interpreted at one Git Person record per row; the schema assigns the `event_time` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-author-email-4c9034770a17" title="Email" icon="map-location-dot" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.author.email`

            Email records the email address of the Git author or committer. It is needed to attribute this Commits By Branch row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commits By Branch row to the returned person or account and match the exact `email` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commits By Branch; it is interpreted at one Git Person record per row; the schema uses the `Contact.Email` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-author-name-4819a23c5291" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.author.name`

            Name records the name of the Git author or committer. It is needed to attribute this Commits By Branch row to the returned person, account, or organization reference.

            * **Enables:** attribute the Commits By Branch row to the returned person or account and match the exact `name` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Git Person object returned for Commits By Branch; it is interpreted at one Git Person record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-comment-count-a66d4c90845e" title="Comment Count" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.comment_count`

            Comment Count records number of comments on this commit. It is needed to measure the GitHub-reported number of comments at commit granularity.

            * **Enables:** measure and compare the GitHub-reported number of comments in `comment_count` at one commit per row.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is the GitHub-reported number of comments at commit granularity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-committer-c3cbaf045e2b" title="Committer" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.committer`

            Committer records the Git committer of the commit (name, email, date from git log). It is needed to preserve the nested committer relationship or details on the parent Commit Detail record.

            * **Enables:** expand `committer` to connect the containing Commit Detail row to its returned committer entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-message-7e4e8aaf34cf" title="Message" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.message`

            Message records the full commit message text. It is needed to inspect the exact commit message included with this record.

            * **Enables:** inspect the commit message returned in `message` and attribute it to the same record's repository or project, revision, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is commit message at one Commit Detail record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-tree-11729a7285f8" title="Tree" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.tree`

            Tree records reference to the tree object for this commit. It is needed to refer to the same `the` across records without relying on display text.

            * **Enables:** match `tree` to `the` references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-tree-sha-f97815c6a600" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.tree.sha`

            Sha records SHA hash of the tree object. It is needed to refer to the same commit tree across records without relying on display text.

            * **Enables:** match `sha` to commit tree references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Commit Tree object returned for Commits By Branch; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-tree-url-388ef625ca07" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.tree.url`

            URL records REST API URL for the tree object. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Tree object returned for Commits By Branch; it is link at one Commit Tree record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-url-a2962f33f223" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.url`

            URL records REST API URL for the Git commit object. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is link at one Commit Detail record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-verification-9e433dc20530" title="Verification" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.verification`

            Verification records GPG/S-MIME signature verification details for the commit. It is needed to preserve the nested verification relationship or details on the parent Commit Detail record.

            * **Enables:** expand `verification` to connect the containing Commit Detail row to its returned verification entries.
            * **Interpretation:** GitHub reports this value on the Commit Detail object returned for Commits By Branch; it is one nested object per containing Commit Detail object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-verification-pay-25cd96d1a900" title="Payload" icon="brackets-curly" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.verification.payload`

            Payload records the payload that was signed, or null if unsigned. It is needed to preserve the exact payload GitHub reports as the material covered by the commit signature.

            * **Enables:** correlate `payload` with the sibling signature, verification result, reason, and commit SHA during a signed-revision investigation.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for the commit; it is signed payload content at commit grain and does not independently prove that the signature is valid.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-verification-rea-b143b6a42443" title="Reason" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.verification.reason`

            Reason records the reason for the verification status (e.g., valid, unsigned, `unknown_key`). It is needed to distinguish Commits By Branch rows by the exact GitHub-returned reason value.

            * **Enables:** separate Commits By Branch rows by the exact GitHub-returned `reason` label when comparing reason.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commits By Branch; it is interpreted at one Commit Verification record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-verification-sig-c55f58a87e92" title="Signature" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.verification.signature`

            Signature records the raw signature data, or null if unsigned. It is needed to preserve the raw signature returned with GitHub commit-verification metadata.

            * **Enables:** correlate `signature` with the sibling signed payload, verification result, reason, and commit SHA during a signed-revision investigation.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for the commit; it is raw signature content at commit grain and does not independently prove that the signature is valid.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-verification-ver-6fad2491fefa" title="Verified" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.verification.verified`

            Verified records whether the signature was verified as valid. It is needed to distinguish Commits By Branch rows by the exact GitHub-returned verified value.

            * **Enables:** select Commits By Branch rows where `verified` is true or false when comparing the condition described by Verified.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commits By Branch; it is interpreted at one Commit Verification record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-commit-verification-ver-ec05e255fbd8" title="Verified At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.commit.verification.verified_at`

            Verified At records timestamp when the signature was verified, if applicable. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Commits By Branch records by `verified_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Commit Verification object returned for Commits By Branch; it is interpreted at one Commit Verification record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-committer-f8e627d3178a" title="Committer" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.committer`

            Committer records GitHub user who committed the commit (may be null if no linked account). It is needed to preserve the nested committer relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `committer` to connect the containing GitHub Commit row to its returned committer entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is one nested object per containing GitHub Commit object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-full-name-023d7e40faa0" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.full_name`

            Full Name records parent `full_name` injected by the ingestor from the branches to `commits_by_branch` traversal parentContextFields. Not part of the upstream API response; written into each row at bronze ingestion time. It is needed to compare the returned full name for individual Commits By Branch rows and select rows with a specific `full_name` value.

            * **Enables:** locate Commits By Branch rows whose returned full name exactly matches `full_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is interpreted at one GitHub Commit record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-html-url-216fe06e187e" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.html_url`

            HTML URL records web URL for viewing this commit on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is link at one GitHub Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-node-id-c3995c1da1f8" title="Node ID" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.node_id`

            Node ID records the GraphQL global node ID for the commit. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-parents-5598b12ad1ba" title="Parents" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.parents`

            Parents records list of parent commits (merge commits have multiple parents). It is needed to preserve the nested parents relationship or details on the parent GitHub Commit record.

            * **Enables:** expand `parents` to connect the containing GitHub Commit row to its returned parents entries.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is one returned collection per containing GitHub Commit object.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-parents-html-url-a20f365a920f" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.parents.html_url`

            HTML URL records web URL for viewing the parent commit on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commits By Branch; it is link at one Commit Parent record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-parents-sha-d9d2de80fc79" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.parents.sha`

            Sha records SHA hash of the parent commit. It is needed to distinguish repeated deliveries of the same Commits By Branch row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commits By Branch and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commits By Branch; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-parents-url-30cd8929a1d0" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.parents.url`

            URL records REST API URL for the parent commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the Commit Parent object returned for Commits By Branch; it is link at one Commit Parent record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-sha-fc8e54b6880e" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.sha`

            Sha records the SHA hash uniquely identifying the commit. It is needed to distinguish repeated deliveries of the same Commits By Branch row using the declared ingestion key.

            * **Enables:** use `sha` as the declared ingestion deduplication key for Commits By Branch and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-commits-by-branch-url-4981f12f1fa9" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `commits_by_branch.url`

            URL records REST API URL for this commit. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Commits By Branch record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Commit object returned for Commits By Branch; it is link at one GitHub Commit record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-issues-a2d56ebb0b58" title="Issues" icon="code-merge" iconType="sharp-duotone-solid">
        Developer identifier: `issues`

        Issues covers repository issues (includes pull requests).

        * **Enables:** follow each returned issue from its repository or project and issue number through author, assignee, state, and update time.
        * **Scope:** Repository issues (includes pull requests); the connector reads `/repos/{full_name}/issues` as a changelog stream in incremental mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-issues-active-lock-reason-f4bdcf14e5fe" title="Active Lock Reason" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.active_lock_reason`

            Active Lock Reason records the reason the issue was locked. It is needed to distinguish Issues rows by the exact GitHub-returned active lock reason value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `active_lock_reason` label when comparing active lock reason.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-907f246c24fa" title="Assignee" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee`

            Assignee records the primary assigned user. It is needed to preserve the nested assignee relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `assignee` to connect the containing GitHub Issue row to its returned assignee entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-avatar-url-43b086d004e8" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-events-url-a63629b5b585" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.events_url`

            Events URL records URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-followers-url-360ef6b28edf" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-following-url-c59916fec2ae" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.following_url`

            Following URL records URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-gists-url-3cafbeb0837d" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.gists_url`

            Gists URL records URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-gravatar-id-c20208a019ce" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.gravatar_id`

            Gravatar ID records gravatar ID for the user. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-html-url-b41751a25150" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.html_url`

            HTML URL records web URL for the user's profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-id-394a5f3beb60" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.id`

            ID records unique numeric identifier for the user. It is needed to distinguish repeated deliveries of the same Issues row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Issues and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-login-b1ff32a0a41e" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.login`

            Login records the user's login username. It is needed to attribute this Issues row to the returned person, account, or organization reference.

            * **Enables:** attribute the Issues row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is interpreted at one GitHub User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-node-id-a7a4557c9d0f" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.node_id`

            Node ID records global node ID for the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-organizations-url-9924a9376148" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-received-events-url-ca496097adb9" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-repos-url-3e89fa59b9f1" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-site-admin-012dd9421c3d" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Issues rows by the exact GitHub-returned site admin value.

            * **Enables:** select Issues rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-starred-url-9b958d0c28fc" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.starred_url`

            Starred URL records URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-subscriptions-url-5463d2e08414" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-type-83a673ee98f9" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.type`

            Type records type of the account (e.g., User, Organization, Bot). It is needed to distinguish Issues rows by the exact GitHub-returned type value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-url-78827451ee8c" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.url`

            URL records REST API URL for the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignee-user-view-type-0b433e5b5a72" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignee.user_view_type`

            User View Type records the view type of the user (e.g., public, private). It is needed to distinguish Issues rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Issues; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-assignees-39ed37c69472" title="Assignees" icon="people-group" iconType="sharp-duotone-solid">
            Developer identifier: `issues.assignees`

            Assignees records array of all assigned users. It is needed to preserve the nested assignees relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `assignees` to connect the containing GitHub Issue row to its returned assignees entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one returned collection per containing GitHub Issue object.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-author-association-58c227d0cbc8" title="Author Association" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.author_association`

            Author Association records how the issue author is associated with the repository. It is needed to distinguish Issues rows by the exact GitHub-returned author association value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `author_association` label when comparing author association.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-body-d1e409499a3c" title="Body" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.body`

            Body records issue body text in Markdown. It is needed to inspect the exact Markdown body included with this record.

            * **Enables:** inspect the Markdown body returned in `body` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is Markdown body at one GitHub Issue record per row; the schema uses the `Text.Markdown` scalar; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-closed-at-58677d854155" title="Closed At" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `issues.closed_at`

            Closed At records when the issue was closed, if applicable. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `closed_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-closed-by-3ff7132472bc" title="Closed By" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.closed_by`

            Closed By records the user who closed the issue. It is needed to preserve the nested closed by relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `closed_by` to connect the containing GitHub Issue row to its returned closed by entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-comments-305d0a268cb5" title="Comments" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.comments`

            Comments records number of comments on the issue. It is needed to measure the GitHub-reported number of comments on the issue at one GitHub Issue record per row.

            * **Enables:** measure and compare the GitHub-reported number of comments on the issue in `comments` at one GitHub Issue record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is a GitHub-reported count at one GitHub Issue record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-comments-url-c3859a36204c" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.comments_url`

            Comments URL records REST API URL for comments on this issue. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-created-at-1e5852a2f4f2" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `issues.created_at`

            Created At records when the issue was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-draft-e6166dc1b9f2" title="Draft" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `issues.draft`

            Draft records whether the issue is a draft (applicable to pull requests surfaced via issues endpoint). It is needed to distinguish Issues rows by the exact GitHub-returned draft value.

            * **Enables:** select Issues rows where `draft` is true or false when comparing the condition described by Draft.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-events-url-3129840c7d12" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.events_url`

            Events URL records REST API URL for events on this issue. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-html-url-d7bf3e060724" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.html_url`

            HTML URL records web URL for viewing this issue in a browser. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-id-5ebd82e5cb81" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.id`

            ID records unique numeric identifier for the issue. It is needed to distinguish repeated deliveries of the same Issues row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Issues and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-ba8d5cd2aa96" title="Labels" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels`

            Labels records array of label objects applied to the issue. It is needed to preserve the nested labels relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `labels` to connect the containing GitHub Issue row to its returned labels entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one returned collection per containing GitHub Issue object.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-color-070118da5c57" title="Color" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.color`

            Color records hex color code for the label (without # prefix). It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `color` among Issues records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is interpreted at one GitHub Label record per row; the value is a GitHub-returned or configured label at the GitHub Label grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-default-acad40286efa" title="Default" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.default`

            Default records whether this is a default label. It is needed to distinguish Issues rows by the exact GitHub-returned default value.

            * **Enables:** select Issues rows where `default` is true or false when comparing the condition described by Default.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is interpreted at one GitHub Label record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-description-50440491de38" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.description`

            Description records short description of the label. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is description text at one GitHub Label record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-id-1fc256fbd78c" title="ID" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.id`

            ID records unique numeric identifier for the label. It is needed to distinguish repeated deliveries of the same Issues row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Issues and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-name-13103721d1d2" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.name`

            Name records display name of the label. It is needed to compare the returned name for individual Issues rows and select rows with a specific `name` value.

            * **Enables:** locate Issues rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is interpreted at one GitHub Label record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-node-id-8df814ea73c8" title="Node ID" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.node_id`

            Node ID records global node ID for the label. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-url-1f84755908f6" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels.url`

            URL records REST API URL for the label. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Issues; it is link at one GitHub Label record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-labels-url-0a7906013737" title="Labels URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.labels_url`

            Labels URL records URL template for labels on this issue. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `labels_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-locked-51d7d7d1c68a" title="Locked" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `issues.locked`

            Locked records whether the issue conversation is locked. It is needed to distinguish Issues rows by the exact GitHub-returned locked value.

            * **Enables:** select Issues rows where `locked` is true or false when comparing the condition described by Locked.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-c97da97c17ef" title="Milestone" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone`

            Milestone records the milestone this issue belongs to. It is needed to preserve the nested milestone relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `milestone` to connect the containing GitHub Issue row to its returned milestone entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-closed-at-502fc1af8550" title="Closed At" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.closed_at`

            Closed At records when the milestone was closed. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `closed_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-closed-issues-fa3b69a71087" title="Closed Issues" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.closed_issues`

            Closed Issues records number of closed issues in this milestone. It is needed to measure the GitHub-reported number of closed issues in this milestone at one GitHub Milestone record per row.

            * **Enables:** measure and compare the GitHub-reported number of closed issues in this milestone in `closed_issues` at one GitHub Milestone record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is a GitHub-reported count at one GitHub Milestone record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-created-at-b4d0c8af4b91" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.created_at`

            Created At records when the milestone was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-creator-996b08d74fc6" title="Creator" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.creator`

            Creator records the user who created the milestone. It is needed to preserve the nested creator relationship or details on the parent GitHub Milestone record.

            * **Enables:** expand `creator` to connect the containing GitHub Milestone row to its returned creator entries.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is one nested object per containing GitHub Milestone object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-description-39d839a28f3d" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.description`

            Description records description of the milestone. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is description text at one GitHub Milestone record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-due-on-713c2ea66ab3" title="Due On" icon="calendar-days" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.due_on`

            Due On records due date for the milestone. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `due_on`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-html-url-9663b8dde862" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.html_url`

            HTML URL records web URL for the milestone. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is link at one GitHub Milestone record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-id-f56a88ab970a" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.id`

            ID records unique numeric identifier for the milestone. It is needed to refer to the same milestone across records without relying on display text.

            * **Enables:** match `id` to milestone references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-labels-url-4945056aa542" title="Labels URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.labels_url`

            Labels URL records REST API URL for labels on this milestone. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `labels_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is link at one GitHub Milestone record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-node-id-5a42a075a5b5" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.node_id`

            Node ID records global node ID for the milestone. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-number-300fa21c08b4" title="Number" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.number`

            Number records milestone number within the repository. It is needed to refer to the same issues across records without relying on display text.

            * **Enables:** match `number` to issues references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-open-issues-04310ea057cc" title="Open Issues" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.open_issues`

            Open Issues records number of open issues in this milestone. It is needed to measure the GitHub-reported number of open issues in this milestone at one GitHub Milestone record per row.

            * **Enables:** measure and compare the GitHub-reported number of open issues in this milestone in `open_issues` at one GitHub Milestone record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is a GitHub-reported count at one GitHub Milestone record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-state-073c3a47121a" title="State" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.state`

            State records current state of the milestone. It is needed to distinguish Issues rows by the exact GitHub-returned state value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `state` label when comparing state.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is interpreted at one GitHub Milestone record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-title-2e052286fa30" title="Title" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.title`

            Title records title of the milestone. It is needed to inspect the exact title text included with this record.

            * **Enables:** inspect the title text returned in `title` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is title text at one GitHub Milestone record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-updated-at-5f855ea496bb" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.updated_at`

            Updated At records when the milestone was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-milestone-url-c8e92e05befd" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.milestone.url`

            URL records REST API URL for the milestone. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Issues; it is link at one GitHub Milestone record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-node-id-d2d164d4e734" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.node_id`

            Node ID records global node ID for use with the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-number-b5d83fe65e93" title="Number" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.number`

            Number records issue number within the repository. It is needed to refer to the same issues across records without relying on display text.

            * **Enables:** match `number` to issues references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-49c252214054" title="Performed Via Github App" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app`

            Performed Via Github App records the GitHub App that created the issue, if applicable. It is needed to preserve the nested performed via github app relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `performed_via_github_app` to connect the containing GitHub Issue row to its returned performed via github app entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-created-a-00399e11b1d0" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.created_at`

            Created At records when the app was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is interpreted at one GitHub App record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-descripti-b262822fb273" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.description`

            Description records description of the app. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is description text at one GitHub App record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-events-4510ce3bb3b5" title="Events" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.events`

            Events records events the app subscribes to. It is needed to preserve the nested events relationship or details on the parent GitHub App record.

            * **Enables:** expand `events` to connect the containing GitHub App row to its returned events entries.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is one returned collection per containing GitHub App object.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-external--0812f483cfb0" title="External URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.external_url`

            External URL records external URL for the app. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `external_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is link at one GitHub App record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-html-url-3cf7796cc66f" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.html_url`

            HTML URL records web URL for the app on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is link at one GitHub App record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-id-ca25d9dcda64" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.id`

            ID records unique numeric identifier for the app. It is needed to refer to the same app across records without relying on display text.

            * **Enables:** match `id` to app references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-name-c58617431f1e" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.name`

            Name records display name of the app. It is needed to compare the returned name for individual Issues rows and select rows with a specific `name` value.

            * **Enables:** locate Issues rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is interpreted at one GitHub App record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-node-id-a5d826aa91a4" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.node_id`

            Node ID records global node ID for the app. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-owner-898cc6b5b8d9" title="Owner" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.owner`

            Owner records the user or organization that owns the app. It is needed to preserve the nested owner relationship or details on the parent GitHub App record.

            * **Enables:** expand `owner` to connect the containing GitHub App row to its returned owner entries.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is one nested object per containing GitHub App object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-permissio-9475b29d3214" title="Permissions" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.permissions`

            Permissions records permissions granted to the app. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** correlate the exact `permissions` access value with the resource, account, or membership represented by the same Issues row.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is interpreted at one GitHub App record per row; the schema uses the `Generic.JSON` scalar; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-slug-70e5d911259b" title="Slug" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.slug`

            Slug records URL-friendly slug of the app. It is needed to compare the returned slug for individual Issues rows and select rows with a specific `slug` value.

            * **Enables:** locate Issues rows whose returned slug exactly matches `slug` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is interpreted at one GitHub App record per row; the schema uses the `Identity.Slug` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-performed-via-github-app-updated-a-7ca58673e62e" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `issues.performed_via_github_app.updated_at`

            Updated At records when the app was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub App object returned for Issues; it is interpreted at one GitHub App record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-pull-request-9599798d5399" title="Pull Request" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `issues.pull_request`

            Pull Request records present if the issue is actually a pull request. Used to distinguish PRs from issues. It is needed to preserve the nested pull request relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `pull_request` to connect the containing GitHub Issue row to its returned pull request entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-pull-request-diff-url-9f5f4e29a681" title="Diff URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.pull_request.diff_url`

            Diff URL records URL for the pull request diff. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `diff_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue Pull Request object returned for Issues; it is link at one GitHub Issue Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-pull-request-html-url-287e74920836" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.pull_request.html_url`

            HTML URL records web URL for the pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue Pull Request object returned for Issues; it is link at one GitHub Issue Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-pull-request-merged-at-cbd0aa86e332" title="Merged At" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `issues.pull_request.merged_at`

            Merged At records when the pull request was merged. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `merged_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Issue Pull Request object returned for Issues; it is interpreted at one GitHub Issue Pull Request record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-pull-request-patch-url-7828f0f1b41d" title="Patch URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.pull_request.patch_url`

            Patch URL records URL for the pull request patch. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `patch_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue Pull Request object returned for Issues; it is link at one GitHub Issue Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-pull-request-url-15651b2c48ae" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.pull_request.url`

            URL records REST API URL for the pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue Pull Request object returned for Issues; it is link at one GitHub Issue Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-c6f49b28182f" title="Reactions" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions`

            Reactions records reaction rollup counts for the issue. It is needed to preserve the nested reactions relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `reactions` to connect the containing GitHub Issue row to its returned reactions entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-1-8df6beaf01f3" title="+1" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.+1`

            +1 records number of +1 (thumbs up) reactions. It is needed to measure the GitHub-reported number of +1 (thumbs up) reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of +1 (thumbs up) reactions in `+1` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-1-dd1e7bc3cebd" title="Minus One" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.-1`

            Minus One records number of -1 (thumbs down) reactions. It is needed to measure the GitHub-reported number of -1 (thumbs down) reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of -1 (thumbs down) reactions in `-1` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-confused-2284edf356c7" title="Confused" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.confused`

            Confused records number of confused reactions. It is needed to measure the GitHub-reported number of confused reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of confused reactions in `confused` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-eyes-301088d1b3e5" title="Eyes" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.eyes`

            Eyes records number of eyes reactions. It is needed to measure the GitHub-reported number of eyes reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of eyes reactions in `eyes` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-heart-44a7bdfbf68e" title="Heart" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.heart`

            Heart records number of heart reactions. It is needed to measure the GitHub-reported number of heart reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of heart reactions in `heart` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-hooray-f6534d316f40" title="Hooray" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.hooray`

            Hooray records number of hooray reactions. It is needed to measure the GitHub-reported number of hooray reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of hooray reactions in `hooray` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-laugh-6f8186af44e6" title="Laugh" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.laugh`

            Laugh records number of laugh reactions. It is needed to measure the GitHub-reported number of laugh reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of laugh reactions in `laugh` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-rocket-010a63c21f18" title="Rocket" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.rocket`

            Rocket records number of rocket reactions. It is needed to measure the GitHub-reported number of rocket reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of rocket reactions in `rocket` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-total-count-defcb6431e56" title="Total Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.total_count`

            Total Count records total number of reactions. It is needed to measure the GitHub-reported number of reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of reactions in `total_count` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-reactions-url-6ebfc8452191" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.reactions.url`

            URL records REST API URL for reactions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Issues; it is link at one GitHub Reactions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-repository-url-ca52e290e8f1" title="Repository URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.repository_url`

            Repository URL records REST API URL for the parent repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repository_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-state-bf66f9cd43d2" title="State" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `issues.state`

            State records current state of the issue. It is needed to distinguish Issues rows by the exact GitHub-returned state value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `state` label when comparing state.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-state-reason-411f02b27f30" title="State Reason" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `issues.state_reason`

            State Reason records the reason the issue state was changed. It is needed to distinguish Issues rows by the exact GitHub-returned state reason value.

            * **Enables:** separate Issues rows by the exact GitHub-returned `state_reason` label when comparing state reason.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-sub-issues-summary-260d984b00b7" title="Sub Issues Summary" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.sub_issues_summary`

            Sub Issues Summary records summary of sub-issues counts. It is needed to preserve the nested sub issues summary relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `sub_issues_summary` to connect the containing GitHub Issue row to its returned sub issues summary entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-sub-issues-summary-completed-a81c04bfce20" title="Completed" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.sub_issues_summary.completed`

            Completed records number of completed sub-issues. It is needed to measure the GitHub-reported number of completed sub-issues at one GitHub Sub Issues Summary record per row.

            * **Enables:** measure and compare the GitHub-reported number of completed sub-issues in `completed` at one GitHub Sub Issues Summary record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Sub Issues Summary object returned for Issues; it is a GitHub-reported count at one GitHub Sub Issues Summary record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-sub-issues-summary-percent-complet-9e25c2710c04" title="Percent Completed" icon="percent" iconType="sharp-duotone-solid">
            Developer identifier: `issues.sub_issues_summary.percent_completed`

            Percent Completed records percentage of sub-issues completed. It is needed to measure the reported percent completed for one git hub sub issues summary record.

            * **Enables:** measure and compare `percent_completed` per GitHub Sub Issues Summary record in percent.
            * **Interpretation:** GitHub reports this value on the GitHub Sub Issues Summary object returned for Issues; its unit or granularity is percent.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-sub-issues-summary-total-72c2a0f7e8ea" title="Total" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `issues.sub_issues_summary.total`

            Total records total number of sub-issues. It is needed to measure the GitHub-reported number of sub-issues at one GitHub Sub Issues Summary record per row.

            * **Enables:** measure and compare the GitHub-reported number of sub-issues in `total` at one GitHub Sub Issues Summary record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Sub Issues Summary object returned for Issues; it is a GitHub-reported count at one GitHub Sub Issues Summary record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-timeline-url-d59ef805fe56" title="Timeline URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.timeline_url`

            Timeline URL records REST API URL for the issue timeline. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `timeline_url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-title-867df0343137" title="Title" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.title`

            Title records issue title. It is needed to inspect the exact title text included with this record.

            * **Enables:** inspect the title text returned in `title` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is title text at one GitHub Issue record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-type-d9003bde2ce8" title="Type" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `issues.type`

            Type records issue type assigned to the issue (GitHub issue types). It is needed to preserve the nested type relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `type` to connect the containing GitHub Issue row to its returned type entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-type-color-9125a6fe7b31" title="Color" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `issues.type.color`

            Color records issue type display color. It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `color` among Issues records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; the value is a GitHub-returned or configured label at the GitHub Issue grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-type-description-7adecb6d3428" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.type.description`

            Description records issue type description. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is description text at one GitHub Issue record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-type-id-d7d6eeec71ec" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.type.id`

            ID records issue type identifier. It is needed to refer to the same issue across records without relying on display text.

            * **Enables:** match `id` to issue references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-type-name-b69ee8f42565" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `issues.type.name`

            Name records issue type name. It is needed to compare the returned name for individual Issues rows and select rows with a specific `name` value.

            * **Enables:** locate Issues rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-type-node-id-cd99d2c6a081" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `issues.type.node_id`

            Node ID records graphQL node identifier for the issue type. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-updated-at-753c13c22f31" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `issues.updated_at`

            Updated At records when the issue was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Issues records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is interpreted at one GitHub Issue record per row; the connector also declares it for record ordering; the schema assigns the `metadata_timestamp` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-url-55a3291c9b47" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `issues.url`

            URL records REST API URL for this issue. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Issues record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is link at one GitHub Issue record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-issues-user-972fe88be990" title="User" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `issues.user`

            User records the user who created the issue. It is needed to preserve the nested user relationship or details on the parent GitHub Issue record.

            * **Enables:** expand `user` to connect the containing GitHub Issue row to its returned user entries.
            * **Interpretation:** GitHub reports this value on the GitHub Issue object returned for Issues; it is one nested object per containing GitHub Issue object when present.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-members-ac747a03216b" title="Members" icon="people-group" iconType="sharp-duotone-solid">
        Developer identifier: `members`

        Members covers organization members.

        * **Enables:** map the GitHub accounts and memberships represented by Members records and trace a returned access assignment to its account or group.
        * **Scope:** Organization members; the connector reads `/orgs/{orgId}/members` as a snapshot stream in full mode. The configured credential must grant the declared `read:org` access scope; records outside that access are not returned. A successful full collection can reveal a previously returned row as absent, but a credential or permission change can produce the same observation.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-members-avatar-url-fcbfff5d5741" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.avatar_url`

            Avatar URL records URL to the member's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-events-url-8400426bf561" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.events_url`

            Events URL records API URL template for the member's events. Contains (/privacy) placeholder. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-followers-url-4b95a2e8a7d1" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.followers_url`

            Followers URL records API URL for the member's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-following-url-884956197cb4" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.following_url`

            Following URL records API URL template for users this member is following. Contains (/`other_user`) placeholder. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-gists-url-6179701025a5" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.gists_url`

            Gists URL records API URL template for the member's gists. Contains (/`gist_id`) placeholder. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-gravatar-id-c1b88e18df95" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `members.gravatar_id`

            Gravatar ID records the Gravatar ID associated with the member, if any. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-html-url-41e008dc0c2a" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.html_url`

            HTML URL records URL to the member's GitHub profile page. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-id-6efcb75cac06" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `members.id`

            ID records the unique GitHub user ID of the member. It is needed to distinguish repeated deliveries of the same Members row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Members and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-login-bd4144a047f5" title="Login" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `members.login`

            Login records the GitHub username of the member. It is needed to attribute this Members row to the returned person, account, or organization reference.

            * **Enables:** attribute the Members row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is interpreted at one GitHub Org Member record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-node-id-bd621c157163" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `members.node_id`

            Node ID records the global relay ID (GraphQL node ID) for the member. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-organizations-url-3a22ba9b96ce" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.organizations_url`

            Organizations URL records API URL for the member's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-received-events-url-600aab3644d1" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.received_events_url`

            Received Events URL records API URL for events received by the member. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-repos-url-32f5086152ff" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.repos_url`

            Repos URL records API URL for the member's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-site-admin-f8e1babf7619" title="Site Admin" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `members.site_admin`

            Site Admin records whether the member is a GitHub site administrator. It is needed to distinguish Members rows by the exact GitHub-returned site admin value.

            * **Enables:** select Members rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is interpreted at one GitHub Org Member record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-starred-url-330329d50138" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.starred_url`

            Starred URL records API URL template for the member's starred repositories. Contains (/owner)(/repo) placeholder. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-subscriptions-url-0630836300d2" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.subscriptions_url`

            Subscriptions URL records API URL for the member's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-type-6b2d7112a039" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `members.type`

            Type records the type of GitHub account: User or Bot. It is needed to distinguish Members rows by the exact GitHub-returned type value.

            * **Enables:** separate Members rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is interpreted at one GitHub Org Member record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-url-04d470bace91" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `members.url`

            URL records API URL for the member's user resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is link at one GitHub Org Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-members-user-view-type-0a094eba65c5" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `members.user_view_type`

            User View Type records the view type of the user, e.g. public or private. It is needed to distinguish Members rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Members rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub Org Member object returned for Members; it is interpreted at one GitHub Org Member record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-pull-request-comments-13558be9f642" title="Pull Request Comments" icon="code-merge" iconType="sharp-duotone-solid">
        Developer identifier: `pull_request_comments`

        Pull Request Comments covers comments on pull requests (review comments).

        * **Enables:** attribute each returned review comment or note to its work item, author, file or diff position, and time where those fields are present.
        * **Scope:** Comments on pull requests (review comments); the connector reads `/repos/{full_name}/pulls/{number}/comments` as an event stream in full mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-pull-request-comments-links-0009ed192232" title="Links" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments._links`

            Links records hypermedia links for related resources. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `_links` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is link at one GitHub Pull Request Comment record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-links-html-e54065377e71" title="HTML" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments._links.html`

            HTML records link to the HTML view of this comment. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the Pull Request Comment Links object returned for Pull Request Comments; it is link at one Pull Request Comment Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-links-html-href-0009d0c8883c" title="Href" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments._links.html.href`

            Href records the URL of the linked resource. It is needed to retain the exact GitHub resource or external link reported for this Pull Request Comments record.

            * **Enables:** open or correlate the resource named by `href` while retaining the containing Hypermedia Link row as provenance.
            * **Interpretation:** GitHub reports this value on the Hypermedia Link object returned for Pull Request Comments; it is interpreted at one Hypermedia Link record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-links-pull-request-317f7a371ddb" title="Pull Request" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments._links.pull_request`

            Pull Request records link to the parent pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `pull_request` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the Pull Request Comment Links object returned for Pull Request Comments; it is link at one Pull Request Comment Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-links-self-26ad3bb46017" title="Self" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments._links.self`

            Self records link to this comment. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `self` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the Pull Request Comment Links object returned for Pull Request Comments; it is link at one Pull Request Comment Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-author-association-286ae5a53357" title="Author Association" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.author_association`

            Author Association records how the author is associated with the repository. It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned author association value.

            * **Enables:** separate Pull Request Comments rows by the exact GitHub-returned `author_association` label when comparing author association.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-body-200acc5bf89e" title="Body" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.body`

            Body records markdown body of the review comment. It is needed to inspect the exact Markdown body included with this record.

            * **Enables:** inspect the Markdown body returned in `body` and attribute it to the same record's repository or project, revision, file path, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is Markdown body at one GitHub Pull Request Comment record per row; the schema uses the `Text.Markdown` scalar; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-body-html-8392886be2cc" title="Body HTML" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.body_html`

            Body HTML records HTML rendered version of the comment body. It is needed to inspect the exact HTML body included with this record.

            * **Enables:** inspect the HTML body returned in `body_html` and attribute it to the same record's repository or project, revision, file path, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is HTML body at one GitHub Pull Request Comment record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-body-text-45e81a621763" title="Body Text" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.body_text`

            Body Text records plain text version of the comment body. It is needed to inspect the exact plain-text body included with this record.

            * **Enables:** inspect the plain-text body returned in `body_text` and attribute it to the same record's repository or project, revision, file path, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is plain-text body at one GitHub Pull Request Comment record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-commit-id-c01142069c54" title="Commit ID" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.commit_id`

            Commit ID records SHA of the commit the comment was made on. It is needed to refer to the same commit across records without relying on display text.

            * **Enables:** match `commit_id` to commit references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-created-at-de1743a6b338" title="Created At" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.created_at`

            Created At records ISO 8601 timestamp when the comment was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Request Comments records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; the schema assigns the `event_time` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-diff-hunk-9459cfb8b8a3" title="Diff Hunk" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.diff_hunk`

            Diff Hunk records the diff hunk that the comment applies to. It is needed to inspect the exact diff hunk included with this record.

            * **Enables:** inspect the diff hunk returned in `diff_hunk` and attribute it to the same record's repository or project, revision, file path, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is diff hunk at one GitHub Pull Request Comment record per row; this is the code-change content included in the response, not a separate full-file fetch.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-full-name-9e3b49962032" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.full_name`

            Full Name records parent key injected by the ingestor from the `pull_requests` to `pull_request_comments` traversal parentContextFields. Not part of the upstream API response; written into each row at bronze ingestion time. It is needed to compare the returned full name for individual Pull Request Comments rows and select rows with a specific `full_name` value.

            * **Enables:** locate Pull Request Comments rows whose returned full name exactly matches `full_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-html-url-f62171093e0f" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.html_url`

            HTML URL records URL to view this comment on github.com. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is link at one GitHub Pull Request Comment record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-id-eb71fc792010" title="ID" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.id`

            ID records unique numeric identifier for the review comment. It is needed to distinguish repeated deliveries of the same Pull Request Comments row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Pull Request Comments and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-in-reply-to-id-13d531b2c989" title="In Reply To ID" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.in_reply_to_id`

            In Reply To ID records the ID of the comment this comment replies to, if it is a reply. It is needed to refer to the same in reply to across records without relying on display text.

            * **Enables:** match `in_reply_to_id` to in reply to references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-line-891df42db323" title="Line" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.line`

            Line records the line of the blob to which the comment applies. The last line of the range for a multi-line comment. It is needed to compare the numeric line reported for one GitHub Pull Request Comment record without assuming an unstated unit.

            * **Enables:** compare the numeric `line` value per GitHub Pull Request Comment record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-node-id-669e0665b703" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.node_id`

            Node ID records global relay ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-original-commit-id-0016959316dd" title="Original Commit ID" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.original_commit_id`

            Original Commit ID records SHA of the original commit the comment was made on. It is needed to refer to the same original commit across records without relying on display text.

            * **Enables:** match `original_commit_id` to original commit references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-original-line-6ca91341bbc4" title="Original Line" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.original_line`

            Original Line records the original line of the blob to which the comment applies. It is needed to compare the numeric original line reported for one GitHub Pull Request Comment record without assuming an unstated unit.

            * **Enables:** compare the numeric `original_line` value per GitHub Pull Request Comment record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-original-position-a0c6c4f9f0d5" title="Original Position" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.original_position`

            Original Position records the original line index in the diff to which the comment was made. It is needed to compare the numeric original position reported for one GitHub Pull Request Comment record without assuming an unstated unit.

            * **Enables:** compare the numeric `original_position` value per GitHub Pull Request Comment record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-original-start-line-18de708109fa" title="Original Start Line" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.original_start_line`

            Original Start Line records the original first line of the range for a multi-line comment. It is needed to compare the numeric original start line reported for one GitHub Pull Request Comment record without assuming an unstated unit.

            * **Enables:** compare the numeric `original_start_line` value per GitHub Pull Request Comment record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-path-6e7e75e44b79" title="Path" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.path`

            Path records the relative file path the comment applies to. It is needed to compare the returned path for individual Pull Request Comments rows and select rows with a specific `path` value.

            * **Enables:** trace the path relationship returned in `path` from the GitHub Pull Request Comment row to its named GitHub context.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; the schema uses the `Asset.FilePath` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-position-fad42bb512ca" title="Position" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.position`

            Position records the line index in the diff to which the comment applies (deprecated in favor of line). It is needed to compare the numeric position reported for one GitHub Pull Request Comment record without assuming an unstated unit.

            * **Enables:** compare the numeric `position` value per GitHub Pull Request Comment record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-pull-request-review-4a0ba9dcb199" title="Pull Request Review ID" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.pull_request_review_id`

            Pull Request Review ID records ID of the parent pull request review this comment belongs to. It is needed to refer to the same pull request review across records without relying on display text.

            * **Enables:** match `pull_request_review_id` to pull request review references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-pull-request-url-bf93fa922724" title="Pull Request URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.pull_request_url`

            Pull Request URL records REST API URL for the parent pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `pull_request_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is link at one GitHub Pull Request Comment record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-02596323ea5e" title="Reactions" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions`

            Reactions records reaction rollup counts for the comment. It is needed to preserve the nested reactions relationship or details on the parent GitHub Pull Request Comment record.

            * **Enables:** expand `reactions` to connect the containing GitHub Pull Request Comment row to its returned reactions entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is one nested object per containing GitHub Pull Request Comment object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-1-d7c9f4835a4a" title="+1" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.+1`

            +1 records number of +1 reactions. It is needed to measure the GitHub-reported number of +1 reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of +1 reactions in `+1` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-1-05b900b248df" title="Minus One" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.-1`

            Minus One records number of -1 reactions. It is needed to measure the GitHub-reported number of -1 reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of -1 reactions in `-1` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-confused-cd98981511e6" title="Confused" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.confused`

            Confused records number of confused reactions. It is needed to measure the GitHub-reported number of confused reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of confused reactions in `confused` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-eyes-57d609e5aca1" title="Eyes" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.eyes`

            Eyes records number of eyes reactions. It is needed to measure the GitHub-reported number of eyes reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of eyes reactions in `eyes` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-heart-2c0ded2b8159" title="Heart" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.heart`

            Heart records number of heart reactions. It is needed to measure the GitHub-reported number of heart reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of heart reactions in `heart` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-hooray-42393bc92a9a" title="Hooray" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.hooray`

            Hooray records number of hooray reactions. It is needed to measure the GitHub-reported number of hooray reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of hooray reactions in `hooray` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-laugh-4d6f8962fb2a" title="Laugh" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.laugh`

            Laugh records number of laugh reactions. It is needed to measure the GitHub-reported number of laugh reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of laugh reactions in `laugh` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-rocket-673934d97cd4" title="Rocket" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.rocket`

            Rocket records number of rocket reactions. It is needed to measure the GitHub-reported number of rocket reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of rocket reactions in `rocket` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-total-cou-195f297abb7d" title="Total Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.total_count`

            Total Count records total number of reactions. It is needed to measure the GitHub-reported number of reactions at one Reaction Rollup record per row.

            * **Enables:** measure and compare the GitHub-reported number of reactions in `total_count` at one Reaction Rollup record per row.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is a GitHub-reported count at one Reaction Rollup record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-reactions-url-9c7c73f1acdd" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.reactions.url`

            URL records REST API URL for reactions on this comment. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the Reaction Rollup object returned for Pull Request Comments; it is link at one Reaction Rollup record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-side-93172f05506d" title="Side" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.side`

            Side records the side of the diff to which the comment applies. It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned side value.

            * **Enables:** separate Pull Request Comments rows by the exact GitHub-returned `side` label when comparing side.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-start-line-d62ab5d1f4d0" title="Start Line" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.start_line`

            Start Line records the first line of the range for a multi-line comment. It is needed to compare the numeric start line reported for one GitHub Pull Request Comment record without assuming an unstated unit.

            * **Enables:** compare the numeric `start_line` value per GitHub Pull Request Comment record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-start-side-fac3b00eed5a" title="Start Side" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.start_side`

            Start Side records the side of the first line of the range for a multi-line comment. It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned start side value.

            * **Enables:** separate Pull Request Comments rows by the exact GitHub-returned `start_side` label when comparing start side.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-subject-type-e9401c337039" title="Subject Type" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.subject_type`

            Subject Type records the level at which the comment is targeted. It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned subject type value.

            * **Enables:** separate Pull Request Comments rows by the exact GitHub-returned `subject_type` label when comparing subject type.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-updated-at-59a943f83ef3" title="Updated At" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.updated_at`

            Updated At records ISO 8601 timestamp when the comment was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Request Comments records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is interpreted at one GitHub Pull Request Comment record per row; the connector also declares it for record ordering; the schema assigns the `metadata_timestamp` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-url-5a10ef79aa28" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.url`

            URL records REST API URL for this review comment. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is link at one GitHub Pull Request Comment record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-302576697df7" title="User" icon="comment-dots" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user`

            User records the user who authored the review comment. It is needed to preserve the nested user relationship or details on the parent GitHub Pull Request Comment record.

            * **Enables:** expand `user` to connect the containing GitHub Pull Request Comment row to its returned user entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Comment object returned for Pull Request Comments; it is one nested object per containing GitHub Pull Request Comment object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-avatar-url-a0462375f623" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.avatar_url`

            Avatar URL records URL to the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-events-url-2f39fbb03536" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.events_url`

            Events URL records REST API URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-followers-url-30c17fe388c1" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-following-url-11d1a1ecdfa6" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.following_url`

            Following URL records REST API URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-gists-url-f5e31dbfec3a" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.gists_url`

            Gists URL records REST API URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-gravatar-id-78bfbdc67945" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.gravatar_id`

            Gravatar ID records gravatar ID for the user. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-html-url-aac505e114e7" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.html_url`

            HTML URL records URL to the user's GitHub profile page. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-id-037b1d273d26" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.id`

            ID records unique numeric identifier for the user. It is needed to refer to the same simple user across records without relying on display text.

            * **Enables:** match `id` to simple user references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-login-9df75751e750" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.login`

            Login records the username of the user. It is needed to attribute this Pull Request Comments row to the returned person, account, or organization reference.

            * **Enables:** attribute the Pull Request Comments row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is interpreted at one GitHub Simple User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-node-id-7f8784b39154" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.node_id`

            Node ID records global relay ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-organizations--6e9c06869139" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-received-event-15cbefcd73d1" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-repos-url-208dff51fdd6" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-site-admin-f2fb79db5db6" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned site admin value.

            * **Enables:** select Pull Request Comments rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is interpreted at one GitHub Simple User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-starred-url-2d85a0731838" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.starred_url`

            Starred URL records REST API URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-subscriptions--6b25843b3a24" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-type-850f58a529f7" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.type`

            Type records type of GitHub account (e.g., User, Organization, Bot). It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned type value.

            * **Enables:** separate Pull Request Comments rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is interpreted at one GitHub Simple User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-url-4050325cb9c3" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.url`

            URL records REST API URL for this user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Request Comments record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is link at one GitHub Simple User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-request-comments-user-user-view-type-dec5a6f29e41" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_request_comments.user.user_view_type`

            User View Type records view type of the user. It is needed to distinguish Pull Request Comments rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Pull Request Comments rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub Simple User object returned for Pull Request Comments; it is interpreted at one GitHub Simple User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-pull-requests-2e06c4a1a69b" title="Pull Requests" icon="code-merge" iconType="sharp-duotone-solid">
        Developer identifier: `pull_requests`

        Pull Requests covers repository pull requests.

        * **Enables:** follow each returned code-review request from its repository or project and source revision through reviewer, state, and merge outcome.
        * **Scope:** Repository pull requests; the connector reads `/repos/{full_name}/pulls` as a changelog stream in incremental mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-pull-requests-links-6fb180246e5d" title="Links" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links`

            Links records hypermedia link relations for the pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `_links` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-comments-577e40872851" title="Comments" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.comments`

            Comments records link to the comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-comments-href-c89067819ba5" title="Href" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.comments.href`

            Href records the URL of the link. It is needed to retain the exact GitHub resource or external link reported for this Pull Requests record.

            * **Enables:** open or correlate the resource named by `href` while retaining the containing Github Link row as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Link object returned for Pull Requests; it is interpreted at one GitHub Link record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-commits-f017160322eb" title="Commits" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.commits`

            Commits records link to the commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `commits` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-html-39e975ddddd7" title="HTML" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.html`

            HTML records link to the HTML view. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-issue-e2fde7cf6d47" title="Issue" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.issue`

            Issue records link to the associated issue. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issue` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-review-comment-a117d1127f7c" title="Review Comment" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.review_comment`

            Review Comment records link template for a review comment. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `review_comment` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-review-comments-c5c444f7ce2a" title="Review Comments" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.review_comments`

            Review Comments records link to the review comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `review_comments` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-self-3df8e0a90f12" title="Self" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.self`

            Self records link to this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `self` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-links-statuses-c93d2dc5a8fe" title="Statuses" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests._links.statuses`

            Statuses records link to the commit statuses. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `statuses` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request Links object returned for Pull Requests; it is link at one GitHub Pull Request Links record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-active-lock-reason-b1d78f9891ae" title="Active Lock Reason" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.active_lock_reason`

            Active Lock Reason records the reason the pull request conversation was locked. It is needed to distinguish Pull Requests rows by the exact GitHub-returned active lock reason value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `active_lock_reason` label when comparing active lock reason.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-df6a8121d989" title="Assignee" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee`

            Assignee records the primary user assigned to the pull request. It is needed to preserve the nested assignee relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `assignee` to connect the containing GitHub Pull Request row to its returned assignee entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one nested object per containing GitHub Pull Request object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-avatar-url-dd1b760472e3" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-events-url-511e77df42ec" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.events_url`

            Events URL records URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-followers-url-79976c6c138a" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-following-url-30a2387acb79" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.following_url`

            Following URL records URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-gists-url-200c20b5c3eb" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.gists_url`

            Gists URL records URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-gravatar-id-15386a15c799" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.gravatar_id`

            Gravatar ID records gravatar ID of the user. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-html-url-ed8b4f2a473d" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.html_url`

            HTML URL records web URL for the user's profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-id-d5eb98f90f1a" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.id`

            ID records unique numeric identifier for the user. It is needed to refer to the same user ref across records without relying on display text.

            * **Enables:** match `id` to user ref references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-login-5872155919ec" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.login`

            Login records the username/login handle of the user. It is needed to attribute this Pull Requests row to the returned person, account, or organization reference.

            * **Enables:** attribute the Pull Requests row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is interpreted at one GitHub User Ref record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-node-id-d53700a4c1d7" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-organizations-url-8f93bbdd1cb3" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-received-events-ur-5084e0df71bf" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-repos-url-68234436f4be" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-site-admin-de63807e231a" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Pull Requests rows by the exact GitHub-returned site admin value.

            * **Enables:** select Pull Requests rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is interpreted at one GitHub User Ref record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-starred-url-613ee0fecf64" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.starred_url`

            Starred URL records URL template for the user's starred repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-subscriptions-url-b05a682b582c" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-type-fdff4601ecaf" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.type`

            Type records the type of account (User, Organization, Bot, etc.). It is needed to distinguish Pull Requests rows by the exact GitHub-returned type value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is interpreted at one GitHub User Ref record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-url-3bede1d7f9ef" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.url`

            URL records REST API URL for this user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is link at one GitHub User Ref record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignee-user-view-type-0596254986ef" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignee.user_view_type`

            User View Type records view type for the user (e.g. public). It is needed to distinguish Pull Requests rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User Ref object returned for Pull Requests; it is interpreted at one GitHub User Ref record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-37fdcf3b49c1" title="Assignees" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees`

            Assignees records all users assigned to the pull request. It is needed to preserve the nested assignees relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `assignees` to connect the containing GitHub Pull Request row to its returned assignees entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one returned collection per containing GitHub Pull Request object.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-avatar-url-ef4c64e4dadc" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-events-url-62edd1b04a5f" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.events_url`

            Events URL records URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-followers-url-1021493d64f8" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.followers_url`

            Followers URL records REST API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-following-url-4712fe5c000e" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.following_url`

            Following URL records URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-gists-url-54bea440a907" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.gists_url`

            Gists URL records URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-gravatar-id-ae67b47780df" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.gravatar_id`

            Gravatar ID records gravatar ID of the user. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-html-url-31b34d7761b6" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.html_url`

            HTML URL records web URL for the user's profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-id-ebafb783bbae" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.id`

            ID records unique numeric identifier for the user. It is needed to distinguish repeated deliveries of the same Pull Requests row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Pull Requests and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-login-68662ac2194d" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.login`

            Login records the username/login handle of the user. It is needed to attribute this Pull Requests row to the returned person, account, or organization reference.

            * **Enables:** attribute the Pull Requests row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is interpreted at one GitHub User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-node-id-b8412938e26e" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-organizations-url-0ec78df96bb5" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.organizations_url`

            Organizations URL records REST API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-received-events-u-b9cab057f76b" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.received_events_url`

            Received Events URL records REST API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-repos-url-474875709eaa" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.repos_url`

            Repos URL records REST API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-site-admin-f0906722e3ce" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Pull Requests rows by the exact GitHub-returned site admin value.

            * **Enables:** select Pull Requests rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-starred-url-7ed7b585b64d" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.starred_url`

            Starred URL records URL template for the user's starred repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-subscriptions-url-2ee6836da4d6" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.subscriptions_url`

            Subscriptions URL records REST API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-type-44b5dfb42a37" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.type`

            Type records the type of account (User, Organization, Bot, etc.). It is needed to distinguish Pull Requests rows by the exact GitHub-returned type value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-url-16d19268f4d2" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.url`

            URL records REST API URL for this user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-assignees-user-view-type-36e7c0348b27" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.assignees.user_view_type`

            User View Type records view type for the user (e.g. public). It is needed to distinguish Pull Requests rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Pull Requests; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-author-association-2dc72494e027" title="Author Association" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.author_association`

            Author Association records the association of the author with the repository. It is needed to distinguish Pull Requests rows by the exact GitHub-returned author association value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `author_association` label when comparing author association.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-auto-merge-96ce9ec22d43" title="Auto Merge" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.auto_merge`

            Auto Merge records auto-merge configuration if enabled. It is needed to preserve the nested auto merge relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `auto_merge` to connect the containing GitHub Pull Request row to its returned auto merge entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one nested object per containing GitHub Pull Request object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-auto-merge-commit-message-e47000535037" title="Commit Message" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.auto_merge.commit_message`

            Commit Message records message for the merge commit. It is needed to inspect the exact commit message included with this record.

            * **Enables:** inspect the commit message returned in `commit_message` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Auto Merge object returned for Pull Requests; it is commit message at one GitHub Auto Merge record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-auto-merge-commit-title-4119107bfeec" title="Commit Title" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.auto_merge.commit_title`

            Commit Title records title for the merge commit. It is needed to inspect the exact merge-commit title returned for this Github Auto Merge record.

            * **Enables:** attribute the merge-commit title in `commit_title` to the containing Pull Requests identifier, owner or author, status, and update time where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Auto Merge object returned for Pull Requests; it is interpreted at one GitHub Auto Merge record per row; this is only the merge-commit title included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-auto-merge-enabled-by-095664aca78e" title="Enabled By" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.auto_merge.enabled_by`

            Enabled By records the user who enabled auto-merge. It is needed to preserve the nested enabled by relationship or details on the parent GitHub Auto Merge record.

            * **Enables:** expand `enabled_by` to connect the containing GitHub Auto Merge row to its returned enabled by entries.
            * **Interpretation:** GitHub reports this value on the GitHub Auto Merge object returned for Pull Requests; it is one nested object per containing GitHub Auto Merge object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-auto-merge-merge-method-f87bf6a3a750" title="Merge Method" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.auto_merge.merge_method`

            Merge Method records the merge method to use (merge, squash, rebase). It is needed to distinguish Pull Requests rows by the exact GitHub-returned merge method value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `merge_method` label when comparing merge method.
            * **Interpretation:** GitHub reports this value on the GitHub Auto Merge object returned for Pull Requests; it is interpreted at one GitHub Auto Merge record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-4481d95125fd" title="Base" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base`

            Base records the target (base) branch reference for the pull request. It is needed to preserve the nested base relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `base` to connect the containing GitHub Pull Request row to its returned base entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one nested object per containing GitHub Pull Request object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-label-4ec531fbcced" title="Label" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.label`

            Label records label in the format owner:branch. It is needed to compare the returned label for individual Pull Requests rows and select rows with a specific `label` value.

            * **Enables:** locate Pull Requests rows whose returned label exactly matches `label` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Branch Ref object returned for Pull Requests; it is interpreted at one GitHub Branch Ref record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-ref-5dad6863c771" title="Ref" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.ref`

            Ref records branch name. It is needed to link the row to the exact GitHub branch, tag, revision, or work-item reference named by this field.

            * **Enables:** match `ref` to the returned branch, tag, commit SHA, or work-item reference on related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Branch Ref object returned for Pull Requests; it is interpreted at one GitHub Branch Ref record per row; the value is a provider reference at the containing record grain and may be a name, shorthand, or immutable revision depending on the field description.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-021a19d0ef6f" title="Repo" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo`

            Repo records the repository containing this branch. May be null if the fork was deleted. It is needed to preserve the nested repo relationship or details on the parent GitHub Branch Ref record.

            * **Enables:** expand `repo` to connect the containing GitHub Branch Ref row to its returned repo entries.
            * **Interpretation:** GitHub reports this value on the GitHub Branch Ref object returned for Pull Requests; it is one nested object per containing GitHub Branch Ref object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-allow-auto-merge-7d7b149fa34c" title="Allow Auto Merge" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.allow_auto_merge`

            Allow Auto Merge records whether auto-merge is allowed. It is needed to distinguish Pull Requests rows by the exact GitHub-returned allow auto merge value.

            * **Enables:** select Pull Requests rows where `allow_auto_merge` is true or false when comparing the condition described by Allow Auto Merge.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-allow-forking-92d5c51c4202" title="Allow Forking" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.allow_forking`

            Allow Forking records whether forking is allowed. It is needed to distinguish Pull Requests rows by the exact GitHub-returned allow forking value.

            * **Enables:** select Pull Requests rows where `allow_forking` is true or false when comparing the condition described by Allow Forking.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-allow-merge-commi-e03efbf5d284" title="Allow Merge Commit" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.allow_merge_commit`

            Allow Merge Commit records whether merge commits are allowed. It is needed to distinguish Pull Requests rows by the exact GitHub-returned allow merge commit value.

            * **Enables:** select Pull Requests rows where `allow_merge_commit` is true or false when comparing the condition described by Allow Merge Commit.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-allow-rebase-merg-06e6138e2ba9" title="Allow Rebase Merge" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.allow_rebase_merge`

            Allow Rebase Merge records whether rebase merging is allowed. It is needed to distinguish Pull Requests rows by the exact GitHub-returned allow rebase merge value.

            * **Enables:** select Pull Requests rows where `allow_rebase_merge` is true or false when comparing the condition described by Allow Rebase Merge.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-allow-squash-merg-6c8b23f4fb6f" title="Allow Squash Merge" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.allow_squash_merge`

            Allow Squash Merge records whether squash merging is allowed. It is needed to distinguish Pull Requests rows by the exact GitHub-returned allow squash merge value.

            * **Enables:** select Pull Requests rows where `allow_squash_merge` is true or false when comparing the condition described by Allow Squash Merge.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-archive-url-9fa1e9b6e025" title="Archive URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.archive_url`

            Archive URL records URL template for downloading repository archives. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `archive_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-archived-5098691c8c34" title="Archived" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.archived`

            Archived records whether the repository is archived. It is needed to distinguish Pull Requests rows by the exact GitHub-returned archived value.

            * **Enables:** select Pull Requests rows where `archived` is true or false when comparing the condition described by Archived.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-assignees-url-3f9bf2a17c1a" title="Assignees URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.assignees_url`

            Assignees URL records URL template for repository assignees. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `assignees_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-blobs-url-aec1bf3dc3d6" title="Blobs URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.blobs_url`

            Blobs URL records URL template for repository blobs. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `blobs_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-branches-url-163bfead0644" title="Branches URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.branches_url`

            Branches URL records URL template for repository branches. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `branches_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-clone-url-7342afbd9e39" title="Clone URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.clone_url`

            Clone URL records HTTPS clone URL for the repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `clone_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-collaborators-url-487df4ad78a2" title="Collaborators URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.collaborators_url`

            Collaborators URL records URL template for repository collaborators. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `collaborators_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-comments-url-c14b372e6a85" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.comments_url`

            Comments URL records URL template for repository comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-commits-url-cef7c3149171" title="Commits URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.commits_url`

            Commits URL records URL template for repository commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `commits_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-compare-url-8658f1d5ae8c" title="Compare URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.compare_url`

            Compare URL records URL template for comparing commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `compare_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-contents-url-549815d8b75c" title="Contents URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.contents_url`

            Contents URL records URL template for repository contents. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `contents_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-contributors-url-b2a95746fff0" title="Contributors URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.contributors_url`

            Contributors URL records REST API URL for repository contributors. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `contributors_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-created-at-9c6c50c1100c" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.created_at`

            Created At records timestamp when the repository was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-default-branch-3d12d84435ca" title="Default Branch" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.default_branch`

            Default Branch records name of the default branch. It is needed to distinguish Pull Requests rows by the exact GitHub-returned default branch value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `default_branch` label when comparing default branch.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-delete-branch-on--bf425948881c" title="Delete Branch On Merge" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.delete_branch_on_merge`

            Delete Branch On Merge records whether branches are deleted on merge. It is needed to distinguish Pull Requests rows by the exact GitHub-returned delete branch on merge value.

            * **Enables:** select Pull Requests rows where `delete_branch_on_merge` is true or false when comparing the condition described by Delete Branch On Merge.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-deployments-url-f9d94c6d93a5" title="Deployments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.deployments_url`

            Deployments URL records REST API URL for repository deployments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `deployments_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-description-eebce304f609" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.description`

            Description records description of the repository. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is description text at one GitHub Repository record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-disabled-a03686bd7a49" title="Disabled" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.disabled`

            Disabled records whether the repository is disabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned disabled value.

            * **Enables:** select Pull Requests rows where `disabled` is true or false when comparing the condition described by Disabled.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-downloads-url-dda70184b44e" title="Downloads URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.downloads_url`

            Downloads URL records REST API URL for repository downloads. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `downloads_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-events-url-f6a7fcc9bf0d" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.events_url`

            Events URL records REST API URL for repository events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-fork-64612319873b" title="Fork" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.fork`

            Fork records whether the repository is a fork. It is needed to distinguish Pull Requests rows by the exact GitHub-returned fork value.

            * **Enables:** select Pull Requests rows where `fork` is true or false when comparing the condition described by Fork.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-forks-count-d0371059c999" title="Forks Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.forks_count`

            Forks Count records number of forks. It is needed to measure the GitHub-reported number of forks at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of forks in `forks_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-forks-url-66294af7aa93" title="Forks URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.forks_url`

            Forks URL records REST API URL for repository forks. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `forks_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-full-name-b4f182b12da9" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.full_name`

            Full Name records full name of the repository in owner/repo format. It is needed to compare the returned full name for individual Pull Requests rows and select rows with a specific `full_name` value.

            * **Enables:** locate Pull Requests rows whose returned full name exactly matches `full_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-git-commits-url-c088b15b8443" title="Git Commits URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.git_commits_url`

            Git Commits URL records URL template for git commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_commits_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-git-refs-url-73a837ff4909" title="Git Refs URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.git_refs_url`

            Git Refs URL records URL template for git references. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_refs_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-git-tags-url-b856fec05c25" title="Git Tags URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.git_tags_url`

            Git Tags URL records URL template for git tags. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_tags_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-git-url-f21ffc02553f" title="Git URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.git_url`

            Git URL records git protocol URL for the repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-has-discussions-5521a2915a60" title="Has Discussions" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.has_discussions`

            Has Discussions records whether discussions are enabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned has discussions value.

            * **Enables:** select Pull Requests rows where `has_discussions` is true or false when comparing the condition described by Has Discussions.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-has-downloads-5f03b8c425eb" title="Has Downloads" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.has_downloads`

            Has Downloads records whether downloads are enabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned has downloads value.

            * **Enables:** select Pull Requests rows where `has_downloads` is true or false when comparing the condition described by Has Downloads.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-has-issues-5c26dd568c70" title="Has Issues" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.has_issues`

            Has Issues records whether issues are enabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned has issues value.

            * **Enables:** select Pull Requests rows where `has_issues` is true or false when comparing the condition described by Has Issues.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-has-pages-cbbcc704e79b" title="Has Pages" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.has_pages`

            Has Pages records whether GitHub Pages is enabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned has pages value.

            * **Enables:** select Pull Requests rows where `has_pages` is true or false when comparing the condition described by Has Pages.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-has-projects-f82c381a6781" title="Has Projects" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.has_projects`

            Has Projects records whether projects are enabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned has projects value.

            * **Enables:** select Pull Requests rows where `has_projects` is true or false when comparing the condition described by Has Projects.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-has-wiki-aa3d24be6f1a" title="Has Wiki" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.has_wiki`

            Has Wiki records whether the wiki is enabled. It is needed to distinguish Pull Requests rows by the exact GitHub-returned has wiki value.

            * **Enables:** select Pull Requests rows where `has_wiki` is true or false when comparing the condition described by Has Wiki.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-homepage-55a1b215a3b5" title="Homepage" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.homepage`

            Homepage records homepage URL for the repository. It is needed to retain the exact GitHub resource or external link reported for this Pull Requests record.

            * **Enables:** open or correlate the resource named by `homepage` while retaining the containing Github Repository row as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-hooks-url-42cab38db7d9" title="Hooks URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.hooks_url`

            Hooks URL records REST API URL for repository webhooks. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `hooks_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-html-url-793bef54aada" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.html_url`

            HTML URL records web URL for viewing this repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-id-01d9384eee4a" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.id`

            ID records unique numeric identifier for the repository. It is needed to refer to the same repository across records without relying on display text.

            * **Enables:** match `id` to repository references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-is-template-8e06ff5eb4c4" title="Is Template" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.is_template`

            Is Template records whether the repository is a template. It is needed to distinguish Pull Requests rows by the exact GitHub-returned is template value.

            * **Enables:** select Pull Requests rows where `is_template` is true or false when comparing the condition described by Is Template.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-issue-comment-url-36b2ab3d2559" title="Issue Comment URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.issue_comment_url`

            Issue Comment URL records URL template for issue comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issue_comment_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-issue-events-url-508244643f2f" title="Issue Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.issue_events_url`

            Issue Events URL records URL template for issue events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issue_events_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-issues-url-5a18f30f0625" title="Issues URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.issues_url`

            Issues URL records URL template for repository issues. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issues_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-keys-url-b5acc259e51e" title="Keys URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.keys_url`

            Keys URL records URL template for repository deploy keys. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `keys_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-labels-url-2975ca16dfaf" title="Labels URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.labels_url`

            Labels URL records URL template for repository labels. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `labels_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-language-2111587c855b" title="Language" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.language`

            Language records primary programming language of the repository. It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `language` among Pull Requests records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; the value is a GitHub-returned or configured label at the Github Repository grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-languages-url-1a838740a62d" title="Languages URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.languages_url`

            Languages URL records REST API URL for repository languages. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `languages_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-license-8ee99ba901b9" title="License" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.license`

            License records license information for the repository. It is needed to preserve the nested license relationship or details on the parent GitHub Repository record.

            * **Enables:** expand `license` to connect the containing GitHub Repository row to its returned license entries.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is one nested object per containing GitHub Repository object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-license-key-115d78ed7c7b" title="Key" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.license.key`

            Key records SPDX short identifier for the license. It is needed to refer to the same license across records without relying on display text.

            * **Enables:** match `key` to license references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub License object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-license-name-46fe7343c8b4" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.license.name`

            Name records full name of the license. It is needed to compare the exact name configuration returned for this GitHub License record.

            * **Enables:** compare the exact `name` configuration returned for each GitHub License record and select records with the configuration under review.
            * **Interpretation:** GitHub reports this value on the GitHub License object returned for Pull Requests; it is interpreted at one GitHub License record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-license-node-id-718e51b00826" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.license.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub License object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-license-spdx-id-206dcf926d6f" title="Spdx ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.license.spdx_id`

            Spdx ID records SPDX identifier. It is needed to refer to the same spdx across records without relying on display text.

            * **Enables:** match `spdx_id` to spdx references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub License object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-license-url-7679a4fb382b" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.license.url`

            URL records URL to the license definition. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub License object returned for Pull Requests; it is link at one GitHub License record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-merges-url-af9963cd785c" title="Merges URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.merges_url`

            Merges URL records REST API URL for repository merges. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `merges_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-milestones-url-be8ec4a1bb80" title="Milestones URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.milestones_url`

            Milestones URL records URL template for repository milestones. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `milestones_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-mirror-url-80706e68ba25" title="Mirror URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.mirror_url`

            Mirror URL records mirror URL if the repository is a mirror. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `mirror_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-name-b31edf1fbce1" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.name`

            Name records short name of the repository. It is needed to compare the returned name for individual Pull Requests rows and select rows with a specific `name` value.

            * **Enables:** locate Pull Requests rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-node-id-433a88561ad4" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-notifications-url-208cebaf3781" title="Notifications URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.notifications_url`

            Notifications URL records URL template for repository notifications. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `notifications_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-open-issues-count-a77152242d6e" title="Open Issues Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.open_issues_count`

            Open Issues Count records number of open issues. It is needed to measure the GitHub-reported number of open issues at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of open issues in `open_issues_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-owner-c94877b0b47a" title="Owner" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.owner`

            Owner records owner of the repository. It is needed to preserve the nested owner relationship or details on the parent GitHub Repository record.

            * **Enables:** expand `owner` to connect the containing GitHub Repository row to its returned owner entries.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is one nested object per containing GitHub Repository object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-private-e57508cba768" title="Private" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.private`

            Private records whether the repository is private. It is needed to distinguish Pull Requests rows by the exact GitHub-returned private value.

            * **Enables:** select Pull Requests rows where `private` is true or false when comparing the condition described by Private.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-pulls-url-025df37540bd" title="Pulls URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.pulls_url`

            Pulls URL records URL template for repository pull requests. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `pulls_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-pushed-at-a0f68c8f88a5" title="Pushed At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.pushed_at`

            Pushed At records timestamp of the last push. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `pushed_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-releases-url-1cfea308e3df" title="Releases URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.releases_url`

            Releases URL records URL template for repository releases. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `releases_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-size-4355f3416568" title="Size" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.size`

            Size records size of the repository in kilobytes. It is needed to compare the numeric size reported for one GitHub Repository record without assuming an unstated unit.

            * **Enables:** compare the numeric `size` value per GitHub Repository record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-ssh-url-39b3df401f96" title="SSH URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.ssh_url`

            SSH URL records SSH URL for the repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `ssh_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-stargazers-count-d6ddcb9576d2" title="Stargazers Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.stargazers_count`

            Stargazers Count records number of stargazers. It is needed to measure the GitHub-reported number of stargazers at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of stargazers in `stargazers_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-stargazers-url-98f3baa217e0" title="Stargazers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.stargazers_url`

            Stargazers URL records REST API URL for repository stargazers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `stargazers_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-statuses-url-fd0e8d44403b" title="Statuses URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.statuses_url`

            Statuses URL records URL template for commit statuses. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `statuses_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-subscribers-url-a40a97d9dcec" title="Subscribers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.subscribers_url`

            Subscribers URL records REST API URL for repository subscribers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscribers_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-subscription-url-3c629e02f88d" title="Subscription URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.subscription_url`

            Subscription URL records REST API URL for the authenticated user's subscription. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscription_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-svn-url-c32892f4bd10" title="Svn URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.svn_url`

            Svn URL records SVN URL for the repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `svn_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-tags-url-d4041e0ca341" title="Tags URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.tags_url`

            Tags URL records REST API URL for repository tags. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `tags_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-teams-url-eed5713cc18b" title="Teams URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.teams_url`

            Teams URL records REST API URL for repository teams. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `teams_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-topics-95c660f536f7" title="Topics" icon="list-tree" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.topics`

            Topics records topics associated with the repository. It is needed to preserve the nested topics relationship or details on the parent GitHub Repository record.

            * **Enables:** expand `topics` to connect the containing GitHub Repository row to its returned topics entries.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is one returned collection per containing GitHub Repository object.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-trees-url-89c2d8181e2a" title="Trees URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.trees_url`

            Trees URL records URL template for repository trees. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `trees_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-updated-at-11f2a798aab1" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.updated_at`

            Updated At records timestamp when the repository was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-url-a1cb55d02b38" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.url`

            URL records REST API URL for this repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-visibility-180bb5e0827d" title="Visibility" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.visibility`

            Visibility records visibility of the repository (public, private, internal). It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `visibility` among Pull Requests records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; the value is a GitHub-returned or configured label at the Github Repository grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-watchers-count-c0143b33ecbd" title="Watchers Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.watchers_count`

            Watchers Count records number of watchers. It is needed to measure the GitHub-reported number of watchers at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of watchers in `watchers_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-repo-web-commit-signof-2b6cb73d3b47" title="Web Commit Signoff Required" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.repo.web_commit_signoff_required`

            Web Commit Signoff Required records whether web commit sign-off is required. It is needed to distinguish Pull Requests rows by the exact GitHub-returned web commit signoff required value.

            * **Enables:** select Pull Requests rows where `web_commit_signoff_required` is true or false when comparing the condition described by Web Commit Signoff Required.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Pull Requests; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-sha-54cad5669af4" title="Sha" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.sha`

            Sha records SHA of the commit at the tip of the branch. It is needed to refer to the same branch ref across records without relying on display text.

            * **Enables:** match `sha` to branch ref references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Branch Ref object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-base-user-ffbab13a5cf7" title="User" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.base.user`

            User records owner of the repository containing this branch. It is needed to preserve the nested user relationship or details on the parent GitHub Branch Ref record.

            * **Enables:** expand `user` to connect the containing GitHub Branch Ref row to its returned user entries.
            * **Interpretation:** GitHub reports this value on the GitHub Branch Ref object returned for Pull Requests; it is one nested object per containing GitHub Branch Ref object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-body-116cb08cddb8" title="Body" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.body`

            Body records body text of the pull request in Markdown. It is needed to inspect the exact Markdown body included with this record.

            * **Enables:** inspect the Markdown body returned in `body` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is Markdown body at one GitHub Pull Request record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-closed-at-de977343831f" title="Closed At" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.closed_at`

            Closed At records timestamp when the pull request was closed. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `closed_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-comments-url-ed84cbed6588" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.comments_url`

            Comments URL records REST API URL for issue-style comments on this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-commits-url-e718d7543e7c" title="Commits URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.commits_url`

            Commits URL records REST API URL for the commits in this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `commits_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-created-at-66eb53c966ef" title="Created At" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.created_at`

            Created At records timestamp when the pull request was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-diff-url-7227ceb9d3c0" title="Diff URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.diff_url`

            Diff URL records URL to the diff of this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `diff_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-draft-d1f36cbecb0b" title="Draft" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.draft`

            Draft records whether the pull request is a draft. It is needed to distinguish Pull Requests rows by the exact GitHub-returned draft value.

            * **Enables:** select Pull Requests rows where `draft` is true or false when comparing the condition described by Draft.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-full-name-60c066da9540" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.full_name`

            Full Name records owner-qualified repository identifier (e.g. 'owner/repo'). Injected from the parent repository context via parentContextFields; not present in the raw GitHub Pull Requests API response. It is needed to refer to the same full name across records without relying on display text.

            * **Enables:** match `full_name` to full name references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub's child response does not supply this field; the connector injects parent context into each child row; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-head-57fa00a0294e" title="Head" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.head`

            Head records the source (head) branch reference for the pull request. It is needed to preserve the nested head relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `head` to connect the containing GitHub Pull Request row to its returned head entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one nested object per containing GitHub Pull Request object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-html-url-54b2d8860d6e" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.html_url`

            HTML URL records web URL for viewing this pull request in a browser. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-id-9f758ea82176" title="ID" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.id`

            ID records unique numeric identifier for the pull request. It is needed to distinguish repeated deliveries of the same Pull Requests row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Pull Requests and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-issue-url-07e2d5f85141" title="Issue URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.issue_url`

            Issue URL records REST API URL for the associated issue. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issue_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-404eecace67c" title="Labels" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels`

            Labels records labels applied to the pull request. It is needed to preserve the nested labels relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `labels` to connect the containing GitHub Pull Request row to its returned labels entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one returned collection per containing GitHub Pull Request object.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-color-8d7b84edda44" title="Color" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.color`

            Color records hex color code for the label (without #). It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `color` among Pull Requests records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is interpreted at one GitHub Label record per row; the value is a GitHub-returned or configured label at the Github Label grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-default-290ba7476e14" title="Default" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.default`

            Default records whether this is a default label. It is needed to distinguish Pull Requests rows by the exact GitHub-returned default value.

            * **Enables:** select Pull Requests rows where `default` is true or false when comparing the condition described by Default.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is interpreted at one GitHub Label record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-description-cea826032bb4" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.description`

            Description records description of the label. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is description text at one GitHub Label record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-id-90ce684bb44c" title="ID" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.id`

            ID records unique numeric identifier for the label. It is needed to distinguish repeated deliveries of the same Pull Requests row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Pull Requests and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-name-b94a4e8093e6" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.name`

            Name records display name of the label. It is needed to compare the returned name for individual Pull Requests rows and select rows with a specific `name` value.

            * **Enables:** locate Pull Requests rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is interpreted at one GitHub Label record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-node-id-e7493f239545" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-labels-url-0fd0e2a18977" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.labels.url`

            URL records REST API URL for this label. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Label object returned for Pull Requests; it is link at one GitHub Label record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-locked-c259f3d6c242" title="Locked" icon="comments" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.locked`

            Locked records whether the pull request conversation is locked. It is needed to distinguish Pull Requests rows by the exact GitHub-returned locked value.

            * **Enables:** select Pull Requests rows where `locked` is true or false when comparing the condition described by Locked.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-merge-commit-sha-1fa7a93009ea" title="Merge Commit Sha" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.merge_commit_sha`

            Merge Commit Sha records SHA of the merge commit if the PR was merged. It is needed to refer to the same merge commit across records without relying on display text.

            * **Enables:** match `merge_commit_sha` to merge commit references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-merged-at-651029659c95" title="Merged At" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.merged_at`

            Merged At records timestamp when the pull request was merged. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `merged_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-1fbcb166beac" title="Milestone" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone`

            Milestone records the milestone associated with the pull request. It is needed to preserve the nested milestone relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `milestone` to connect the containing GitHub Pull Request row to its returned milestone entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one nested object per containing GitHub Pull Request object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-closed-at-96ed5e7e5094" title="Closed At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.closed_at`

            Closed At records timestamp when the milestone was closed. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `closed_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-closed-issues-ffb4c3be54a1" title="Closed Issues" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.closed_issues`

            Closed Issues records number of closed issues in this milestone. It is needed to measure the GitHub-reported number of closed issues in this milestone at one GitHub Milestone record per row.

            * **Enables:** measure and compare the GitHub-reported number of closed issues in this milestone in `closed_issues` at one GitHub Milestone record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is a GitHub-reported count at one GitHub Milestone record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-created-at-55ef7e09980b" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.created_at`

            Created At records timestamp when the milestone was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-creator-6e35a71f9ba8" title="Creator" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.creator`

            Creator records the user who created the milestone. It is needed to preserve the nested creator relationship or details on the parent GitHub Milestone record.

            * **Enables:** expand `creator` to connect the containing GitHub Milestone row to its returned creator entries.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is one nested object per containing GitHub Milestone object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-description-109fe0cfe2c4" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.description`

            Description records description of the milestone. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is description text at one GitHub Milestone record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-due-on-721ff280edbd" title="Due On" icon="calendar-days" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.due_on`

            Due On records due date for the milestone. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `due_on`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-html-url-186134986fdc" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.html_url`

            HTML URL records web URL for viewing this milestone. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is link at one GitHub Milestone record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-id-0a099ec27142" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.id`

            ID records unique numeric identifier for the milestone. It is needed to refer to the same milestone across records without relying on display text.

            * **Enables:** match `id` to milestone references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-labels-url-c63b1c9f62fa" title="Labels URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.labels_url`

            Labels URL records REST API URL for labels in this milestone. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `labels_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is link at one GitHub Milestone record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-node-id-5ff2514103cf" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-number-ae3a656bcff1" title="Number" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.number`

            Number records milestone number within the repository. It is needed to refer to the same pull requests across records without relying on display text.

            * **Enables:** match `number` to pull requests references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-open-issues-f668d7f6de39" title="Open Issues" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.open_issues`

            Open Issues records number of open issues in this milestone. It is needed to measure the GitHub-reported number of open issues in this milestone at one GitHub Milestone record per row.

            * **Enables:** measure and compare the GitHub-reported number of open issues in this milestone in `open_issues` at one GitHub Milestone record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is a GitHub-reported count at one GitHub Milestone record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-state-c3502ed5a5e0" title="State" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.state`

            State records state of the milestone (open or closed). It is needed to distinguish Pull Requests rows by the exact GitHub-returned state value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `state` label when comparing state.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is interpreted at one GitHub Milestone record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-title-afdbe887c6c8" title="Title" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.title`

            Title records title of the milestone. It is needed to inspect the exact title text included with this record.

            * **Enables:** inspect the title text returned in `title` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is title text at one GitHub Milestone record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-updated-at-548e48f73fad" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.updated_at`

            Updated At records timestamp when the milestone was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is interpreted at one GitHub Milestone record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-milestone-url-31d19e4c4685" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.milestone.url`

            URL records REST API URL for this milestone. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Milestone object returned for Pull Requests; it is link at one GitHub Milestone record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-node-id-82fdfd7f7e15" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-number-c70ecda82fda" title="Number" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.number`

            Number records pull request number within the repository. It is needed to refer to the same pull requests across records without relying on display text.

            * **Enables:** match `number` to pull requests references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-patch-url-2a2e105ce6bf" title="Patch URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.patch_url`

            Patch URL records URL to the patch of this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `patch_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-reviewers-01fb188fb076" title="Requested Reviewers" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_reviewers`

            Requested Reviewers records users requested to review the pull request. It is needed to preserve the nested requested reviewers relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `requested_reviewers` to connect the containing GitHub Pull Request row to its returned requested reviewers entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one returned collection per containing GitHub Pull Request object.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-7baa8d8b2b7c" title="Requested Teams" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams`

            Requested Teams records teams requested to review the pull request. It is needed to preserve the nested requested teams relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `requested_teams` to connect the containing GitHub Pull Request row to its returned requested teams entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one returned collection per containing GitHub Pull Request object.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-description-7b716b647594" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.description`

            Description records description of the team. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is description text at one GitHub Team record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-html-url-254ffaeb9b00" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.html_url`

            HTML URL records web URL for viewing this team. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is link at one GitHub Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-id-902201253712" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.id`

            ID records unique numeric identifier for the team. It is needed to distinguish repeated deliveries of the same Pull Requests row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Pull Requests and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-members-url-df1abcc08be9" title="Members URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.members_url`

            Members URL records URL template for team members. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `members_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is link at one GitHub Team record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-name-9c9da3574a4f" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.name`

            Name records display name of the team. It is needed to compare the returned name for individual Pull Requests rows and select rows with a specific `name` value.

            * **Enables:** locate Pull Requests rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is interpreted at one GitHub Team record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-node-id-5573d087f63d" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.node_id`

            Node ID records global node ID for the GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-notificatio-f61d0b5996d3" title="Notification Setting" icon="megaphone" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.notification_setting`

            Notification Setting records notification setting for the team. It is needed to compare the exact notification setting configuration returned for this GitHub Team record.

            * **Enables:** compare the exact `notification_setting` configuration returned for each GitHub Team record and select records with the configuration under review.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is interpreted at one GitHub Team record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-permission-e467995cfb27" title="Permission" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.permission`

            Permission records default permission level for the team. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** correlate the exact `permission` access value with the resource, account, or membership represented by the same Pull Requests row.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is interpreted at one GitHub Team record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-privacy-b9315117e5e0" title="Privacy" icon="lock" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.privacy`

            Privacy records privacy level of the team (secret or closed). It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `privacy` among Pull Requests records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is interpreted at one GitHub Team record per row; the value is a GitHub-returned or configured label at the Github Team grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-repositorie-adda0427bd28" title="Repositories URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.repositories_url`

            Repositories URL records REST API URL for the team's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repositories_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is link at one GitHub Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-slug-c6665c2de230" title="Slug" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.slug`

            Slug records URL-friendly slug of the team. It is needed to compare the returned slug for individual Pull Requests rows and select rows with a specific `slug` value.

            * **Enables:** locate Pull Requests rows whose returned slug exactly matches `slug` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is interpreted at one GitHub Team record per row; the schema uses the `Identity.Slug` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-requested-teams-url-13041ec0c283" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.requested_teams.url`

            URL records REST API URL for this team. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Pull Requests; it is link at one GitHub Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-review-comment-url-de514c26bcbe" title="Review Comment URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.review_comment_url`

            Review Comment URL records URL template for individual review comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `review_comment_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-review-comments-url-5ead815855fd" title="Review Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.review_comments_url`

            Review Comments URL records REST API URL for review comments on this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `review_comments_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-state-85e43d0361ee" title="State" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.state`

            State records current state of the pull request (open or closed). It is needed to distinguish Pull Requests rows by the exact GitHub-returned state value.

            * **Enables:** separate Pull Requests rows by the exact GitHub-returned `state` label when comparing state.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-statuses-url-46aabc3814f9" title="Statuses URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.statuses_url`

            Statuses URL records REST API URL for commit statuses of the head SHA. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `statuses_url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-title-16cf096902b1" title="Title" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.title`

            Title records title of the pull request. It is needed to inspect the exact title text included with this record.

            * **Enables:** inspect the title text returned in `title` and attribute it to the same record's repository or project, work-item number, author, and timestamp where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is title text at one GitHub Pull Request record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-updated-at-a4eae3223ea0" title="Updated At" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.updated_at`

            Updated At records timestamp when the pull request was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Pull Requests records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is interpreted at one GitHub Pull Request record per row; the connector also declares it for record ordering; the schema assigns the `metadata_timestamp` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-url-16e2f5ebbf03" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.url`

            URL records REST API URL for this pull request. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Pull Requests record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is link at one GitHub Pull Request record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-pull-requests-user-7f6d0e9f8c41" title="User" icon="code-merge" iconType="sharp-duotone-solid">
            Developer identifier: `pull_requests.user`

            User records the user who opened the pull request. It is needed to preserve the nested user relationship or details on the parent GitHub Pull Request record.

            * **Enables:** expand `user` to connect the containing GitHub Pull Request row to its returned user entries.
            * **Interpretation:** GitHub reports this value on the GitHub Pull Request object returned for Pull Requests; it is one nested object per containing GitHub Pull Request object when present.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-releases-837fccac9c4e" title="Releases" icon="cube" iconType="sharp-duotone-solid">
        Developer identifier: `releases`

        Releases covers repository releases.

        * **Enables:** inventory returned releases and connect each tag to its target revision, author, publication time, notes, and assets.
        * **Scope:** Repository releases; the connector reads `/repos/{full_name}/releases` as a snapshot stream in incremental mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-releases-assets-01aa229062c7" title="Assets" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets`

            Assets records list of assets attached to this release. It is needed to preserve the nested assets relationship or details on the parent GitHub Release record.

            * **Enables:** expand `assets` to connect the containing GitHub Release row to its returned assets entries.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is one returned collection per containing GitHub Release object.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-browser-download-url-5dc3a0dc8c05" title="Browser Download URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.browser_download_url`

            Browser Download URL records URL to download the asset via a browser. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `browser_download_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is link at one GitHub Release Asset record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-content-type-dd2649af8f93" title="Content Type" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.content_type`

            Content Type records MIME content type of the asset. It is needed to distinguish Releases rows by the exact GitHub-returned content type value.

            * **Enables:** separate Releases rows by the exact GitHub-returned `content_type` label when comparing content type.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is interpreted at one GitHub Release Asset record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-created-at-aa215d3b52ca" title="Created At" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.created_at`

            Created At records ISO 8601 timestamp when the asset was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Releases records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is interpreted at one GitHub Release Asset record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-download-count-93344127cada" title="Download Count" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.download_count`

            Download Count records number of times the asset has been downloaded. It is needed to measure the GitHub-reported number of times the asset has been downloaded at one GitHub Release Asset record per row.

            * **Enables:** measure and compare the GitHub-reported number of times the asset has been downloaded in `download_count` at one GitHub Release Asset record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is a GitHub-reported count at one GitHub Release Asset record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-id-bf037ee7de5f" title="ID" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.id`

            ID records unique numeric identifier for the asset. It is needed to distinguish repeated deliveries of the same Releases row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Releases and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-label-cd0bb376848e" title="Label" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.label`

            Label records short description or label for the asset. It is needed to compare the returned label for individual Releases rows and select rows with a specific `label` value.

            * **Enables:** locate Releases rows whose returned label exactly matches `label` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is interpreted at one GitHub Release Asset record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-name-96a3e77d2855" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.name`

            Name records the file name of the asset. It is needed to compare the returned name for individual Releases rows and select rows with a specific `name` value.

            * **Enables:** locate Releases rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is interpreted at one GitHub Release Asset record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-node-id-41dd16ad369f" title="Node ID" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.node_id`

            Node ID records global relay ID for the asset. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-size-dedb44fa073c" title="Size" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.size`

            Size records size of the asset in bytes. It is needed to measure the reported size for one github release asset record.

            * **Enables:** measure and compare `size` per GitHub Release Asset record in bytes.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; its unit or granularity is bytes.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-state-d98c6be39884" title="State" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.state`

            State records state of the asset (e.g., uploaded, open). It is needed to distinguish Releases rows by the exact GitHub-returned state value.

            * **Enables:** separate Releases rows by the exact GitHub-returned `state` label when comparing state.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is interpreted at one GitHub Release Asset record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-updated-at-87ec68ce1ab5" title="Updated At" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.updated_at`

            Updated At records ISO 8601 timestamp when the asset was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Releases records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is interpreted at one GitHub Release Asset record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-573e7bc600d3" title="Uploader" icon="folder-open" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader`

            Uploader records the user who uploaded the asset. It is needed to preserve the nested uploader relationship or details on the parent GitHub Release Asset record.

            * **Enables:** expand `uploader` to connect the containing GitHub Release Asset row to its returned uploader entries.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is one nested object per containing GitHub Release Asset object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-avatar-url-cc981b2c6850" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-events-url-c2e9171af0ad" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.events_url`

            Events URL records API URL template for the user's events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-followers-url-a7dcd39913b4" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.followers_url`

            Followers URL records API URL for the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-following-url-be3c86af46f9" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.following_url`

            Following URL records API URL template for users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-gists-url-852b74326dd4" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.gists_url`

            Gists URL records API URL template for the user's gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-gravatar-id-be940c4781a3" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.gravatar_id`

            Gravatar ID records gravatar ID of the user, if applicable. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-html-url-01e1cb49d62b" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.html_url`

            HTML URL records HTML URL for the user's GitHub profile. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-id-f8dd859a4d18" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.id`

            ID records unique numeric identifier for the user. It is needed to refer to the same user across records without relying on display text.

            * **Enables:** match `id` to user references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-login-bf1599aaa058" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.login`

            Login records the username of the user. It is needed to attribute this Releases row to the returned person, account, or organization reference.

            * **Enables:** attribute the Releases row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is interpreted at one GitHub User record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-node-id-5b211626d616" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.node_id`

            Node ID records global relay ID for the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-organizations-ur-274b5db0bfce" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.organizations_url`

            Organizations URL records API URL for the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-received-events--ada1929903bd" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.received_events_url`

            Received Events URL records API URL for events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-repos-url-f21c1bd26c32" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.repos_url`

            Repos URL records API URL for the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-site-admin-b428ce853de6" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Releases rows by the exact GitHub-returned site admin value.

            * **Enables:** select Releases rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-starred-url-b40f26c8b16a" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.starred_url`

            Starred URL records API URL template for the user's starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-subscriptions-ur-dfb1b309e6aa" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.subscriptions_url`

            Subscriptions URL records API URL for the user's subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-type-8152780a9fbb" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.type`

            Type records type of the account (e.g., User, Organization, Bot). It is needed to distinguish Releases rows by the exact GitHub-returned type value.

            * **Enables:** separate Releases rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-url-527ba195169c" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.url`

            URL records API URL for this user resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is link at one GitHub User record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-uploader-user-view-type-4c80fe536f29" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.uploader.user_view_type`

            User View Type records the view type of the user. It is needed to distinguish Releases rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Releases rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub User object returned for Releases; it is interpreted at one GitHub User record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-url-3a1a309f1960" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets.url`

            URL records API URL for this asset resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release Asset object returned for Releases; it is link at one GitHub Release Asset record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-assets-url-1c88baa816b8" title="Assets URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.assets_url`

            Assets URL records API URL for listing the release assets. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `assets_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-author-a521b1387f3a" title="Author" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `releases.author`

            Author records the user who created the release. It is needed to preserve the nested author relationship or details on the parent GitHub Release record.

            * **Enables:** expand `author` to connect the containing GitHub Release row to its returned author entries.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is one nested object per containing GitHub Release object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-body-fb26e0b35dc7" title="Body" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.body`

            Body records release notes in Markdown. It is needed to inspect the exact Markdown body included with this record.

            * **Enables:** inspect the Markdown body returned in `body` and attribute it to the same record's repository, tag, author, and publication time where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is Markdown body at one GitHub Release record per row; the schema uses the `Text.Markdown` scalar; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-body-html-6d0a7995cb26" title="Body HTML" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.body_html`

            Body HTML records HTML rendered version of the release body, if requested via Accept header. It is needed to inspect the exact HTML body included with this record.

            * **Enables:** inspect the HTML body returned in `body_html` and attribute it to the same record's repository, tag, author, and publication time where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is HTML body at one GitHub Release record per row; availability and any truncation follow the limitation stated in the field description.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-body-text-435a8028eb52" title="Body Text" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.body_text`

            Body Text records plain text version of the release body, if requested via Accept header. It is needed to inspect the exact plain-text body included with this record.

            * **Enables:** inspect the plain-text body returned in `body_text` and attribute it to the same record's repository, tag, author, and publication time where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is plain-text body at one GitHub Release record per row; availability and any truncation follow the limitation stated in the field description.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-created-at-4c71e0ff69d9" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `releases.created_at`

            Created At records ISO 8601 timestamp when the release was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Releases records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-discussion-url-c9c68d9fc34f" title="Discussion URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.discussion_url`

            Discussion URL records URL of the linked discussion for this release, if a discussion was created. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `discussion_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-draft-1ab9f740165e" title="Draft" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `releases.draft`

            Draft records whether this is a draft (unpublished) release. It is needed to distinguish Releases rows by the exact GitHub-returned draft value.

            * **Enables:** select Releases rows where `draft` is true or false when comparing the condition described by Draft.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-html-url-66f742e88e90" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.html_url`

            HTML URL records HTML URL for viewing the release on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-id-34885bb8e3b5" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `releases.id`

            ID records unique numeric identifier for the release. It is needed to distinguish repeated deliveries of the same Releases row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Releases and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-make-latest-ec02c200dd87" title="Make Latest" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `releases.make_latest`

            Make Latest specifies whether this release was marked as the latest. It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `make_latest` among Releases records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; the value is a GitHub-returned or configured label at the Github Release grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-mentions-count-42e5b4f13232" title="Mentions Count" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.mentions_count`

            Mentions Count records number of @mentions in the release body. It is needed to measure the GitHub-reported number of @mentions in the release body at one GitHub Release record per row.

            * **Enables:** measure and compare the GitHub-reported number of @mentions in the release body in `mentions_count` at one GitHub Release record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is a GitHub-reported count at one GitHub Release record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-name-66036c9bc41b" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.name`

            Name records release title. It is needed to compare the returned name for individual Releases rows and select rows with a specific `name` value.

            * **Enables:** locate Releases rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-node-id-d12923629b8d" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `releases.node_id`

            Node ID records global relay ID for the release (GraphQL node ID). It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-prerelease-5c2fe6e51942" title="Prerelease" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `releases.prerelease`

            Prerelease records whether this is identified as a pre-release. It is needed to distinguish Releases rows by the exact GitHub-returned prerelease value.

            * **Enables:** select Releases rows where `prerelease` is true or false when comparing the condition described by Prerelease.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-published-at-ec964246e262" title="Published At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `releases.published_at`

            Published At records ISO 8601 timestamp when the release was published. Null for draft releases. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Releases records by `published_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; the connector also declares it for record ordering; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-b414686dd207" title="Reactions" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions`

            Reactions records reaction rollup counts for the release. It is needed to preserve the nested reactions relationship or details on the parent GitHub Release record.

            * **Enables:** expand `reactions` to connect the containing GitHub Release row to its returned reactions entries.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is one nested object per containing GitHub Release object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-1-7c44158b0c64" title="+1" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.+1`

            +1 records number of +1 reactions. It is needed to measure the GitHub-reported number of +1 reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of +1 reactions in `+1` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-1-5267f9733939" title="Minus One" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.-1`

            Minus One records number of -1 reactions. It is needed to measure the GitHub-reported number of -1 reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of -1 reactions in `-1` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-confused-b24a2b722923" title="Confused" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.confused`

            Confused records number of confused reactions. It is needed to measure the GitHub-reported number of confused reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of confused reactions in `confused` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-eyes-b3d7bab06c42" title="Eyes" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.eyes`

            Eyes records number of eyes reactions. It is needed to measure the GitHub-reported number of eyes reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of eyes reactions in `eyes` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-heart-c135a6743b24" title="Heart" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.heart`

            Heart records number of heart reactions. It is needed to measure the GitHub-reported number of heart reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of heart reactions in `heart` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-hooray-30a0ac907a1e" title="Hooray" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.hooray`

            Hooray records number of hooray reactions. It is needed to measure the GitHub-reported number of hooray reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of hooray reactions in `hooray` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-laugh-5575b94c0724" title="Laugh" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.laugh`

            Laugh records number of laugh reactions. It is needed to measure the GitHub-reported number of laugh reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of laugh reactions in `laugh` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-rocket-1ce9f8ff8964" title="Rocket" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.rocket`

            Rocket records number of rocket reactions. It is needed to measure the GitHub-reported number of rocket reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of rocket reactions in `rocket` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-total-count-0b21b60f7c94" title="Total Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.total_count`

            Total Count records total number of reactions. It is needed to measure the GitHub-reported number of reactions at one GitHub Reactions record per row.

            * **Enables:** measure and compare the GitHub-reported number of reactions in `total_count` at one GitHub Reactions record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is a GitHub-reported count at one GitHub Reactions record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-reactions-url-c4846a47b907" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.reactions.url`

            URL records API URL for the reactions resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Reactions object returned for Releases; it is link at one GitHub Reactions record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-tag-name-5bc6b90f262f" title="Tag Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `releases.tag_name`

            Tag Name records git tag associated with the release. It is needed to compare the returned tag name for individual Releases rows and select rows with a specific `tag_name` value.

            * **Enables:** locate Releases rows whose returned tag name exactly matches `tag_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-tarball-url-2d5288658976" title="Tarball URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.tarball_url`

            Tarball URL records URL to download the release source as a tarball. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `tarball_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-target-commitish-cb65388be793" title="Target Commitish" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `releases.target_commitish`

            Target Commitish records the commitish value (branch or SHA) that determines where the Git tag is created from. It is needed to link the row to the exact GitHub branch, tag, revision, or work-item reference named by this field.

            * **Enables:** match `target_commitish` to the returned branch, tag, commit SHA, or work-item reference on related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; the value is a provider reference at the containing record grain and may be a name, shorthand, or immutable revision depending on the field description.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-updated-at-b9a9aee7aafe" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `releases.updated_at`

            Updated At records ISO 8601 timestamp when the release was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Releases records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is interpreted at one GitHub Release record per row; the schema assigns the `metadata_timestamp` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-upload-url-80dba9a9a45a" title="Upload URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.upload_url`

            Upload URL records hypermedia upload URL template for uploading assets to this release. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `upload_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-url-4869ce89b9d1" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.url`

            URL records API URL for this release resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-releases-zipball-url-2d55e15ffb7c" title="Zipball URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `releases.zipball_url`

            Zipball URL records URL to download the release source as a zipball. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `zipball_url` while retaining the containing Releases record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Release object returned for Releases; it is link at one GitHub Release record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-repositories-829ad94088b4" title="Repositories" icon="github" iconType="sharp-duotone-solid">
        Developer identifier: `repositories`

        Repositories covers organization repositories.

        * **Enables:** inventory returned repositories or project files and correlate each record with its owner, namespace, visibility, default branch, and update time where present.
        * **Scope:** Organization repositories; the connector reads `/orgs/{orgId}/repos` as a snapshot stream in incremental mode. The configured credential must grant the declared `repo` access scope; records outside that access are not returned. This stream has no deletion signal, so a missing row does not establish that the GitHub record was deleted.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-repositories-allow-forking-37602107b757" title="Allow Forking" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.allow_forking`

            Allow Forking records whether forking is allowed. It is needed to distinguish Repositories rows by the exact GitHub-returned allow forking value.

            * **Enables:** select Repositories rows where `allow_forking` is true or false when comparing the condition described by Allow Forking.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-archive-url-beef9de8a24b" title="Archive URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.archive_url`

            Archive URL records URL template for downloading repository archives. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `archive_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-archived-b29f51afaf30" title="Archived" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.archived`

            Archived records whether the repository is archived. It is needed to distinguish Repositories rows by the exact GitHub-returned archived value.

            * **Enables:** select Repositories rows where `archived` is true or false when comparing the condition described by Archived.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-assignees-url-783252208b56" title="Assignees URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.assignees_url`

            Assignees URL records URL template for listing assignees. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `assignees_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-blobs-url-807d22542c55" title="Blobs URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.blobs_url`

            Blobs URL records URL template for accessing blobs. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `blobs_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-branches-url-511baeddcd59" title="Branches URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.branches_url`

            Branches URL records URL template for listing branches. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `branches_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-clone-url-396199d06973" title="Clone URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.clone_url`

            Clone URL records HTTPS URL for cloning. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `clone_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-collaborators-url-7ab38fe2c10b" title="Collaborators URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.collaborators_url`

            Collaborators URL records URL template for listing collaborators. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `collaborators_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-comments-url-3b9dfc8309ac" title="Comments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.comments_url`

            Comments URL records URL template for listing comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `comments_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-commits-url-1250e72946b6" title="Commits URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.commits_url`

            Commits URL records URL template for listing commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `commits_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-compare-url-18133cbe8c8e" title="Compare URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.compare_url`

            Compare URL records URL template for comparing commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `compare_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-contents-url-cb907f24f606" title="Contents URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.contents_url`

            Contents URL records URL template for accessing contents. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `contents_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-contributors-url-b6717b310e3b" title="Contributors URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.contributors_url`

            Contributors URL records REST API URL for listing contributors. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `contributors_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-created-at-d3228e734886" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.created_at`

            Created At records timestamp when the repository was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Repositories records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-default-branch-54ca40b86b00" title="Default Branch" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.default_branch`

            Default Branch records name of the default branch (e.g. main). It is needed to distinguish Repositories rows by the exact GitHub-returned default branch value.

            * **Enables:** separate Repositories rows by the exact GitHub-returned `default_branch` label when comparing default branch.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-deployments-url-2d3c762865ef" title="Deployments URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.deployments_url`

            Deployments URL records REST API URL for listing deployments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `deployments_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-description-f6af9b50a603" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.description`

            Description records short description of the repository. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's repository or project, owner, and update time where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is description text at one GitHub Repository record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-disabled-6900b737d11f" title="Disabled" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.disabled`

            Disabled records whether the repository is disabled. It is needed to distinguish Repositories rows by the exact GitHub-returned disabled value.

            * **Enables:** select Repositories rows where `disabled` is true or false when comparing the condition described by Disabled.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-downloads-url-1f5e5cefce78" title="Downloads URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.downloads_url`

            Downloads URL records REST API URL for listing downloads. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `downloads_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-events-url-d714b17cc6e9" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.events_url`

            Events URL records REST API URL for listing events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-fork-e2ea9d6967fc" title="Fork" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.fork`

            Fork records whether the repository is a fork. It is needed to distinguish Repositories rows by the exact GitHub-returned fork value.

            * **Enables:** select Repositories rows where `fork` is true or false when comparing the condition described by Fork.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-forks-7be42d005ff0" title="Forks" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.forks`

            Forks records number of forks (alias). It is needed to measure the GitHub-reported number of forks (alias) at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of forks (alias) in `forks` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-forks-count-d287a1648994" title="Forks Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.forks_count`

            Forks Count records number of forks. It is needed to measure the GitHub-reported number of forks at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of forks in `forks_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-forks-url-ba11709e6fdd" title="Forks URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.forks_url`

            Forks URL records REST API URL for listing forks. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `forks_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-full-name-13133ff61f1a" title="Full Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.full_name`

            Full Name records owner/repo slug (e.g. octocat/Hello-World). It is needed to compare the returned full name for individual Repositories rows and select rows with a specific `full_name` value.

            * **Enables:** locate Repositories rows whose returned full name exactly matches `full_name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-git-commits-url-7b8755579c88" title="Git Commits URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.git_commits_url`

            Git Commits URL records URL template for accessing git commits. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_commits_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-git-refs-url-0be0d6e2a579" title="Git Refs URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.git_refs_url`

            Git Refs URL records URL template for accessing git refs. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_refs_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-git-tags-url-7bd5044c7e40" title="Git Tags URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.git_tags_url`

            Git Tags URL records URL template for accessing git tags. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_tags_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-git-url-3ea0a90ef075" title="Git URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.git_url`

            Git URL records git protocol URL for cloning. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `git_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-has-discussions-ab4800d66c81" title="Has Discussions" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.has_discussions`

            Has Discussions records whether discussions are enabled. It is needed to distinguish Repositories rows by the exact GitHub-returned has discussions value.

            * **Enables:** select Repositories rows where `has_discussions` is true or false when comparing the condition described by Has Discussions.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-has-downloads-098ac4ec0081" title="Has Downloads" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.has_downloads`

            Has Downloads records whether downloads are enabled. It is needed to distinguish Repositories rows by the exact GitHub-returned has downloads value.

            * **Enables:** select Repositories rows where `has_downloads` is true or false when comparing the condition described by Has Downloads.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-has-issues-d355683bcc2c" title="Has Issues" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.has_issues`

            Has Issues records whether the issues feature is enabled. It is needed to distinguish Repositories rows by the exact GitHub-returned has issues value.

            * **Enables:** select Repositories rows where `has_issues` is true or false when comparing the condition described by Has Issues.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-has-pages-7a7f45e7eb24" title="Has Pages" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.has_pages`

            Has Pages records whether GitHub Pages is enabled. It is needed to distinguish Repositories rows by the exact GitHub-returned has pages value.

            * **Enables:** select Repositories rows where `has_pages` is true or false when comparing the condition described by Has Pages.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-has-projects-70deadfcf10a" title="Has Projects" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.has_projects`

            Has Projects records whether the projects feature is enabled. It is needed to distinguish Repositories rows by the exact GitHub-returned has projects value.

            * **Enables:** select Repositories rows where `has_projects` is true or false when comparing the condition described by Has Projects.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-has-wiki-57842a225b34" title="Has Wiki" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.has_wiki`

            Has Wiki records whether the wiki feature is enabled. It is needed to distinguish Repositories rows by the exact GitHub-returned has wiki value.

            * **Enables:** select Repositories rows where `has_wiki` is true or false when comparing the condition described by Has Wiki.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-homepage-8cf96d89c64d" title="Homepage" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.homepage`

            Homepage records homepage URL or text set by the repository owner. It is needed to retain the exact GitHub resource or external link reported for this Repositories record.

            * **Enables:** open or correlate the resource named by `homepage` while retaining the containing GitHub Repository row as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-hooks-url-93dcf3279fc1" title="Hooks URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.hooks_url`

            Hooks URL records REST API URL for listing webhooks. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `hooks_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-html-url-956da6c9c968" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.html_url`

            HTML URL records URL of the repository on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-id-0d0c9c398533" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.id`

            ID records unique numeric identifier for the repository. It is needed to distinguish repeated deliveries of the same Repositories row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Repositories and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-is-template-c2393b0871cd" title="Is Template" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.is_template`

            Is Template records whether this repository is a template repository. It is needed to distinguish Repositories rows by the exact GitHub-returned is template value.

            * **Enables:** select Repositories rows where `is_template` is true or false when comparing the condition described by Is Template.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-issue-comment-url-d8781186de38" title="Issue Comment URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.issue_comment_url`

            Issue Comment URL records URL template for accessing issue comments. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issue_comment_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-issue-events-url-0001690354e2" title="Issue Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.issue_events_url`

            Issue Events URL records URL template for accessing issue events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issue_events_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-issues-url-3014a62d0141" title="Issues URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.issues_url`

            Issues URL records URL template for accessing issues. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issues_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-keys-url-139d0216be56" title="Keys URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.keys_url`

            Keys URL records URL template for accessing deploy keys. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `keys_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-labels-url-f526c38fca02" title="Labels URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.labels_url`

            Labels URL records URL template for accessing labels. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `labels_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-language-83f553dc0bcb" title="Language" icon="circle-info" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.language`

            Language records primary programming language detected in the repository. It is needed to inventory the exact GitHub-reported configuration or classification represented by this field.

            * **Enables:** compare `language` among Repositories records when reconciling this specific configuration, source, or classification.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; the value is a GitHub-returned or configured label at the GitHub Repository grain rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-languages-url-526e2545d738" title="Languages URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.languages_url`

            Languages URL records REST API URL for listing languages. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `languages_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-d29472c73bf1" title="License" icon="cube" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license`

            License records license information for the repository. It is needed to preserve the nested license relationship or details on the parent GitHub Repository record.

            * **Enables:** expand `license` to connect the containing GitHub Repository row to its returned license entries.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is one nested object per containing GitHub Repository object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-html-url-dbd3a0cedb94" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license.html_url`

            HTML URL records URL of the license page on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the License Simple object returned for Repositories; it is link at one License Simple record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-key-6140cbcd87c2" title="Key" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license.key`

            Key records SPDX license key (e.g. mit, apache-2.0). It is needed to refer to the same license simple across records without relying on display text.

            * **Enables:** match `key` to license simple references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the License Simple object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-name-16ebef6064fe" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license.name`

            Name records full name of the license. It is needed to compare the exact name configuration returned for this License Simple record.

            * **Enables:** compare the exact `name` configuration returned for each License Simple record and select records with the configuration under review.
            * **Interpretation:** GitHub reports this value on the License Simple object returned for Repositories; it is interpreted at one License Simple record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-node-id-cc4970e5ff7d" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license.node_id`

            Node ID records global GraphQL node ID for the license. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the License Simple object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-spdx-id-3f373b46a615" title="Spdx ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license.spdx_id`

            Spdx ID records SPDX identifier for the license. It is needed to refer to the same spdx across records without relying on display text.

            * **Enables:** match `spdx_id` to spdx references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the License Simple object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-license-url-b322f833491d" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.license.url`

            URL records REST API URL for the license details. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the License Simple object returned for Repositories; it is link at one License Simple record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-merges-url-11c06bb4f7d9" title="Merges URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.merges_url`

            Merges URL records REST API URL for merges. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `merges_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-milestones-url-014f66073009" title="Milestones URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.milestones_url`

            Milestones URL records URL template for accessing milestones. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `milestones_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-mirror-url-1676dcb5e6af" title="Mirror URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.mirror_url`

            Mirror URL records URL of the upstream mirror, if this repo is a mirror. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `mirror_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-name-6af940cd0f54" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.name`

            Name records repository name. It is needed to compare the returned name for individual Repositories rows and select rows with a specific `name` value.

            * **Enables:** locate Repositories rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-network-count-434e2c94b742" title="Network Count" icon="network-wired" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.network_count`

            Network Count records number of repositories in the fork network. It is needed to measure the GitHub-reported number of repositories in the fork network at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of repositories in the fork network in `network_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-node-id-577e631de6d0" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.node_id`

            Node ID records global GraphQL node ID. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-notifications-url-c8679e1bd884" title="Notifications URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.notifications_url`

            Notifications URL records URL template for accessing notifications. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `notifications_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-open-issues-a9557e393e54" title="Open Issues" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.open_issues`

            Open Issues records number of open issues and pull requests (alias). It is needed to measure the GitHub-reported number of open issues and pull requests (alias) at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of open issues and pull requests (alias) in `open_issues` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-open-issues-count-7a1ebd510096" title="Open Issues Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.open_issues_count`

            Open Issues Count records number of open issues and pull requests. It is needed to measure the GitHub-reported number of open issues and pull requests at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of open issues and pull requests in `open_issues_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-9edb84bf5dc1" title="Owner" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner`

            Owner records the user or organization that owns the repository. It is needed to preserve the nested owner relationship or details on the parent GitHub Repository record.

            * **Enables:** expand `owner` to connect the containing GitHub Repository row to its returned owner entries.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is one nested object per containing GitHub Repository object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-avatar-url-75870ea32a7c" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.avatar_url`

            Avatar URL records URL of the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-events-url-f54dda374914" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.events_url`

            Events URL records URL template for listing events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-followers-url-f72cbc67c148" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.followers_url`

            Followers URL records REST API URL for listing followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-following-url-28c2f8bd6867" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.following_url`

            Following URL records URL template for listing users this user follows. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-gists-url-480b264a4a47" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.gists_url`

            Gists URL records URL template for listing gists. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-gravatar-id-25ae64168515" title="Gravatar ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.gravatar_id`

            Gravatar ID records gravatar ID of the user (may be empty string). It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-html-url-740c0e6aac5d" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.html_url`

            HTML URL records profile URL on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-id-62eb3ca964df" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.id`

            ID records unique numeric identifier for the user. It is needed to refer to the same repository owner across records without relying on display text.

            * **Enables:** match `id` to repository owner references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-login-e4a33ff0b76c" title="Login" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.login`

            Login records username of the owner. It is needed to attribute this Repositories row to the returned person, account, or organization reference.

            * **Enables:** attribute the Repositories row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is interpreted at one Repository Owner record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-node-id-9bd324207afc" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.node_id`

            Node ID records global GraphQL node ID for the user. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-organizations-url-a517d5a67e4d" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.organizations_url`

            Organizations URL records REST API URL for listing organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-received-events-url-72b1dfe7e0df" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.received_events_url`

            Received Events URL records REST API URL for listing received events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-repos-url-a45d1095c314" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.repos_url`

            Repos URL records REST API URL for listing repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-site-admin-145b750ef66e" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Repositories rows by the exact GitHub-returned site admin value.

            * **Enables:** select Repositories rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is interpreted at one Repository Owner record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-starred-url-27addb2111e0" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.starred_url`

            Starred URL records URL template for listing starred repos. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-subscriptions-url-9dd72198495c" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.subscriptions_url`

            Subscriptions URL records REST API URL for listing subscriptions. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-type-7679b8243db4" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.type`

            Type records type of the account (User or Organization). It is needed to distinguish Repositories rows by the exact GitHub-returned type value.

            * **Enables:** separate Repositories rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is interpreted at one Repository Owner record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-url-d35b3781e0c3" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.url`

            URL records REST API URL for the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is link at one Repository Owner record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-owner-user-view-type-0669d55c9e99" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.owner.user_view_type`

            User View Type records view type for the user (e.g. public). It is needed to distinguish Repositories rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Repositories rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the Repository Owner object returned for Repositories; it is interpreted at one Repository Owner record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-permissions-74fe67e215e4" title="Permissions" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.permissions`

            Permissions records permissions the authenticated user has on this repository. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** expand `permissions` to examine the returned permissions details for the containing GitHub Repository record.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is one nested object per containing GitHub Repository object when present; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-permissions-admin-d2d7eabcbcc8" title="Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.permissions.admin`

            Admin records whether the user has admin access. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Repositories rows with the exact `admin` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the Repository Permissions object returned for Repositories; it is interpreted at one Repository Permissions record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-permissions-maintain-f7dc46f05bd4" title="Maintain" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.permissions.maintain`

            Maintain records whether the user has maintain access. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Repositories rows with the exact `maintain` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the Repository Permissions object returned for Repositories; it is interpreted at one Repository Permissions record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-permissions-pull-17b782a61f07" title="Pull" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.permissions.pull`

            Pull records whether the user has pull (read) access. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Repositories rows with the exact `pull` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the Repository Permissions object returned for Repositories; it is interpreted at one Repository Permissions record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-permissions-push-6a4428e98f5e" title="Push" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.permissions.push`

            Push records whether the user has push (write) access. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Repositories rows with the exact `push` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the Repository Permissions object returned for Repositories; it is interpreted at one Repository Permissions record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-permissions-triage-b7cd078cf8a0" title="Triage" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.permissions.triage`

            Triage records whether the user has triage access. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Repositories rows with the exact `triage` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the Repository Permissions object returned for Repositories; it is interpreted at one Repository Permissions record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-private-aee3c02c74bc" title="Private" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.private`

            Private records whether the repository is private. It is needed to distinguish Repositories rows by the exact GitHub-returned private value.

            * **Enables:** select Repositories rows where `private` is true or false when comparing the condition described by Private.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-pulls-url-cdd0481c2469" title="Pulls URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.pulls_url`

            Pulls URL records URL template for accessing pull requests. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `pulls_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-pushed-at-818f17ee9aca" title="Pushed At" icon="code-branch" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.pushed_at`

            Pushed At records timestamp of the last push to any branch. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Repositories records by `pushed_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-releases-url-06497cd55c0d" title="Releases URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.releases_url`

            Releases URL records URL template for accessing releases. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `releases_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-1f410bbe5b1a" title="Security And Analysis" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis`

            Security And Analysis records security and analysis feature settings. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** expand `security_and_analysis` to examine the returned security and analysis details for the containing GitHub Repository record.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is one nested object per containing GitHub Repository object when present; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-advanc-b80923fc4fe8" title="Advanced Security" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.advanced_security`

            Advanced Security records GitHub Advanced Security status. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** expand `advanced_security` to examine the returned advanced security details for the containing Security And Analysis record.
            * **Interpretation:** GitHub reports this value on the Security And Analysis object returned for Repositories; it is one nested object per containing Security And Analysis object when present; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-advanc-561f959dd761" title="Status" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.advanced_security.status`

            Status records whether the feature is enabled or disabled. It is needed to distinguish Repositories rows by the exact GitHub-returned status value.

            * **Enables:** select Repositories rows where `status` is true or false when comparing the condition described by Status.
            * **Interpretation:** GitHub reports this value on the Security Feature Status object returned for Repositories; it is interpreted at one Security Feature Status record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-depend-b2b73eac3508" title="Dependabot Security Updates" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.dependabot_security_updates`

            Dependabot Security Updates records dependabot security updates status. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** expand `dependabot_security_updates` to examine the returned dependabot security updates details for the containing Security And Analysis record.
            * **Interpretation:** GitHub reports this value on the Security And Analysis object returned for Repositories; it is one nested object per containing Security And Analysis object when present; use it for investigation and evidence correlation; it does not prove that all activity or access is represented.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-secret-8fc4c149f125" title="Secret Scanning" icon="lock" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.secret_scanning`

            Secret Scanning records secret scanning status. It is needed to preserve the nested secret scanning relationship or details on the parent Security And Analysis record.

            * **Enables:** expand `secret_scanning` to connect the containing Security And Analysis row to its returned secret scanning entries.
            * **Interpretation:** GitHub reports this value on the Security And Analysis object returned for Repositories; it is one nested object per containing Security And Analysis object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-secret-317647510120" title="Secret Scanning Non Provider Patterns" icon="lock" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.secret_scanning_non_provider_patterns`

            Secret Scanning Non Provider Patterns records secret scanning non-provider patterns status. It is needed to preserve the nested secret scanning non provider patterns relationship or details on the parent Security And Analysis record.

            * **Enables:** expand `secret_scanning_non_provider_patterns` to connect the containing Security And Analysis row to its returned secret scanning non provider patterns entries.
            * **Interpretation:** GitHub reports this value on the Security And Analysis object returned for Repositories; it is one nested object per containing Security And Analysis object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-secret-159fc1074547" title="Secret Scanning Push Protection" icon="lock" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.secret_scanning_push_protection`

            Secret Scanning Push Protection records secret scanning push protection status. It is needed to preserve the nested secret scanning push protection relationship or details on the parent Security And Analysis record.

            * **Enables:** expand `secret_scanning_push_protection` to connect the containing Security And Analysis row to its returned secret scanning push protection entries.
            * **Interpretation:** GitHub reports this value on the Security And Analysis object returned for Repositories; it is one nested object per containing Security And Analysis object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-security-and-analysis-secret-7ad092204e2b" title="Secret Scanning Validity Checks" icon="lock" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.security_and_analysis.secret_scanning_validity_checks`

            Secret Scanning Validity Checks records secret scanning validity checks status. It is needed to preserve the nested secret scanning validity checks relationship or details on the parent Security And Analysis record.

            * **Enables:** expand `secret_scanning_validity_checks` to connect the containing Security And Analysis row to its returned secret scanning validity checks entries.
            * **Interpretation:** GitHub reports this value on the Security And Analysis object returned for Repositories; it is one nested object per containing Security And Analysis object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-size-0644e649118e" title="Size" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.size`

            Size records repository size in kilobytes. It is needed to compare the numeric size reported for one GitHub Repository record without assuming an unstated unit.

            * **Enables:** compare the numeric `size` value per GitHub Repository record without assigning a unit not declared by the schema description.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-ssh-url-884e15701506" title="SSH URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.ssh_url`

            SSH URL records SSH URL for cloning. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `ssh_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-stargazers-count-617e7c27f7da" title="Stargazers Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.stargazers_count`

            Stargazers Count records number of stars. It is needed to measure the GitHub-reported number of stars at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of stars in `stargazers_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-stargazers-url-dbb19ac3bc4d" title="Stargazers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.stargazers_url`

            Stargazers URL records REST API URL for listing stargazers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `stargazers_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-statuses-url-4491c94e44fb" title="Statuses URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.statuses_url`

            Statuses URL records URL template for accessing commit statuses. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `statuses_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-subscribers-count-94cdcc6797fb" title="Subscribers Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.subscribers_count`

            Subscribers Count records number of subscribers (watchers). It is needed to measure the GitHub-reported number of subscribers (watchers) at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of subscribers (watchers) in `subscribers_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-subscribers-url-5c80bb3dfaf5" title="Subscribers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.subscribers_url`

            Subscribers URL records REST API URL for listing subscribers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscribers_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-subscription-url-20b887da8f44" title="Subscription URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.subscription_url`

            Subscription URL records REST API URL for the authenticated user's subscription. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscription_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-svn-url-98abac9d173c" title="Svn URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.svn_url`

            Svn URL records subversion URL for checkout. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `svn_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-tags-url-d51f3bceaa82" title="Tags URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.tags_url`

            Tags URL records REST API URL for listing tags. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `tags_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-teams-url-c9cc7efbc089" title="Teams URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.teams_url`

            Teams URL records REST API URL for listing teams. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `teams_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-topics-0dab7e030e44" title="Topics" icon="route" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.topics`

            Topics records list of topic tags applied to the repository. It is needed to preserve the nested topics relationship or details on the parent GitHub Repository record.

            * **Enables:** expand `topics` to connect the containing GitHub Repository row to its returned topics entries.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is one returned collection per containing GitHub Repository object.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-trees-url-c4e3f6c566f1" title="Trees URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.trees_url`

            Trees URL records URL template for accessing git trees. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `trees_url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-updated-at-d89155f4adf7" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.updated_at`

            Updated At records timestamp when the repository metadata was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Repositories records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; the connector also declares it for record ordering; the schema assigns the `metadata_timestamp` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-url-404badb615ba" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.url`

            URL records REST API URL for this repository. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Repositories record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is link at one GitHub Repository record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-visibility-f41de33c69ca" title="Visibility" icon="sliders" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.visibility`

            Visibility records visibility level of the repository. It is needed to distinguish Repositories rows by the exact GitHub-returned visibility value.

            * **Enables:** separate Repositories rows by the exact GitHub-returned `visibility` label when comparing visibility.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-watchers-08735e16c2d2" title="Watchers" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.watchers`

            Watchers records number of watchers (alias). It is needed to measure the GitHub-reported number of watchers (alias) at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of watchers (alias) in `watchers` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-watchers-count-cf3ca9fa5491" title="Watchers Count" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.watchers_count`

            Watchers Count records number of watchers (legacy, equals `stargazers_count`). It is needed to measure the GitHub-reported number of watchers (legacy, equals 'stargazers\_count') at one GitHub Repository record per row.

            * **Enables:** measure and compare the GitHub-reported number of watchers (legacy, equals stargazers\_count) in `watchers_count` at one GitHub Repository record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is a GitHub-reported count at one GitHub Repository record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-repositories-web-commit-signoff-required-18c18d3e18ed" title="Web Commit Signoff Required" icon="code-commit" iconType="sharp-duotone-solid">
            Developer identifier: `repositories.web_commit_signoff_required`

            Web Commit Signoff Required records whether web-based commits require sign-off. It is needed to distinguish Repositories rows by the exact GitHub-returned web commit signoff required value.

            * **Enables:** select Repositories rows where `web_commit_signoff_required` is true or false when comparing the condition described by Web Commit Signoff Required.
            * **Interpretation:** GitHub reports this value on the GitHub Repository object returned for Repositories; it is interpreted at one GitHub Repository record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-team-members-a87bc54de670" title="Team Members" icon="people-group" iconType="sharp-duotone-solid">
        Developer identifier: `team_members`

        Team Members covers team members.

        * **Enables:** map the GitHub accounts and memberships represented by Team Members records and trace a returned access assignment to its account or group.
        * **Scope:** Team members; the connector reads `/orgs/{orgId}/teams/{slug}/members` as a snapshot stream in full mode. The configured credential must grant the declared `read:org` access scope; records outside that access are not returned. A successful full collection can reveal a previously returned row as absent, but a credential or permission change can produce the same observation.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-team-members-avatar-url-16186b1ea989" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.avatar_url`

            Avatar URL records URL to the user's avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-events-url-04c99e844504" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.events_url`

            Events URL records API URL template to list events for the user. Contains (/privacy) template variable. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-followers-url-6f052f46822d" title="Followers URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.followers_url`

            Followers URL records API URL to list the user's followers. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `followers_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-following-url-09c7235fa36d" title="Following URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.following_url`

            Following URL records API URL template to list users this user is following. Contains (/`other_user`) template variable. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `following_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-gists-url-e5f778d06a3d" title="Gists URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.gists_url`

            Gists URL records API URL template to list the user's gists. Contains (/`gist_id`) template variable. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `gists_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-gravatar-id-438f8d8935b9" title="Gravatar ID" icon="envelope" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.gravatar_id`

            Gravatar ID records gravatar ID associated with the user's email, if any. It is needed to refer to the same gravatar across records without relying on display text.

            * **Enables:** match `gravatar_id` to gravatar references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-html-url-1ffe978a7cd9" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.html_url`

            HTML URL records URL to the user's GitHub profile page. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-id-744ef109eda1" title="ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.id`

            ID records unique numeric identifier for the user. It is needed to distinguish repeated deliveries of the same Team Members row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Team Members and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-login-24c36c3a2d4a" title="Login" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.login`

            Login records GitHub username of the team member. It is needed to attribute this Team Members row to the returned person, account, or organization reference.

            * **Enables:** attribute the Team Members row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is interpreted at one GitHub Team Member record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-node-id-62409379394e" title="Node ID" icon="id-card" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.node_id`

            Node ID records global node ID used in the GitHub GraphQL API. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-organizations-url-be7c57f45a70" title="Organizations URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.organizations_url`

            Organizations URL records API URL to list the user's organizations. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `organizations_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-received-events-url-8894076100e2" title="Received Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.received_events_url`

            Received Events URL records API URL to list events received by the user. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `received_events_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-repos-url-a72ed3769baf" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.repos_url`

            Repos URL records API URL to list the user's repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-site-admin-a715fce6aabb" title="Site Admin" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.site_admin`

            Site Admin records whether the user is a GitHub site administrator. It is needed to distinguish Team Members rows by the exact GitHub-returned site admin value.

            * **Enables:** select Team Members rows where `site_admin` is true or false when comparing the condition described by Site Admin.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is interpreted at one GitHub Team Member record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-starred-url-3c96097a13fb" title="Starred URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.starred_url`

            Starred URL records API URL template to list repositories the user has starred. Contains (/owner)(/repo) template variable. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `starred_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-subscriptions-url-a9b17e8a83f6" title="Subscriptions URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.subscriptions_url`

            Subscriptions URL records API URL to list repositories the user is watching. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `subscriptions_url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-type-21063fa55902" title="Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.type`

            Type records account type indicating whether this is a regular user or bot. It is needed to distinguish Team Members rows by the exact GitHub-returned type value.

            * **Enables:** separate Team Members rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is interpreted at one GitHub Team Member record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-url-ccc5ed40e712" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.url`

            URL records API URL for the user resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Team Members record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is link at one GitHub Team Member record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-team-members-user-view-type-248a63019eb7" title="User View Type" icon="user-tie" iconType="sharp-duotone-solid">
            Developer identifier: `team_members.user_view_type`

            User View Type records the view type of the user, e.g. public or private. It is needed to distinguish Team Members rows by the exact GitHub-returned user view type value.

            * **Enables:** separate Team Members rows by the exact GitHub-returned `user_view_type` label when comparing user view type.
            * **Interpretation:** GitHub reports this value on the GitHub Team Member object returned for Team Members; it is interpreted at one GitHub Team Member record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>
        </AccordionGroup>
      </Accordion>

      <Accordion id="provider-permission-tap-github-teams-9bbca4a4f3d2" title="Teams" icon="sitemap" iconType="sharp-duotone-solid">
        Developer identifier: `teams`

        Teams covers organization teams.

        * **Enables:** map the GitHub accounts and memberships represented by Teams records and trace a returned access assignment to its account or group.
        * **Scope:** Organization teams; the connector reads `/orgs/{orgId}/teams` as a snapshot stream in full mode. The configured credential must grant the declared `read:org` access scope; records outside that access are not returned. A successful full collection can reveal a previously returned row as absent, but a credential or permission change can produce the same observation.

        <AccordionGroup>
          <Accordion id="provider-permission-field-github-teams-created-at-6a7a7c44614d" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `teams.created_at`

            Created At records ISO 8601 timestamp when the team was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Teams records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is interpreted at one GitHub Team record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-description-644c6cb8a0ea" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.description`

            Description records team description text. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's parent record, owner, status, and update time where returned.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is description text at one GitHub Team record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-html-url-98d39d450c62" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.html_url`

            HTML URL records HTML URL for the team page on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is link at one GitHub Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-id-d32ebb6f8987" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.id`

            ID records unique numeric identifier for the team. It is needed to distinguish repeated deliveries of the same Teams row using the declared ingestion key.

            * **Enables:** use `id` as the declared ingestion deduplication key for Teams and match repeated rows carrying the same GitHub identifier.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is an identifier, not a measured quantity; the connector declares it as an ingestion deduplication key.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-members-count-21e8c8f36be5" title="Members Count" icon="people-group" iconType="sharp-duotone-solid">
            Developer identifier: `teams.members_count`

            Members Count records number of members in the team. It is needed to measure the GitHub-reported number of members in the team at one GitHub Team record per row.

            * **Enables:** measure and compare the GitHub-reported number of members in the team in `members_count` at one GitHub Team record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is a GitHub-reported count at one GitHub Team record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-members-url-7ee5224233a8" title="Members URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.members_url`

            Members URL records URL template for listing team members (contains (/member) placeholder). It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `members_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is link at one GitHub Team record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-name-35afab1ddbfb" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.name`

            Name records team display name. It is needed to compare the returned name for individual Teams rows and select rows with a specific `name` value.

            * **Enables:** locate Teams rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is interpreted at one GitHub Team record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-node-id-949c3215b2d5" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.node_id`

            Node ID records global GraphQL node ID for the team. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-notification-setting-5bdb63e2bbeb" title="Notification Setting" icon="megaphone" iconType="sharp-duotone-solid">
            Developer identifier: `teams.notification_setting`

            Notification Setting records team notification setting. It is needed to distinguish Teams rows by the exact GitHub-returned notification setting value.

            * **Enables:** separate Teams rows by the exact GitHub-returned `notification_setting` label when comparing notification setting.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is interpreted at one GitHub Team record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-1ac4623feeda" title="Organization" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization`

            Organization records the organization that owns this team (included in detailed responses). It is needed to preserve the nested organization relationship or details on the parent GitHub Team record.

            * **Enables:** expand `organization` to connect the containing GitHub Team row to its returned organization entries.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is one nested object per containing GitHub Team object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-avatar-url-d1cd3d3d4e02" title="Avatar URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.avatar_url`

            Avatar URL records URL of the organization avatar image. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `avatar_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-blog-09022348a0f2" title="Blog" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.blog`

            Blog records blog URL for the organization. It is needed to compare the returned blog for individual Teams rows and select rows with a specific `blog` value.

            * **Enables:** trace the blog relationship returned in `blog` from the Team Organization row to its named GitHub context.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-company-ef5738c52cfb" title="Company" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.company`

            Company records company name associated with the organization. It is needed to compare the returned company for individual Teams rows and select rows with a specific `company` value.

            * **Enables:** trace the company relationship returned in `company` from the Team Organization row to its named GitHub context.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-created-at-8c505d12fa1e" title="Created At" icon="calendar-clock" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.created_at`

            Created At records ISO 8601 timestamp when the organization was created. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Teams records by `created_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-description-65db0640d5a8" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.description`

            Description records organization description. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's parent record, owner, status, and update time where returned.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is description text at one Team Organization record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-email-dd2d1817a2ff" title="Email" icon="map-location-dot" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.email`

            Email records public email address for the organization. It is needed to attribute this Teams row to the returned person, account, or organization reference.

            * **Enables:** attribute the Teams row to the returned person or account and match the exact `email` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; the schema uses the `Contact.Email` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-events-url-d155b894b6ee" title="Events URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.events_url`

            Events URL records API URL for organization events. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `events_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-followers-e25c07ee4419" title="Followers" icon="calculator" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.followers`

            Followers records number of followers. It is needed to measure the GitHub-reported number of followers at one Team Organization record per row.

            * **Enables:** measure and compare the GitHub-reported number of followers in `followers` at one Team Organization record per row.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is a GitHub-reported count at one Team Organization record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-following-b14af18f82d3" title="Following" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.following`

            Following records number of accounts the organization follows. It is needed to measure the GitHub-reported number of accounts the organization follows at one Team Organization record per row.

            * **Enables:** measure and compare the GitHub-reported number of accounts the organization follows in `following` at one Team Organization record per row.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is a GitHub-reported count at one Team Organization record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-has-organization-proje-8437c45002f3" title="Has Organization Projects" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.has_organization_projects`

            Has Organization Projects records whether organization projects are enabled. It is needed to distinguish Teams rows by the exact GitHub-returned has organization projects value.

            * **Enables:** select Teams rows where `has_organization_projects` is true or false when comparing the condition described by Has Organization Projects.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-has-repository-project-54ba3e8532d3" title="Has Repository Projects" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.has_repository_projects`

            Has Repository Projects records whether repository projects are enabled. It is needed to distinguish Teams rows by the exact GitHub-returned has repository projects value.

            * **Enables:** select Teams rows where `has_repository_projects` is true or false when comparing the condition described by Has Repository Projects.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-hooks-url-728a26c7708e" title="Hooks URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.hooks_url`

            Hooks URL records API URL for organization webhooks. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `hooks_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-html-url-05c35b0423dd" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.html_url`

            HTML URL records HTML URL for the organization page. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-id-16c923af20ee" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.id`

            ID records unique numeric identifier for the organization. It is needed to refer to the same team organization across records without relying on display text.

            * **Enables:** match `id` to team organization references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-is-verified-e0a44cca3653" title="Is Verified" icon="network-wired" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.is_verified`

            Is Verified records whether the organization's domain is verified. It is needed to distinguish Teams rows by the exact GitHub-returned is verified value.

            * **Enables:** select Teams rows where `is_verified` is true or false when comparing the condition described by Is Verified.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-issues-url-501f7074a254" title="Issues URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.issues_url`

            Issues URL records API URL for organization issues. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `issues_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-location-fbd149a7d1a3" title="Location" icon="map-location-dot" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.location`

            Location records geographic location of the organization. It is needed to preserve the GitHub-reported configured or derived address and place context for the same record.

            * **Enables:** compare the GitHub-reported configured or derived address and place context in `location` for individual Teams rows without treating it as a verified physical location.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; the value is configured or derived address and place context; this GitHub-reported or configured context does not establish residency or verified physical presence.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-login-0c88f96a0e22" title="Login" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.login`

            Login records organization login/username. It is needed to attribute this Teams row to the returned person, account, or organization reference.

            * **Enables:** attribute the Teams row to the returned person or account and match the exact `login` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-members-url-68298a7809ae" title="Members URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.members_url`

            Members URL records URL template for listing organization members. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `members_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-name-8e4538bdabf7" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.name`

            Name records organization display name. It is needed to compare the returned name for individual Teams rows and select rows with a specific `name` value.

            * **Enables:** locate Teams rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-node-id-60dc0d17ec34" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.node_id`

            Node ID records global GraphQL node ID for the organization. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-public-gists-1c4d79bf6d9c" title="Public Gists" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.public_gists`

            Public Gists records number of public gists. It is needed to measure the GitHub-reported number of public gists at one Team Organization record per row.

            * **Enables:** measure and compare the GitHub-reported number of public gists in `public_gists` at one Team Organization record per row.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is a GitHub-reported count at one Team Organization record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-public-members-url-fbcb173967ca" title="Public Members URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.public_members_url`

            Public Members URL records URL template for listing public organization members. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `public_members_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the returned link or template does not establish that the current credential can retrieve its target; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-public-repos-e14ca50cf38f" title="Public Repos" icon="circle-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.public_repos`

            Public Repos records number of public repositories. It is needed to measure the GitHub-reported number of public repositories at one Team Organization record per row.

            * **Enables:** measure and compare the GitHub-reported number of public repositories in `public_repos` at one Team Organization record per row.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is a GitHub-reported count at one Team Organization record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-repos-url-a2f68905a5b2" title="Repos URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.repos_url`

            Repos URL records API URL for listing organization repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repos_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-twitter-username-d1fe2004a761" title="Twitter Username" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.twitter_username`

            Twitter Username records twitter username for the organization. It is needed to attribute this Teams row to the returned person, account, or organization reference.

            * **Enables:** attribute the Teams row to the returned person or account and match the exact `twitter_username` value where it recurs in GitHub.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-type-7fdaddde702f" title="Type" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.type`

            Type records account type (e.g., Organization). It is needed to distinguish Teams rows by the exact GitHub-returned type value.

            * **Enables:** separate Teams rows by the exact GitHub-returned `type` label when comparing type.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-updated-at-9112559f1998" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.updated_at`

            Updated At records ISO 8601 timestamp when the organization was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Teams records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is interpreted at one Team Organization record per row; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-organization-url-22df724c3aa9" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.organization.url`

            URL records API URL for the organization. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Team Organization object returned for Teams; it is link at one Team Organization record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-df98c279612d" title="Parent" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent`

            Parent records parent team object for nested team hierarchies. Null if no parent. It is needed to preserve the nested parent relationship or details on the parent GitHub Team record.

            * **Enables:** expand `parent` to connect the containing GitHub Team row to its returned parent entries.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is one nested object per containing GitHub Team object when present.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-description-cb4896c122b6" title="Description" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.description`

            Description records parent team description. It is needed to inspect the exact description text included with this record.

            * **Enables:** inspect the description text returned in `description` and attribute it to the same record's parent record, owner, status, and update time where returned.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is description text at one Parent Team record per row; this is only the content included in the GitHub response for this record.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-html-url-4d2f596a856a" title="HTML URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.html_url`

            HTML URL records HTML URL for the parent team page on GitHub. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `html_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is link at one Parent Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-id-8bcf73237a59" title="ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.id`

            ID records unique numeric identifier for the parent team. It is needed to refer to the same parent team across records without relying on display text.

            * **Enables:** match `id` to parent team references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-members-url-c7aba356483d" title="Members URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.members_url`

            Members URL records URL template for listing parent team members. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `members_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is link at one Parent Team record per row; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-name-c0db3292344d" title="Name" icon="comment" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.name`

            Name records parent team display name. It is needed to compare the returned name for individual Teams rows and select rows with a specific `name` value.

            * **Enables:** locate Teams rows whose returned name exactly matches `name` and retain the GitHub identifier for any cross-record match.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is interpreted at one Parent Team record per row; the schema uses the `Identity.Name` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-node-id-3fbb07b17efb" title="Node ID" icon="badge-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.node_id`

            Node ID records global GraphQL node ID for the parent team. It is needed to refer to the same node across records without relying on display text.

            * **Enables:** match `node_id` to node references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is an identifier, not a measured quantity.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-notification-setting-b95d38d30a14" title="Notification Setting" icon="megaphone" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.notification_setting`

            Notification Setting records parent team notification setting. It is needed to distinguish Teams rows by the exact GitHub-returned notification setting value.

            * **Enables:** separate Teams rows by the exact GitHub-returned `notification_setting` label when comparing notification setting.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is interpreted at one Parent Team record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-permission-39073c716a38" title="Permission" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.permission`

            Permission records default repository permission for the parent team. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Teams rows with the exact `permission` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is interpreted at one Parent Team record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-privacy-8fcc289e02b7" title="Privacy" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.privacy`

            Privacy records parent team visibility level. It is needed to distinguish Teams rows by the exact GitHub-returned privacy value.

            * **Enables:** separate Teams rows by the exact GitHub-returned `privacy` label when comparing privacy.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is interpreted at one Parent Team record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-repositories-url-884fb8ee9591" title="Repositories URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.repositories_url`

            Repositories URL records API URL for listing parent team repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repositories_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is link at one Parent Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-slug-8b00367c68dd" title="Slug" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.slug`

            Slug records URL-friendly identifier for the parent team. It is needed to refer to the same slug across records without relying on display text.

            * **Enables:** match `slug` to slug references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is an identifier, not a measured quantity; the schema uses the `Identity.Slug` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-parent-url-0d585b84be52" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.parent.url`

            URL records API URL for the parent team. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the Parent Team object returned for Teams; it is link at one Parent Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-permission-33e13be06810" title="Permission" icon="shield-check" iconType="sharp-duotone-solid">
            Developer identifier: `teams.permission`

            Permission records default repository permission granted to the team. It is needed to correlate the returned access or audit evidence with the subject and action represented by the same record.

            * **Enables:** select Teams rows with the exact `permission` access-related value being investigated.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is interpreted at one GitHub Team record per row; use it for investigation and evidence correlation; it does not prove that all activity or access is represented; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-privacy-597989676ade" title="Privacy" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.privacy`

            Privacy records team visibility level. It is needed to distinguish Teams rows by the exact GitHub-returned privacy value.

            * **Enables:** separate Teams rows by the exact GitHub-returned `privacy` label when comparing privacy.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is interpreted at one GitHub Team record per row; classification values are GitHub-returned labels rather than a universal taxonomy.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-repos-count-a725e6758cf1" title="Repos Count" icon="sitemap" iconType="sharp-duotone-solid">
            Developer identifier: `teams.repos_count`

            Repos Count records number of repositories accessible to the team. It is needed to measure the GitHub-reported number of repositories accessible to the team at one GitHub Team record per row.

            * **Enables:** measure and compare the GitHub-reported number of repositories accessible to the team in `repos_count` at one GitHub Team record per row.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is a GitHub-reported count at one GitHub Team record per row.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-repositories-url-a6f90e2537c9" title="Repositories URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.repositories_url`

            Repositories URL records API URL for listing team repositories. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `repositories_url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is link at one GitHub Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-slug-e83313a772c4" title="Slug" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.slug`

            Slug records URL-friendly team identifier used as path variable for child tap traversal. It is needed to refer to the same slug across records without relying on display text.

            * **Enables:** match `slug` to slug references carrying the same GitHub-issued value in related GitHub records.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is an identifier, not a measured quantity; the schema uses the `Identity.Slug` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-updated-at-bb61cd92bce4" title="Updated At" icon="clock-rotate-left" iconType="sharp-duotone-solid">
            Developer identifier: `teams.updated_at`

            Updated At records ISO 8601 timestamp when the team was last updated. It is needed to place the record at the time or date reported for this event or state.

            * **Enables:** bound Teams records by `updated_at`, order their returned events or state changes, and correlate records reported at the same time.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is interpreted at one GitHub Team record per row; the schema assigns the `metadata_timestamp` semantic role; the schema uses the `Temporal.DateTime` scalar.
          </Accordion>

          <Accordion id="provider-permission-field-github-teams-url-0c3fb6136991" title="URL" icon="globe" iconType="sharp-duotone-solid">
            Developer identifier: `teams.url`

            URL records API URL for this team resource. It is needed to inspect the exact link included with this record.

            * **Enables:** open or correlate the exact GitHub resource referenced by `url` while retaining the containing Teams record as provenance.
            * **Interpretation:** GitHub reports this value on the GitHub Team object returned for Teams; it is link at one GitHub Team record per row; the schema uses the `Network.Url` scalar; the returned link or template does not establish that the current credential can retrieve its target.
          </Accordion>
        </AccordionGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Troubleshooting">
    | Error                | Meaning                             | Solution                                          |
    | -------------------- | ----------------------------------- | ------------------------------------------------- |
    | **401 Unauthorized** | Invalid or expired token            | Regenerate token                                  |
    | **403 Forbidden**    | Missing permissions                 | Check token has required permissions              |
    | **404 Not Found**    | Resource doesn't exist or no access | Verify organization name and permissions          |
    | **429 Rate Limited** | Rate limit exceeded                 | Wait for reset (check `X-RateLimit-Reset` header) |

    #### Common Issues

    #### Token not working for organization

    Ensure you selected the correct **Resource owner** (organization) when creating the token, not your personal account.

    #### Can't see private repositories

    For private repos, ensure **Repository access** is set to "All repositories" or the specific repos are selected.

    **[GitHub REST API](https://docs.github.com/en/rest)** — Official API documentation

    **[Personal Access Tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)** — Token creation guide
  </Tab>
</Tabs>
