Skip to content

Commit

Permalink
reframing user as author (#2463)
Browse files Browse the repository at this point in the history
Per comment in review, authors determine whether a spec is a single or multipart document. Those who consume the spec care more about the information itself and less (or not at all directly) about how it was assembled.
  • Loading branch information
earth2marsh authored Feb 16, 2021
1 parent d6443c1 commit 8b97717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA

### <a name="documentStructure"></a>Document Structure

An OpenAPI document MAY be made up of a single document or be divided into multiple, connected parts at the discretion of the user. In the latter case, [`Reference Objects`](#referenceObject) and [`Schema Object`](#schemaObject) `$ref` keywords are used.
An OpenAPI document MAY be made up of a single document or be divided into multiple, connected parts at the discretion of the author. In the latter case, [`Reference Objects`](#referenceObject) and [`Schema Object`](#schemaObject) `$ref` keywords are used.

It is RECOMMENDED that the root OpenAPI document be named: `openapi.json` or `openapi.yaml`.

Expand Down

0 comments on commit 8b97717

Please sign in to comment.