Skip to content

Commit

Permalink
Merge pull request #88 from braingram/transform_uri_fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Mar 21, 2023
2 parents 7120016 + b154918 commit cd3ce13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
------------------

- Move root-level $ref in schemas to an allOf combiner. [#87]
- Fix URI fragment format in transform-1.2 schema. [#88]

0.3.0 (2022-08-22)
------------------
Expand Down
4 changes: 2 additions & 2 deletions resources/stsci.edu/schemas/transform-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ properties:
Bounding box for model the transform
oneOf:
- $ref: "property/bounding_box-1.0.0#definitions/interval"
- $ref: "property/bounding_box-1.0.0#/definitions/interval"
- type: array
minItems: 2
items:
$ref: "property/bounding_box-1.0.0#definitions/interval"
$ref: "property/bounding_box-1.0.0#/definitions/interval"
- tag: tag:stsci.edu:asdf/transform/property/bounding_box-1.0.0
- tag: tag:stsci.edu:asdf/transform/property/compound_bounding_box-1.0.0

Expand Down

0 comments on commit cd3ce13

Please sign in to comment.