@stencila/schema
Version:
Stencila schema and other specifications
37 lines (36 loc) • 1.85 kB
JSON
{
"yaml.schemas": {
"https://json-schema.org/draft-07/schema": "*.schema.yaml",
"./built/Article.schema.json": "*.article.yaml",
"./built/AudioObject.schema.json": "*audioObject.yaml",
"./built/Brand.schema.json": "*.brand.yaml",
"./built/ContactPoint.schema.json": "*.contactPoint.yaml",
"./built/CreativeWork.schema.json": "*.creativeWork.yaml",
"./built/Collection.schema.json": "collection.*.yaml",
"./built/Datatable.schema.json": "*.datatable.yaml",
"./built/DatatableColumn.json": "*.datatableColumn.yaml",
"./built/Document.schema.json": "*.document.yaml",
"./built/Environment.schema.json": "*.environ.yaml",
"./built/Heading.schema.json": "*.heading.yaml",
"./built/ImageObject.schema.json": "*.imageObject.yaml",
"./built/Include.schema.json": "*.include.yaml",
"./built/MediaObject.schema.json": "*mediaObject.yaml",
"./built/Mount.schema.json": "*.mount.yaml",
"./built/Organization.schema.json": "*.organization.yaml",
"./built/Package.schema.json": "*.package.yaml",
"./built/Paragraph.schema.json": "*.paragraph.yaml",
"./built/Person.schema.json": "*.person.yaml",
"./built/Product.schema.json": "*.product.yaml",
"./built/Resource.schema.json": "*.resource.yaml",
"./built/Session.schema.json": "*.session.yaml",
"./built/Sheet.schema.json": "*.sheet.yaml",
"./built/SoftwareApplication.schema.json": "*.softwareApplication.yaml",
"./built/SoftwareSession.schema.json": "*.softwareSession.yaml",
"./built/SoftwareSourceCode.json": "*.softwareSourceCode.yaml",
"./built/Table.schema.json": "*.table.yaml",
"./built/TableCell.schema.json": "*.tableCell.yaml",
"./built/TableRow.schema.json": "*.tableRow.yaml",
"./built/VideoObject.schema.json": "*videoObject.yaml"
},
"cSpell.words": ["stencila"]
}