Skip to content

Commit 5573dc6

Browse files
committed
Schema Object does not have $ref in 3.0
1 parent 32c92aa commit 5573dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA
146146

147147
### <a name="documentStructure"></a>OpenAPI Description Structure
148148

149-
An OpenAPI Description (OAD) 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 Object](#referenceObject), [Path Item Object](#pathItemObject) and [Schema Object](#schemaObject) `$ref` keywords, as well as the [Link Object](#linkObject) `operationRef` keyword, are used. In a multi-document description, the document containing the [OpenAPI Object](#oasObject) is known as the **entry OpenAPI document.**
149+
An OpenAPI Description (OAD) 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 Object](#referenceObject) and [Path Item Object](#pathItemObject) `$ref` keywords, as well as the [Link Object](#linkObject) `operationRef` keyword, are used. In a multi-document description, the document containing the [OpenAPI Object](#oasObject) is known as the **entry OpenAPI document.**
150150

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

0 commit comments

Comments
 (0)