Skip to content

Commit

Permalink
Updated associations block.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Jan 31, 2024
1 parent 6ef1724 commit c75fe9f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/rad/resources/schemas/mosaic_associations-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ $schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/mosaic_associations-1.0.0

title: Association information for mosaic

type: object

properties:
pool_name:
title: Pool name
type: string
table_name:
title: Table name
type: string

required: [pool_name, table_name]
propertyOrder: [ pool_name, table_name ]
flowStyle: block
propertyOrder: [pool_name, table_name]
required: [ pool_name, table_name ]
...

0 comments on commit c75fe9f

Please sign in to comment.