Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix items in asdf-1.1.0 schema #437

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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"
...
Loading