File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,18 @@ ensure compliance.
1111The iteration version of the JSON Schema can be found in the ` id ` field.
1212For example, the value of ` id: https://spec.openapis.org/oas/3.0/schema/2019-04-02 ` means this iteration was created on April 2nd, 2019.
1313
14- To submit improvements to the schema, modify the ` schema.yaml ` file only.
14+ ## Contributing
15+
16+ To submit improvements to the schema, modify the ` schema.yaml ` and add test cases for your changes.
1517
1618The TSC will then:
1719- Run tests on the updated schema
1820- Update the iteration version
19- - Convert the ` schema.yaml ` to ` schema.json `
2021- Publish the new version
2122
2223## Tests
2324
24- The test suite is part of this package.
25+ The [ test suite] ( ../../tests/v3.0 ) is part of this package.
2526
2627``` bash
2728npm install
Original file line number Diff line number Diff line change @@ -18,17 +18,16 @@ that all schemas use the default OAS base vocabulary.
1818
1919## Contributing
2020
21- To submit improvements to the schema, modify the ` schema.yaml ` file only .
21+ To submit improvements to the schema, modify the ` schema.yaml ` and add test cases for your changes .
2222
2323The TSC will then:
2424- Run tests on the updated schema
2525- Update the iteration version
26- - Convert the ` schema.yaml ` to ` schema.json `
2726- Publish the new version
2827
2928## Tests
3029
31- The test suite is part of this package.
30+ The [ test suite] ( ../../tests/v3.1 ) is part of this package.
3231
3332``` bash
3433npm install
You can’t perform that action at this time.
0 commit comments