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