summaryrefslogtreecommitdiffstats
path: root/src/test/resources/ModuleSchema.json
blob: 07a0a0370d1d48bf1627081a525584a241d42eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "schemas": {
    "schema": [
      {
        "identifier": "example-identifier",
        "version": "example-version",
        "format": "example-format",
        "namespace": "example:namespace",
        "location": [
          "example-location"
        ]
      }
    ]
  }
}