We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c69c7 commit e324630Copy full SHA for e324630
src/json-schema-checks/meson.build
@@ -46,20 +46,19 @@ schemas = [
46
'simple-derivation.json',
47
],
48
},
49
- # # Not sure how to make subschema work
50
- # {
51
- # 'stem': 'derivation',
52
- # 'schema': schema_dir / 'derivation-v3.yaml#output',
53
- # 'files' : [
54
- # 'output-caFixedFlat.json',
55
- # 'output-caFixedNAR.json',
56
- # 'output-caFixedText.json',
57
- # 'output-caFloating.json',
58
- # 'output-deferred.json',
59
- # 'output-impure.json',
60
- # 'output-inputAddressed.json',
61
- # ],
62
- # },
+ {
+ 'stem' : 'derivation',
+ 'schema' : schema_dir / 'derivation-v3.yaml#/$defs/output',
+ 'files' : [
+ 'output-caFixedFlat.json',
+ 'output-caFixedNAR.json',
+ 'output-caFixedText.json',
+ 'output-caFloating.json',
+ 'output-deferred.json',
+ 'output-impure.json',
+ 'output-inputAddressed.json',
+ ],
+ },
63
{
64
'stem' : 'deriving-path',
65
'schema' : schema_dir / 'deriving-path-v1.yaml',
0 commit comments