Skip to content

Commit b6e7204

Browse files
handrewsralfhandl
andcommitted
Make Object names links (review feedback)
Co-authored-by: Ralf Handl <[email protected]>
1 parent deebfd0 commit b6e7204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3707,7 +3707,7 @@ Serializing typed data to plain text, which can occur in `text/plain` message bo
37073707
Schema Objects validate data based on the [JSON Schema data model](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-4.2.1), which only recognizes four primitive data types: strings (which are UTF-8 except in [extremely limited circumstances](https://datatracker.ietf.org/doc/html/rfc8259#section-8.1)), numbers, booleans, and `null`.
37083708
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.
37093709

3710-
The Parameter and Encoding Objects offer features to control how to arrange values from array or object types.
3710+
The [Parameter Object](#parameterObject) and [Encoding Object](#encodingObject) offer features to control how to arrange values from array or object types.
37113711
They can also be used to control how strings are further encoded to avoid reserved or illegal characters.
37123712
However, there is no general-purpose specification for converting schema-validated non-UTF-8 primitive data types (or entire arrays or objects) to strings.
37133713

0 commit comments

Comments
 (0)