@stencila/schema
Version:
Stencila schema and other specifications
24 lines (23 loc) • 624 B
YAML
type: Organization
address:
- '12 Random Road, Random Town, Aotearoa'
# Incorrect type. Expected "string".
brands:
- logo:
- https://stenci.la/img/icons/stencil-machine.svg
review: 4567
contactPoints:
- type: ContactPoint
availableLanguages: 'English'
email: 'english@email.com'
telephone: (00)64-9775673
departments: Computer Science
# Incorrect type. Expected "array".
emails:
- mailto:organization@organization.com
# Property emails is not allowed.
funders:
- simple.person.yaml
# Incorrect type. Expected "object".
legalName: _o6794-7485
#String does not match the pattern of '[a-zA-Z]'.