We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e01eb9 commit 415db7cCopy full SHA for 415db7c
python/test_json_metadata.py
@@ -10,7 +10,7 @@ def setup_ts():
10
"type": "object",
11
"name": "Individual metadata",
12
"properties": {"name": {"type": "string"},
13
- "phenotypes": {"type": "list"}},
+ "phenotypes": {"type": "array"}},
14
"additionalProperties": False,
15
})
16
return tables.tree_sequence()
0 commit comments