mosaic_associations-1.0.0

Association information for mosaic

Outline

Schema Definitions

This type is an object with the following properties:

  • pool_name

    stringRequired
    No length restriction
  • table_name

    stringRequired
    No length restriction

Original Schema

%YAML 1.1
---
$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

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