summaryrefslogtreecommitdiff
path: root/tests/mime-detection/schema.json
blob: 5ee3ed6c4ccd89abcb6230da5e92d6212ebc7fb7 (plain)
1
2
3
4
5
6
{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
        "foo": {"type": "string"}
    }
}