aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/table-array-many.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/table-array-many.json')
-rw-r--r--tests/valid/table-array-many.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/valid/table-array-many.json b/tests/valid/table-array-many.json
deleted file mode 100644
index 84df2da..0000000
--- a/tests/valid/table-array-many.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "people": [
- {
- "first_name": {"type": "string", "value": "Bruce"},
- "last_name": {"type": "string", "value": "Springsteen"}
- },
- {
- "first_name": {"type": "string", "value": "Eric"},
- "last_name": {"type": "string", "value": "Clapton"}
- },
- {
- "first_name": {"type": "string", "value": "Bob"},
- "last_name": {"type": "string", "value": "Seger"}
- }
- ]
-}