Skip to content
Snippets Groups Projects
Commit c3ef90d7 authored by Krzysztof Leśniak's avatar Krzysztof Leśniak
Browse files

use 'schema.json' instead of 'json.schema' in filenames

parent b9cdeaef
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -14,10 +14,10 @@
- json_file_validator: {jsonpath_mini: "result", comparator: "json_compare", expected: {template: '$api/$method'}}
- validator_schema_json: &validator_schema_json
- json_schema: {schema: {file: {template: '$method.json.schema'}}}
- json_schema: {schema: {file: {template: '$method.schema.json'}}}
- validator_schema_gen: &validator_schema_gen
- json_schema_generate: {schema_file: '$api/$method.json.schema', output_file: '$api/$method.json.out'}
- json_schema_generate: {schema_file: '$api/$method.schema.json', output_file: '$api/$method.out.json'}
- base_test: &base_test
- generator_binds:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment