Skip to content

Commit 9b2280d

Browse files
committed
Improve README
1 parent 7ca2b61 commit 9b2280d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ The 'type' tag determines how the content is provided (possible values are 'inli
430430
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.
431431

432432
#### 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+
433435
```json
434436
{
435437
"semanticType": "CUSTOM.ELEMENTS",
@@ -443,9 +445,6 @@ If the type is 'inline' then the tag 'members' is the array of possible values.
443445
"type": "resource",
444446
"reference": "/elements.csv"
445447
},
446-
"documentation": [
447-
{ "source": "wikipedia", "reference": "https://en.wikipedia.org/wiki/Periodic_table" }
448-
],
449448
"backout": "\\\\p{IsAlphabetic}{1,2}"
450449
}
451450
```

0 commit comments

Comments
 (0)