Skip to content

Commit 6b208f0

Browse files
committed
Enumerating the key for subtypes
1 parent d5202de commit 6b208f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/web-service/example_columns.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
"name": "subtypes",
3434
"type": "MAP",
3535
"subtype": "STRING",
36-
"description": "Contains two keys: field_A and field_B whose values are randomly chosen from: foo, bar, baz, qux, quux, norf"
36+
"description": "Contains two keys whose values are randomly chosen from: foo, bar, baz, qux, quux, norf",
37+
"enumerations": [
38+
{"name": "field_A", "description": "Value randomly chosen from: foo, bar, baz, qux, quux, norf"},
39+
{"name": "field_B", "description": "Value randomly chosen from: foo, bar, baz, qux, quux, norf"}
40+
]
3741
},
3842
{
3943
"name": "tags",

0 commit comments

Comments
 (0)