From 2db3a4a8722112b277562b852c988b44cec86803 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Wed, 28 Aug 2024 09:54:12 +0200 Subject: [PATCH] Use same reference style as #4053 --- versions/3.0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.0.4.md b/versions/3.0.4.md index 9718082a50..2ceb225408 100644 --- a/versions/3.0.4.md +++ b/versions/3.0.4.md @@ -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 Wright Draft 00](https://json-schema.org/). +This object is an extended subset of the [JSON Schema Specification Draft Wright-00](https://json-schema.org/). 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.