-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix quotes #3
Comments
The resource type (rt) is defined as: ['oic.r.acl']. ==> Resource Type (rt) Table C.4 – The Property definitions of the Resource with type 'rt' = ['oic.r.acl'] write code to remove the square brackets and do double quotes. |
Table C.7 – The CRUDN operations of the Resource with type 'rt' = ['oic.r.acl2'] |
fixed 'rt' ==> "rt" |
"rt" is in double quotes, the actual resource type itself is still in [] in the current commit. |
all quoting should be with double quotes not single quote
The text was updated successfully, but these errors were encountered: