UNPKG

@stencila/schema

Version:

Extensions to schema.org to support semantic, composable, parameterize-able and executable documents

85 lines (84 loc) 1.77 kB
{ "title": "InlineContent", "category": "text", "status": "stable", "description": "Union type for valid inline content.", "$comment": "The order of these types is important because it determines the\norder of attempted coercion (this is particularly important for primitive types).\n", "anyOf": [ { "$ref": "AudioObject.schema.json" }, { "$ref": "Cite.schema.json" }, { "$ref": "CiteGroup.schema.json" }, { "$ref": "CodeExpression.schema.json" }, { "$ref": "CodeFragment.schema.json" }, { "$ref": "Delete.schema.json" }, { "$ref": "Emphasis.schema.json" }, { "$ref": "ImageObject.schema.json" }, { "$ref": "Link.schema.json" }, { "$ref": "MathFragment.schema.json" }, { "$ref": "NontextualAnnotation.schema.json" }, { "$ref": "Note.schema.json" }, { "$ref": "Parameter.schema.json" }, { "$ref": "Quote.schema.json" }, { "$ref": "Strong.schema.json" }, { "$ref": "Subscript.schema.json" }, { "$ref": "Superscript.schema.json" }, { "$ref": "VideoObject.schema.json" }, { "$ref": "Null.schema.json" }, { "$ref": "Boolean.schema.json" }, { "$ref": "Integer.schema.json" }, { "$ref": "Number.schema.json" }, { "$ref": "String.schema.json" } ], "file": "InlineContent.schema.yaml", "children": [], "descendants": [], "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schema.stenci.la/v1/InlineContent.schema.json", "source": "https://github.com/stencila/schema/blob/master/schema/InlineContent.schema.yaml" }