Skip to content

Commit

Permalink
ISSUE #5: Enable primitive schema mapping
Browse files Browse the repository at this point in the history
Take schemas from mapping use a default schema
  • Loading branch information
lyubick committed Dec 6, 2023
1 parent 2b415fd commit d4f19c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ jobs:
with:
json-schema-file: test/schema/json_schema.json
yaml-json-file-dir: test/emptyJSONs,test/emptyYAMLSs
schema-mapping:
- test/emptyJSONs:test/schema/json_schema.json
- test/emptyYAMLSs:test/schema/json_schema.json
schema-mapping: "test/emptyJSONs:test/schema/json_schema.json,test/emptyYAMLSs:test/schema/json_schema.json"

0 comments on commit d4f19c8

Please sign in to comment.