Skip to content

Commit

Permalink
fix default example to be a collection of entries
Browse files Browse the repository at this point in the history
This fixes linkml-validate issue that failed with Unknown arguments linkml/linkml#1495
  • Loading branch information
cpauvert authored Jun 13, 2023
1 parent a488d41 commit a9a713a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Example data object
---
id: example:{{cookiecutter.main_schema_class}}001
name: foo bar
primary_email: [email protected]
age_in_years: 33
entries:
- id: example:{{cookiecutter.main_schema_class}}001
name: foo bar
primary_email: [email protected]
age_in_years: 33

0 comments on commit a9a713a

Please sign in to comment.