Skip to content

Commit

Permalink
fix(DatatableColumn): Extend Thing to have name property
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jul 25, 2019
1 parent 395f3b6 commit d97c997
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/DatatableColumn.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
title: DatatableColumn
'@id': stencila:DatatableColumn
extends: Entity
extends: Thing
role: secondary
status: experimental
properties:
schema:
description: The schema to use to validate data in the column.
type: object
allOf:
- $ref: DatatableColumnSchema
values:
Expand Down

0 comments on commit d97c997

Please sign in to comment.