blob: a348041ace24a12a0a7ef5f3e2fb9065c620e24e [file] [log] [blame]
file: {
filename: "foo.json"
encoding: "json"
form: string | *""
// extensions[".json"]
form: "schema"
} & json
// tags maps command line tags to file properties.
json: {
encoding: "json"
form: _
if form == "schema" {
interpretations: *"jsonschema" | _
}
}