UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

216 lines (215 loc) 3.82 kB
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schema.stenci.la/EntityTypes.schema.json", "title": "EntityTypes", "description": "All type schemas that are derived from Entity", "anyOf": [ { "$ref": "Entity.schema.json" }, { "$ref": "ArrayValidator.schema.json" }, { "$ref": "Article.schema.json" }, { "$ref": "AudioObject.schema.json" }, { "$ref": "BooleanValidator.schema.json" }, { "$ref": "Brand.schema.json" }, { "$ref": "Cite.schema.json" }, { "$ref": "CiteGroup.schema.json" }, { "$ref": "Code.schema.json" }, { "$ref": "CodeBlock.schema.json" }, { "$ref": "CodeChunk.schema.json" }, { "$ref": "CodeError.schema.json" }, { "$ref": "CodeExpression.schema.json" }, { "$ref": "CodeFragment.schema.json" }, { "$ref": "Collection.schema.json" }, { "$ref": "ConstantValidator.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "Datatable.schema.json" }, { "$ref": "DatatableColumn.schema.json" }, { "$ref": "Date.schema.json" }, { "$ref": "Delete.schema.json" }, { "$ref": "Emphasis.schema.json" }, { "$ref": "EnumValidator.schema.json" }, { "$ref": "Figure.schema.json" }, { "$ref": "Function.schema.json" }, { "$ref": "Grant.schema.json" }, { "$ref": "Heading.schema.json" }, { "$ref": "ImageObject.schema.json" }, { "$ref": "Include.schema.json" }, { "$ref": "IntegerValidator.schema.json" }, { "$ref": "Link.schema.json" }, { "$ref": "List.schema.json" }, { "$ref": "ListItem.schema.json" }, { "$ref": "Mark.schema.json" }, { "$ref": "Math.schema.json" }, { "$ref": "MathBlock.schema.json" }, { "$ref": "MathFragment.schema.json" }, { "$ref": "MediaObject.schema.json" }, { "$ref": "MonetaryGrant.schema.json" }, { "$ref": "NumberValidator.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Paragraph.schema.json" }, { "$ref": "Parameter.schema.json" }, { "$ref": "Periodical.schema.json" }, { "$ref": "Person.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "PublicationIssue.schema.json" }, { "$ref": "PublicationVolume.schema.json" }, { "$ref": "Quote.schema.json" }, { "$ref": "QuoteBlock.schema.json" }, { "$ref": "SoftwareApplication.schema.json" }, { "$ref": "SoftwareEnvironment.schema.json" }, { "$ref": "SoftwareSession.schema.json" }, { "$ref": "SoftwareSourceCode.schema.json" }, { "$ref": "StringValidator.schema.json" }, { "$ref": "Strong.schema.json" }, { "$ref": "Subscript.schema.json" }, { "$ref": "Superscript.schema.json" }, { "$ref": "Table.schema.json" }, { "$ref": "TableCell.schema.json" }, { "$ref": "TableRow.schema.json" }, { "$ref": "ThematicBreak.schema.json" }, { "$ref": "Thing.schema.json" }, { "$ref": "TupleValidator.schema.json" }, { "$ref": "Variable.schema.json" }, { "$ref": "VideoObject.schema.json" }, { "$ref": "VolumeMount.schema.json" } ] }