@stencila/schema
Version:
Stencila schema and other specifications
21 lines (20 loc) • 454 B
YAML
title: DatatableColumn
'@id': stencila:DatatableColumn
$extends: ../Thing.schema.yaml
role: secondary
status: experimental
properties:
meta:
description: Metadata for the column.
type: object
schema:
description: The schema to use to validate data in the column.
type: object
allOf:
- $ref: DatatableColumnSchema.schema.yaml
values:
description: The values of the column.
type: array
required:
- name
- values