meta/cal_logs-1.0.0

Calibration Log Messages

Description

String array of log messages recording the steps, failures, and outputs of running pipeline steps. These log messages are typically the same as those printed to the standard output (stdout) during pipeline processing

Outline

Schema Definitions

array

No length restriction

Items in the array are restricted to the following types:

string

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/meta/cal_logs-1.0.0

title: Calibration Log Messages
description: |
  String array of log messages recording the steps, failures,
  and outputs of running pipeline steps. These log messages are typically
  the same as those printed to the standard output (stdout) during
  pipeline processing
type: array
items:
  type: string