We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the specs (cf. idn/v3/schemas/search/model/identity/IdentityDocument.yaml), owns is an array:
idn/v3/schemas/search/model/identity/IdentityDocument.yaml
owns
owns: type: array description: Access items the identity owns. items: $ref: 'Owns.yaml'
Based on my tests, owns is actually an object:
"owns": { "accessProfiles": [ { "id": "4f1baca895fa45ebada410ab40744330", "name": "Accounts Payable" }, { "id": "c9478d6fc6f842dbaf572d08fda4b344", "name": "Accounts Receivable" }, { "id": "fbb8b17d23284b5e8c802a84927d87dc", "name": "Financial Systems Analyst Access" } ] },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the specs (cf.
idn/v3/schemas/search/model/identity/IdentityDocument.yaml
),owns
is an array:Based on my tests,
owns
is actually an object:The text was updated successfully, but these errors were encountered: