UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

54 lines (53 loc) 1.05 kB
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schema.stenci.la/CreativeWorkTypes.schema.json", "title": "CreativeWorkTypes", "description": "All type schemas that are derived from CreativeWork", "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "Article.schema.json" }, { "$ref": "AudioObject.schema.json" }, { "$ref": "Collection.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": "SoftwareApplication.schema.json" }, { "$ref": "SoftwareSourceCode.schema.json" }, { "$ref": "Table.schema.json" }, { "$ref": "VideoObject.schema.json" } ] }