UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

15 lines (14 loc) 280 B
title: Datatable '@id': stencila:Datatable $extends: ../CreativeWork.schema.yaml role: primary status: experimental description: A table of data. properties: columns: description: TODO type: array items: $ref: DatatableColumn.schema.yaml required: - columns