meta/l3_association-1.1.0

Association Information

Outline

Schema Definitions

This type is an object with the following properties:

  • name

    stringRequired

    Association File Name

    Name of the association file used to generate the data product.

    No length restriction

Original Schema

%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.1.0
id: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_association-1.1.0

title: Association Information
type: object
properties:
  name:
    title: Association File Name
    description: >
      Name of the association file used to generate the data product.
    type: string
required: [name]