Opened 8 years ago
Closed 8 years ago
#41734 closed defect (bug) (fixed)
Specify JSON schema version used instead of indicating the latest version is supported.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | REST API | Keywords: | has-patch commit |
Focuses: | rest-api | Cc: |
Description
Specify the $schema
version as latest has been deprecated: https://github.com/json-schema-org/json-schema-spec/issues/216.
Beyond the fact that it is deprecated, this causes issues since core does not support v6 for example the way exclusiveMinimums work in v6 breaks v4.
Attachments (1)
Change History (8)
This ticket was mentioned in Slack in #core-restapi by timothybjacobs. View the logs.
8 years ago
This ticket was mentioned in Slack in #core-restapi by timothybjacobs. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
+1
We've been lazy in our definition of JSON Schema to date, so it's worthwhile to be more formal about it.