From b90aeda480efce48f907a64d49019af8edc0e34f Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 1 Jul 2024 13:08:47 -0400 Subject: [PATCH] fix items in asdf-1.1.0 schema --- resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml b/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml index 71a4daf0..54e270e1 100644 --- a/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml +++ b/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml @@ -24,7 +24,7 @@ properties: # This is to support backwards compatibility with older history formats - type: array items: - - $ref: "history_entry-1.0.0" + $ref: "history_entry-1.0.0" # This is the new, richer history implementation that includes # extension metadata. - $ref: "#/definitions/history-1.1.0" @@ -43,9 +43,9 @@ definitions: extensions: type: array items: - - $ref: "extension_metadata-1.0.0" + $ref: "extension_metadata-1.0.0" entries: type: array items: - - $ref: "history_entry-1.0.0" + $ref: "history_entry-1.0.0" ...