-
Notifications
You must be signed in to change notification settings - Fork 9.2k
edit-filestruc-datatypes #1154
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
edit-filestruc-datatypes #1154
Conversation
RobDolinMS
left a comment
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.
All looks reasonable to me. Thanks @krishahn
versions/3.0.md
Outdated
| This is applicable for `$ref` fields in the specification as follows from the [JSON Schema](http://json-schema.org) definitions. | ||
|
|
||
| By convention, it is RECOMMENDED that the OpenAPI Specification (OAS) file be named `openapi.json` or `openapi.yaml`. | ||
| It is RECOMMENDED that the OpenAPI Specification (OAS) file be named following convention: `openapi.json` or `openapi.yaml`. |
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.
reads a little stiff to me. Suggest "named using convention openapi.json ... (without the colon).
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.
Per @darrelmiller this should be an Open API Definition File (OADF)
versions/3.0.md
Outdated
| This is applicable for `$ref` fields in the specification as follows from the [JSON Schema](http://json-schema.org) definitions. | ||
|
|
||
| By convention, it is RECOMMENDED that the OpenAPI Specification (OAS) file be named `openapi.json` or `openapi.yaml`. | ||
| It is RECOMMENDED that the OpenAPI Specification (OAS) file be named following convention: `openapi.json` or `openapi.yaml`. |
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.
Also, this page is the OpenAPI Specification. The openapi.json file is not the specification, it is the OpenAPI definition.
I suggest we define that as a term - "an OpenAPI definition is a document that describes an OpenAPI using the OAS".
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.
Use the phrase "OpenAPI definition file" with no acronym.
|
#TDC: Thumbs-up |
minor wordsmithing