Skip to content

Support for Specification Extensions #12

@khalidelboray

Description

@khalidelboray

I see here

$keys .= grep({ not .key.starts-with('x-') });

that they are ignored, is there any plan to provide support for them ?
may be

"x-github": {
          "enabledForGitHubApps": true,
          "githubCloudOnly": true,
          "previews": [

          ],
          "category": "enterprise-admin",
          "subcategory": "scim"
        }
my $extensions = $operation.extensions; # List of `Pair`s maybe ?
my $github-ext = $extensions.grep(*.key eq 'x-github')

See Specification Extensions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions