File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -87,22 +87,27 @@ Once a specification document has been published, neither the document (save for
87
87
88
88
### Meta-schemas
89
89
90
- A release meta-schema will be published under the same path using ` schema ` as the file name.
90
+ A release meta-schema will be published under the same path using ` schema.json ` as the file name.
91
91
92
92
```
93
- https://json-schema.org/1/2025/schema
93
+ https://json-schema.org/1/2025/schema.json
94
94
```
95
95
96
- The meta-schema for the latest release in a version will also be published under the version path with ` schema ` as the file name.
96
+ The website will also be configured to:
97
97
98
- ```
99
- https://json-schema.org/1/schema
100
- ```
98
+ - serve the meta-schema from its release folder
99
+ ```
100
+ https://json-schema.org/1/2025/
101
+ ```
102
+ - serve the meta-schema for the latest release in a version from its version folder
103
+ ```
104
+ https://json-schema.org/1/
105
+ ```
101
106
102
107
The latest-release meta-schemas will be updated with proposals as indicated by the [ Proposal section] ( #proposal ) of this document.
103
108
104
109
``` diff
105
- @@ These are merely publication URLs. The specification will define the `$id` values for the meta-schemas. @@
110
+ @@ These are only publication and availability URLs. The specification will define the `$id` values for the meta-schemas. @@
106
111
```
107
112
108
113
## Feature Life Cycle
You can’t perform that action at this time.
0 commit comments