Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Path typo #79

Open
plamenGo opened this issue Aug 25, 2020 · 0 comments
Open

Schema Path typo #79

plamenGo opened this issue Aug 25, 2020 · 0 comments

Comments

@plamenGo
Copy link

Schema for addresses sub-attributes refers to 'photos' under path. Should be 'addresses'.

      "id": "urn:ietf:params:scim:schemas:core:2.0:User:addresses",
      "name": "addresses",
      "type": "complex",
      "multiValued": true,
      "_index": 116,
      "_path": "addresses",
      "_annotations": {
        "@AutoCompact": {},
        "@ExclusivePrimary": {},
        "@ElementAnnotations": {
          "@StateSummary": {}
        }
      },
      "subAttributes": [
        {
          "id": "urn:ietf:params:scim:schemas:core:2.0:User:addresses.formatted",
          "name": "formatted",
          "type": "string",
          "_index": 0,
          "_path": "photos.formatted"
        },
        {
          "id": "urn:ietf:params:scim:schemas:core:2.0:User:addresses.streetAddress",
          "name": "streetAddress",
          "type": "string",
          "_index": 1,
          "_path": "photos.streetAddress",
          "_annotations": {
            "@Identity": {}
          }
        },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant