UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

17 lines (16 loc) 301 B
title: Table '@id': schema:Table $extends: ../CreativeWork.schema.yaml role: primary status: unstable description: A table. properties: rows: '@id': stencila:rows description: | Rows of cells in the table. type: array items: $ref: TableRow.schema.yaml required: - rows