Skip to content

Commit b153e13

Browse files
authored
Merge pull request #4060 from ralfhandl/3.0.4-fix-json-schema-reference
2 parents 4f1c33d + e37f640 commit b153e13

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
@@ -2643,7 +2643,7 @@ $ref: definitions.yaml#/Pet
26432643

26442644
The Schema Object allows the definition of input and output data types.
26452645
These types can be objects, but also primitives and arrays.
2646-
This object is an extended subset of the [JSON Schema Specification Draft Wright-00](https://json-schema.org/).
2646+
This object is an extended subset of the [[JSON-Schema-05|JSON Schema Specification Draft Wright-00]].
26472647

26482648
For more information about the keywords, see [JSON Schema Core](https://tools.ietf.org/html/draft-wright-json-schema-00) and [JSON Schema Validation](https://tools.ietf.org/html/draft-wright-json-schema-validation-00).
26492649
Unless stated otherwise, the keyword definitions follow those of JSON Schema and do not add any additional semantics.

0 commit comments

Comments
 (0)