Skip to content

Commit

Permalink
Updates from Nadia's review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Feb 27, 2024
1 parent 7fb41bc commit 58034a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions src/rad/resources/schemas/segmentation_map-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ properties:
exact_datatype: true
meta:
allOf:
- $ref: common-1.0.0
- type: object
properties:
filename:
type: string
- $ref: basic-1.0.0
- $ref: coordinates-1.0.0
- $ref: wfi_optical_element-1.0.0
- $ref: program-1.0.0
- $ref: visit-1.0.0

required: [meta, data]
flowStyle: block
Expand Down
16 changes: 8 additions & 8 deletions src/rad/resources/schemas/source_catalog-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ properties:
Photometry and astrometry computed in the Source Catalog Step.
tag: tag:astropy.org:astropy/table/table-1.*
meta:
anyOf:
- $ref: common-1.0.0
- type: object
properties:
segmentation_map:
type: string
allOf:
- $ref: basic-1.0.0
- $ref: coordinates-1.0.0
- $ref: wfi_optical_element-1.0.0
- $ref: program-1.0.0
- $ref: visit-1.0.0

required: [source_catalog]
required: [meta, source_catalog]
flowStyle: block
propertyOrder: [source_catalog]
propertyOrder: [meta, source_catalog]
...

0 comments on commit 58034a8

Please sign in to comment.