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.
11
11
The iteration version of the JSON Schema can be found in the ` id ` field.
12
12
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.
13
13
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.
15
17
16
18
The TSC will then:
17
19
- Run tests on the updated schema
18
20
- Update the iteration version
19
- - Convert the ` schema.yaml ` to ` schema.json `
20
21
- Publish the new version
21
22
22
23
## Tests
23
24
24
- The test suite is part of this package.
25
+ The [ test suite] ( ../../tests/v3.0 ) is part of this package.
25
26
26
27
``` bash
27
28
npm install
Original file line number Diff line number Diff line change @@ -18,17 +18,16 @@ that all schemas use the default OAS base vocabulary.
18
18
19
19
## Contributing
20
20
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 .
22
22
23
23
The TSC will then:
24
24
- Run tests on the updated schema
25
25
- Update the iteration version
26
- - Convert the ` schema.yaml ` to ` schema.json `
27
26
- Publish the new version
28
27
29
28
## Tests
30
29
31
- The test suite is part of this package.
30
+ The [ test suite] ( ../../tests/v3.1 ) is part of this package.
32
31
33
32
``` bash
34
33
npm install
You can’t perform that action at this time.
0 commit comments