summaryrefslogtreecommitdiffstats
path: root/tests/auto/partition/schemas/TestView.json
blob: 9f37750e31e21bd2ec165b1fc8d1f7162f8dfd9b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "extends": "View",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}