You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,6 +430,8 @@ The 'type' tag determines how the content is provided (possible values are 'inli
430
430
If the type is 'inline' then the tag 'members' is the array of possible values. If the type is 'resource' or 'file' then the tag 'reference' is the file/resource that contains the list of values. Note: the list of possible values is required to be upper case and encoded in UTF-8.
431
431
432
432
#### Example
433
+
The following example is looking for elements from the Periodic Table. The list of valid entries is in a resource file named elements.csv.
434
+
433
435
```json
434
436
{
435
437
"semanticType": "CUSTOM.ELEMENTS",
@@ -443,9 +445,6 @@ If the type is 'inline' then the tag 'members' is the array of possible values.
0 commit comments