Skip to content

Commit

Permalink
fix(Items prop): Use schema:itemListElement for all items properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Aug 21, 2019
1 parent b44a34e commit 4df5443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/CiteGroup.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
A group of `Cite` nodes
properties:
items:
'@id': stencila:items
'@id': schema:itemListElement
type: array
description: One or more `Cite`s to be referenced in the same surrounding text.
items:
Expand Down
2 changes: 1 addition & 1 deletion schema/DatatableColumnSchema.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
A schema specifying the data values that are valid within a Datatable column.
properties:
items:
'@id': stencila:items
'@id': schema:itemListElement
description: An object representing the JSON Schema `items` keyword.
type: object
uniqueItems:
Expand Down

0 comments on commit 4df5443

Please sign in to comment.