Skip to content

Commit ef7ff16

Browse files
authoredJun 13, 2023
Merge pull request #72 from cpauvert/main
fix default example to be a collection of entries
2 parents a488d41 + a9a713a commit ef7ff16

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Example data object
22
---
3-
id: example:{{cookiecutter.main_schema_class}}001
4-
name: foo bar
5-
primary_email: foo.bar@example.com
6-
age_in_years: 33
3+
entries:
4+
- id: example:{{cookiecutter.main_schema_class}}001
5+
name: foo bar
6+
primary_email: foo.bar@example.com
7+
age_in_years: 33

0 commit comments

Comments
 (0)
Please sign in to comment.