Skip to content

Commit b4aa48e

Browse files
committed
Further align, point to test suite
1 parent 0016a58 commit b4aa48e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

schemas/v3.0/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ ensure compliance.
1111
The iteration version of the JSON Schema can be found in the `id` field.
1212
For 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

1618
The 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
2728
npm install

schemas/v3.1/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2323
The 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
3433
npm install

0 commit comments

Comments
 (0)