Skip to content

Commit

Permalink
fix items in asdf-1.1.0 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 1, 2024
1 parent c367d14 commit b90aeda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
...

0 comments on commit b90aeda

Please sign in to comment.