-
Notifications
You must be signed in to change notification settings - Fork 350
AN-386822: AuA ConsentPolicy metadata class #2017
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
base: master
Are you sure you want to change the base?
Conversation
"type": "string", | ||
"title": "Consent Policy status", | ||
"description": "Current status of consent policy from external system normalized to active, inactive, deleted, draft or revoked.", | ||
"enum": ["ENABLED", "DISABLED"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"definitions": { | ||
"consentpolicy": { | ||
"properties": { | ||
"xdm:consentPolicyName": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"xdm:name" - This is a member of the consentpolicy object, so the longer name is redundant.
"meta:titleId": "consentpolicy##xdm:description##title##2161", | ||
"meta:descriptionId": "consentpolicy##xdm:description##description##72001" | ||
}, | ||
"xdm:consentPolicyStatus": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"xdm:status" - This is a member of the consentpolicy object, so the longer name is redundant.
0a9ff4d
to
8844f41
Compare
7530861
to
5dfe8cf
Compare
5dfe8cf
to
e27e1a1
Compare
Please link to the issue #…