Skip to content

Commit

Permalink
example: invalid contactPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Pawlik committed Mar 27, 2019
1 parent 29f4e09 commit c6ba53f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/contactPoint/invalid.contactPoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ telephone:
productSupported:
- brand:
- logo:
- https://stenci.la/img/icons/stencil-machine.svg
- example.com/logo
#Incorrect type. Expected an URI.
- review:
- "Awful. Broke my computer and research."
- 22
#Incorrect type. Expected a string.
- productID:
- "45754gjd"
- _456
#Incorrect type. Expected a string.

0 comments on commit c6ba53f

Please sign in to comment.