Skip to content

Commit 8faaa55

Browse files
committed
Fix valid example
1 parent ee22daa commit 8faaa55

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Example data object
1+
# Example for a valid data object
22
---
3-
entries:
4-
- id: example:{{main_schema_class}}001
5-
name: foo bar
6-
primary_email: [email protected]
7-
age_in_years: 33
3+
id: "001"
4+
name: foo bar
5+
primary_email: [email protected]
6+
age_in_years: 33

0 commit comments

Comments
 (0)