reference_files/etc-1.0.0
Exposure Time Calculator Reference File Schema
Outline
Schema Definitions ¶
This type is an object with the following properties:
meta
object Required This node must validate against all of the following:
This type is an object with the following properties:
reftype
No length restrictionstring Only the following values are valid for this node:
ETC
form
object Required object
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.1.0
id: asdf://stsci.edu/datamodels/roman/schemas/reference_files/etc-1.0.0
title: Exposure Time Calculator Reference File Schema
datamodel_name: EtcRefModel
type: object
properties:
meta:
allOf:
- $ref: asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_common-1.4.0
- type: object
properties:
reftype:
type: string
enum: [ETC]
form:
type: object
required: [meta, form]
flowStyle: block
propertyOrder: [meta, form]