Skip to content

Commit 114202c

Browse files
authored
fix: dont point to latest json schema
fixes #330
1 parent 113f1ce commit 114202c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
354354

355355
A simple object to allow referencing other components in the specification, internally and externally.
356356

357-
The Reference Object is defined by [JSON Schema](https://json-schema.org/latest/json-schema-core.html#rfc.section.8.3) and follows the same structure, behavior and rules.
357+
The Reference Object is defined by [JSON Schema](https://json-schema.org/draft-07/json-schema-core.html#rfc.section.8.3) and follows the same structure, behavior and rules.
358358

359359
Field Name | Type | Description
360360
---|:---:|---

0 commit comments

Comments
 (0)