Skip to content

Commit

Permalink
Merge pull request #4060 from ralfhandl/3.0.4-fix-json-schema-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Aug 31, 2024
2 parents 4f1c33d + e37f640 commit b153e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@ $ref: definitions.yaml#/Pet

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

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).
Unless stated otherwise, the keyword definitions follow those of JSON Schema and do not add any additional semantics.
Expand Down

0 comments on commit b153e13

Please sign in to comment.