Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
...