Skip to content

Commit 45cb4c4

Browse files
authored
Merge pull request #5796 from uinstinct/dev-data-reference
docs: specify the schema versions in dev data reference
2 parents 717428a + 505d22d commit 45cb4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Destinations to which [development data](./customize/deep-dives/development-data
406406
- `destination` (**required**): The destination/endpoint that will receive the data. Can be:
407407
- an HTTP endpoint that will receive a POST request with a JSON blob
408408
- a file URL to a directory in which events will be dumpted to `.jsonl` files
409-
- `schema` (**required**): the schema version of the JSON blobs to be sent
409+
- `schema` (**required**): the schema version of the JSON blobs to be sent. Options include `0.1.0` and `0.2.0`
410410
- `events`: an array of event names to include. Defaults to all events if not specified.
411411
- `level`: a pre-defined filter for event fields. Options include `all` and `noCode`; the latter excludes data like file
412412
contents, prompts, and completions. Defaults to `all`

0 commit comments

Comments
 (0)