summaryrefslogtreecommitdiffstats
path: root/tests/auto/partition/schemas/address.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/partition/schemas/address.json')
-rw-r--r--tests/auto/partition/schemas/address.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/partition/schemas/address.json b/tests/auto/partition/schemas/address.json
new file mode 100644
index 00000000..76f5bdce
--- /dev/null
+++ b/tests/auto/partition/schemas/address.json
@@ -0,0 +1,17 @@
+{
+ "type": "object",
+ "properties": {
+ "name": {
+ "properties": {
+ "street": {
+ "indexed": true,
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ }
+ }
+ }
+}
+