Skip to content

Commit 50cbb04

Browse files
committed
Aligned JSON Schema URLs
1 parent 7d7f69d commit 50cbb04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,8 +3972,8 @@ Two examples of this:
39723972
OpenAPI description documents use JSON, YAML, and JSON Schema, and therefore share their security considerations:
39733973
- [JSON](https://www.iana.org/assignments/media-types/application/json)
39743974
- [YAML](https://www.iana.org/assignments/media-types/application/yaml)
3975-
- [JSON Schema Core](https://datatracker.ietf.org/doc/html/draft-wright-json-schema-00#section-10)
3976-
- [JSON Schema Validation](https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-8)
3975+
- [JSON Schema Core](https://tools.ietf.org/html/draft-wright-json-schema-00#section-10)
3976+
- [JSON Schema Validation](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#section-8)
39773977

39783978
### Tooling and Usage Scenarios
39793979

@@ -4013,7 +4013,7 @@ Version | Date | Notes
40134013

40144014
Serializing typed data to plain text, which can occur in `text/plain` message bodies or `multipart` parts, as well as in the `application/x-www-form-urlencoded` format in either URL query strings or message bodies, involves significant implementation- or application-defined behavior.
40154015

4016-
Schema Objects validate data based on the [JSON Schema data model](https://datatracker.ietf.org/doc/html/draft-wright-json-schema-00#section-4.2), which only recognizes four primitive data types: strings (which are [only broadly interoperable as UTF-8](https://datatracker.ietf.org/doc/html/rfc7159#section-8.1)), numbers, booleans, and `null`.
4016+
Schema Objects validate data based on the [JSON Schema data model](https://tools.ietf.org/html/draft-wright-json-schema-00#section-4.2), which only recognizes four primitive data types: strings (which are [only broadly interoperable as UTF-8](https://datatracker.ietf.org/doc/html/rfc7159#section-8.1)), numbers, booleans, and `null`.
40174017
Notably, integers are not a distinct type from other numbers, with `type: integer` being a convenience defined mathematically, rather than based on the presence or absence of a decimal point in any string representation.
40184018

40194019
The [Parameter Object](#parameterObject), [Header Object](#headerObject) and [Encoding Object](#encodingObject) offer features to control how to arrange values from array or object types.

0 commit comments

Comments
 (0)