-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create Camara-OAS-Sections-Guidelines.md #317
base: main
Are you sure you want to change the base?
Changes from 1 commit
a1af8e8
5b341b4
f2bb086
707dcdc
ae1cec9
cfa4ba9
ca98362
7975033
0d16b91
191dfe1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ info: | |
Title describes the API shortly. The title shall not include the term "API" in it. | ||
|
||
#### Description | ||
Description should provide a slightly longer description of the API as compared to the title. | ||
No special restrictions specified in Camara. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the description shall include the user documentation for the API. |
||
|
||
#### Version | ||
APIs shall use the [versioning-format](https://lf-camaraproject.atlassian.net/wiki/x/3yLe) as specified by the release management working group. | ||
|
@@ -104,3 +104,5 @@ For the below example, the API-name would be location-verification. | |
API-Version shall be same as the [Version](#version) in the info object. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shall be a "v" concatenated with the MAJOR version number of the version field in the info object. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should probably reference the section on API versioning in the API design guidelines |
||
|
||
### Paths | ||
No special restrictions or changes specified in Camara. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will this be added to the end of the API Guidelines where there is a section on the OAS specification ? else this risks to create duplication / divergence |
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.
I think "Title" should be the "formal" (or "friendly") name of the API, rather than a free text description. Ideally, this name would also documented by API Backlog, though this table would need to be updated as it is currently sub-project rather than API centric.
"Formal" names will be important for marketing purposes. Whilst we can be sure all implementations will use, for example, the name
/number-verification
within the path, we cannot be sure that the associated implementation documentation will use the name "Number Verification".