diff options
Diffstat (limited to 'tests/auto/partition/schemas/TestView.json')
-rw-r--r-- | tests/auto/partition/schemas/TestView.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/partition/schemas/TestView.json b/tests/auto/partition/schemas/TestView.json new file mode 100644 index 0000000..9f37750 --- /dev/null +++ b/tests/auto/partition/schemas/TestView.json @@ -0,0 +1,10 @@ +{ + "type": "object", + "extends": "View", + "properties": { + "name": { + "type": "string" + } + } +} + |