Skip to content

Commit 00f4a86

Browse files
authored
Merge pull request #14400 from obsidiansystems/json-schema-derivation-output
Enable JSON schema testing for derivation outputs
2 parents da637a0 + e324630 commit 00f4a86

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

src/json-schema-checks/meson.build

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,19 @@ schemas = [
5353
'simple-derivation.json',
5454
],
5555
},
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-
# },
56+
{
57+
'stem' : 'derivation',
58+
'schema' : schema_dir / 'derivation-v3.yaml#/$defs/output',
59+
'files' : [
60+
'output-caFixedFlat.json',
61+
'output-caFixedNAR.json',
62+
'output-caFixedText.json',
63+
'output-caFloating.json',
64+
'output-deferred.json',
65+
'output-impure.json',
66+
'output-inputAddressed.json',
67+
],
68+
},
7069
{
7170
'stem' : 'deriving-path',
7271
'schema' : schema_dir / 'deriving-path-v1.yaml',

0 commit comments

Comments
 (0)