Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[Schema Inaccuracy] scim-enterprise-user examples use "User" (capital U) but user-role schema enum only defines "user" (lowercase)

Open
#6,644 1 comment 0 reactions 1 assignee View on GitHub

@shawnHartsell is already working on this.

Since Jun 29, 2026.

Assessment

This issue has not been assessed yet.

Description

documentation

Schema Inaccuracy

The scim-enterprise-user and scim-enterprise-user-list examples both have roles[].value set to "User" (capital U), but the user-role schema defines value as an enum whose only user-role entry is "user" (all lowercase).

Identified at schema commit ef4e98d.

Affected examples:

  • #/components/examples/scim-enterprise-user/value
  • #/components/examples/scim-enterprise-user-list/value

Expected

The roles[].value field in both examples should use "user" (lowercase) to match the enum values defined in #/components/schemas/user-role/items/properties/value.

Reproduction Steps

The schema defines the enum as:

# /components/schemas/user-role/items/properties/value
enum:
  - user
  - guest_collaborator
  - enterprise_owner
  - billing_manager
  - ...

But both examples contain:

"roles": [{ "value": "User", "primary": false }]
Dominant language
No language data
Stars
1.6k
Forks
342
Avg merge
2h 23m
Merged PRs (30d)
57

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/rest-api-description

All issues in github/rest-api-description

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.