# Schema Inaccuracy This is the JSON ref ``` #/paths/~1scim~1v2~1organizations~1{org}~1Users~1{scim_user_id}/patch/requestBody/content/application~1json/examples/default/value ``` The example has this ``` { "Operations" : [ { "op" : "replace", "value" : { "displayName" : "Octocat" } } ] } ``` `displayName` is not supported there by the schema. ## Reproduction Steps I found this in `ghec`.