Skip to content

Commit 445d76f

Browse files
committed
Rename "Schema" to "Objects and Fields"
1 parent 2c56b00 commit 445d76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Examples in this specification will be shown in YAML for brevity.
4949
All field names in the specification are **case sensitive**.
5050
This includes all fields that are used as keys in a map, except where explicitly noted that keys are **case insensitive**.
5151

52-
The [schema](#schema) exposes two types of fields: _fixed fields_, which have a declared name, and _patterned fields_, which have a declared pattern for the field name.
52+
OAS [Objects](#objects-and-fields) expose two types of fields: _fixed fields_, which have a declared name, and _patterned fields_, which have a declared pattern for the field name.
5353

5454
Patterned fields MUST have unique names within the containing object.
5555

@@ -75,7 +75,7 @@ Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown
7575
While the framing of CommonMark 0.27 as a minimum requirement means that tooling MAY choose to implement extensions on top of it, note that any such extensions are by definition implementation-defined and will not be interoperable.
7676
OpenAPI Description authors SHOULD consider how text using such extensions will be rendered by tools that offer only the minimum support.
7777

78-
## Schema
78+
## Objects and Fields
7979

8080
This section describes the structure of the OpenAPI Description format.
8181
This text is the only normative description of the format.

0 commit comments

Comments
 (0)