schema

Node

Union type for all valid nodes.

Members

@id Type Description
stencila:Entity Entity The most simple compound (ie. non-atomic like `number`, `string` etc) type.
  null  
  boolean  
  integer  
  number  
  string  
  object  
  array  

Notes

  1. The order of these types is important because it determines the order of attempted coercion (ie. parsing and reshaping to arrays)

Available as

Source

This documentation was generated from Node.schema.yaml.