8000 GitHub - zsrinivas/schema at v0.45.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zsrinivas/schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stencila schemas, protocols and other specs

Build Code coverage Netlify Docs Community

This repository aims to document, and provide reference implementations for, the schemas, protocols and other specifications used in Stencila.

As much as possible, we use existing specifications, and avoid defining any new ones. External specifications that we currently use, or plan to use, include Apache Avro, JSON-LD, JSON-RPC, JSON-Schema, Schema.org, BioSchemas, CodeMeta and OpenSchemas. In many ways, this repository simply documents how these existing standards are utilised within Stencila.

Documentation

Documentation is available at https://schema.stenci.la/.

Language Specific Packages

Stencila Schema supports Python, R, and TypeScript with their respective packages. Depending on the language capabilities, these packages expose type definitions as well as utility functions for constructing valid Stencila Schema nodes. Each packages has its own documentation auto-generated, and they can be found at:

JSON Schema definitions

JSON Schemas are defined in the schema directory.

JSON-LD context

A JSON-LD @context is generated from the JSON Schema sources is available at https://schema.stenci.la/stencila.jsonld.

Typescript type definitions

Typescript type definitions are generated from the JSON Schema sources and can be used by installing the Node.js package:

npm install @stencila/schema --save

About

📑 Schema for structured, semantic, and executable documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 37.1%
  • Python 35.2%
  • TypeScript 26.4%
  • Other 1.3%
0