Skip to content

Commit

Permalink
fix: smal fixes in examples and getting ready for rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Pawlik committed Mar 27, 2019
1 parent c6ba53f commit c7e2eb1
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/brand/invalid.brand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ logo:
# Incorrect type. Expected URI
review:
- https://stenci.la/review.html
# Incorrect type. Expected a string
# Incorrect type. Expected "string".
2 changes: 1 addition & 1 deletion examples/brand/simple.brand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ type: Brand
logo:
- https://stenci.la/img/icons/stencil-machine.svg
review:
- "Awful. Broke my computer and research."
"Awful. Broke my computer and research."
34 changes: 34 additions & 0 deletions examples/organization/invalid.organization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
type: Organization
address:
- "12 Random Road, Random Town, Aotearoa"
brand:
logo:
- https://stenci.la/img/icons/stencil-machine.svg
review:
- "Awful. Broke my computer and research."
contactPoint:
availableLanguages:
- "English"
- "French"
emails:
- "english@email.com"
- "french@email.com"
telephone:
- "00649775673"
productSupported:
- brand:
- logo:
- https://stenci.la/img/icons/stencil-machine.svg
- review:
- "Awful. Broke my computer and research."
- productID:
- "45754gjd"
department:
- organization:
- department.organization.yaml
email:
- organization@organization.com
funders:
- simple.person.yaml
legalName:
- "University of Life"
13 changes: 11 additions & 2 deletions examples/organization/simple.organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ contactPoint:
telephone:
- "00649775673"
productSupported:
- brand:
- type:
brand
- logo:
- https://stenci.la/img/icons/stencil-machine.svg
- review:
Expand All @@ -29,6 +30,14 @@ department:
email:
- organization@organization.com
funders:
- simple.person.yaml
- type: Person
givenNames:
- John
- Tom
familyNames:
- Smith
emails:
- john.smith@example.com
honorificPrefix: Dr
legalName:
- "University of Life"

0 comments on commit c7e2eb1

Please sign in to comment.