Skip to content

Commit 54a5911

Browse files
authored
typo: scheme -> schema
typo: scheme -> schema
1 parent 14cadcf commit 54a5911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ As with all links, it at the the clients' discretion to follow them, and permiss
18701870

18711871
### Example
18721872

1873-
The example below shows how relationships in the BitBucket API can be represented with the proposed OAI link scheme. This example uses `operationId` values to link responses to possible operations.
1873+
The example below shows how relationships in the BitBucket API can be represented with the link schema. This example uses `operationId` values to link responses to possible operations.
18741874

18751875
```yaml
18761876
paths:
@@ -2319,7 +2319,7 @@ The following properties are taken from the JSON Schema definition but their def
23192319
- format - See [Data Type Formats](#dataTypeFormat) for further details. While relying on JSON Schema's defined formats, the OAS offers a few additional predefined formats.
23202320
- default - The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided. Unlike JSON Schema, the value MUST conform to the defined type for the Schema Object defined at the same level. For example, of `type` is `string`, then `default` can be `"foo"`` but cannot be `1`.
23212321

2322-
Alternatively, any time a Scheme Object can be used, a [Reference Object](#referenceObject) can be used in its place. This allows referencing definitions in place of defining them inline.
2322+
Alternatively, any time a Schema Object can be used, a [Reference Object](#referenceObject) can be used in its place. This allows referencing definitions in place of defining them inline.
23232323

23242324
Additional properties defined by the JSON Schema specification that are not mentioned here are strictly unsupported.
23252325

0 commit comments

Comments
 (0)