From 4df544312635fbe85dba9427b9cb0a45443184a3 Mon Sep 17 00:00:00 2001 From: Nokome Bentley Date: Wed, 21 Aug 2019 17:05:06 +1200 Subject: [PATCH] fix(Items prop): Use `schema:itemListElement` for all `items` properties --- schema/CiteGroup.schema.yaml | 2 +- schema/DatatableColumnSchema.schema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/CiteGroup.schema.yaml b/schema/CiteGroup.schema.yaml index d95d1bbba0..cc66b682bd 100644 --- a/schema/CiteGroup.schema.yaml +++ b/schema/CiteGroup.schema.yaml @@ -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: diff --git a/schema/DatatableColumnSchema.schema.yaml b/schema/DatatableColumnSchema.schema.yaml index 36b845317b..b544e5d2f8 100644 --- a/schema/DatatableColumnSchema.schema.yaml +++ b/schema/DatatableColumnSchema.schema.yaml @@ -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: