@stencila/schema
Version:
Stencila schema and other specifications
16 lines (15 loc) • 319 B
YAML
title: TableRow
'@id': stencila:TableRow
$extends: ../Thing.schema.yaml
role: secondary
status: experimental
description: A row within a Table.
properties:
cells:
'@id': stencila:cells
description: An array of cells in the row.
type: array
items:
$ref: TableCell.schema.yaml
required:
- cells