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

fix quotes #3

Open
WAvdBeek opened this issue Feb 8, 2019 · 4 comments
Open

fix quotes #3

WAvdBeek opened this issue Feb 8, 2019 · 4 comments

Comments

@WAvdBeek
Copy link
Collaborator

WAvdBeek commented Feb 8, 2019

all quoting should be with double quotes not single quote

@WAvdBeek
Copy link
Collaborator Author

WAvdBeek commented Feb 8, 2019

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']
==> "rt"

write code to remove the square brackets and do double quotes.

@WAvdBeek
Copy link
Collaborator Author

WAvdBeek commented Feb 8, 2019

Table C.7 – The CRUDN operations of the Resource with type 'rt' = ['oic.r.acl2']
==> '"t" = "oic.r.acl2"

@WAvdBeek
Copy link
Collaborator Author

fixed 'rt' ==> "rt"

@marktrayer
Copy link
Contributor

"rt" is in double quotes, the actual resource type itself is still in [] in the current commit.

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

2 participants