We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee22daa commit 8faaa55Copy full SHA for 8faaa55
template/src/data/examples/valid/{{main_schema_class}}-001.yaml.jinja
@@ -1,7 +1,6 @@
1
-# Example data object
+# Example for a valid data object
2
---
3
-entries:
4
- - id: example:{{main_schema_class}}001
5
- name: foo bar
6
- primary_email: foo.bar@example.com
7
- age_in_years: 33
+id: "001"
+name: foo bar
+primary_email: foo.bar@example.com
+age_in_years: 33
0 commit comments