Skip to content

Commit c39a142

Browse files
authored
Update README.md
1 parent 6b18fdd commit c39a142

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ You can have multiple input and output fields, and each field can be of the type
4747
| `date` | A date value. | `startDate:date` | `"2023-10-01"` |
4848
| `datetime` | A date and time value. | `createdAt:datetime` | `"2023-10-01T12:00:00Z"` |
4949
| `class "class1,class2"` | A classification of items. | `category:class` | `["class1", "class2", "class3"]` |
50-
| `JSON` | A JSON object. | `userProfile:JSON` | `{"key": "value"}` |
5150
| `string[]` | An array of strings. | `tags:string[]` | `["example1", "example2"]` |
5251
| `number[]` | An array of numbers. | `scores:number[]` | `[1, 2, 3]` |
5352
| `boolean[]` | An array of boolean values. | `permissions:boolean[]` | `[true, false, true]` |
5453
| `date[]` | An array of dates. | `holidayDates:date[]` | `["2023-10-01", "2023-10-02"]` |
5554
| `datetime[]` | An array of date and time values. | `logTimestamps:datetime[]` | `["2023-10-01T12:00:00Z", "2023-10-02T12:00:00Z"]` |
56-
| `JSON[]` | An array of JSON objects. | `userProfiles:JSON[]` | `[{"key1": "value1"}, {"key2": "value2"}]` |
5755
| `class[] "class1,class2"` | Multiple classes | `categories:class[]` | `["class1", "class2", "class3"]` |
5856

5957

0 commit comments

Comments
 (0)