@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
64 lines (63 loc) • 1.22 kB
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/CreativeWorkTypes.schema.json",
"title": "CreativeWorkTypes",
"category": "works",
"description": "All type schemas that are derived from CreativeWork",
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Article.schema.json"
},
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "Claim.schema.json"
},
{
"$ref": "Collection.schema.json"
},
{
"$ref": "Comment.schema.json"
},
{
"$ref": "Datatable.schema.json"
},
{
"$ref": "Figure.schema.json"
},
{
"$ref": "ImageObject.schema.json"
},
{
"$ref": "MediaObject.schema.json"
},
{
"$ref": "Periodical.schema.json"
},
{
"$ref": "PublicationIssue.schema.json"
},
{
"$ref": "PublicationVolume.schema.json"
},
{
"$ref": "Review.schema.json"
},
{
"$ref": "SoftwareApplication.schema.json"
},
{
"$ref": "SoftwareSourceCode.schema.json"
},
{
"$ref": "Table.schema.json"
},
{
"$ref": "VideoObject.schema.json"
}
]
}