camaraproject / Commonalities

Repository to describe, develop, document and test the common guidelines and assets for CAMARA APIs
Apache License 2.0
12 stars 25 forks source link

Ambiguity in Guidelines regarding scope syntax #135

Closed Kevsy closed 8 months ago

Kevsy commented 8 months ago

Problem description Line 931 and 932 of Design Guidelines define scope syntax as follows:

Line 931 "kebab-case" implies lower kebab-case (also used in the image example following) Line 932 implies Upper Snake case for API_name followed by Upper Kebab-case

Expected behavior Line 932 to say:

Recommended Format: <api-name>-<resource>-<permission>

Kevsy commented 8 months ago

Fixed in #136

rartych commented 8 months ago

Closing as https://github.com/camaraproject/Commonalities/pull/136 is closed, and resolved within #57