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.
2 parents da637a0 + e324630 commit 00f4a86Copy full SHA for 00f4a86
src/json-schema-checks/meson.build
@@ -53,20 +53,19 @@ schemas = [
53
'simple-derivation.json',
54
],
55
},
56
- # # Not sure how to make subschema work
57
- # {
58
- # 'stem': 'derivation',
59
- # 'schema': schema_dir / 'derivation-v3.yaml#output',
60
- # 'files' : [
61
- # 'output-caFixedFlat.json',
62
- # 'output-caFixedNAR.json',
63
- # 'output-caFixedText.json',
64
- # 'output-caFloating.json',
65
- # 'output-deferred.json',
66
- # 'output-impure.json',
67
- # 'output-inputAddressed.json',
68
- # ],
69
- # },
+ {
+ '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',
+ ],
+ },
70
{
71
'stem' : 'deriving-path',
72
'schema' : schema_dir / 'deriving-path-v1.yaml',
0 commit comments