composite_frame-1.0.0

Represents a set of frames.

Outline

Schema Definitions

This node must validate against all of the following:

  • This type is an object with the following properties:

    • name

      string

      Name of composite frame.

      No length restriction
    • frames

      array

      List of frames in the composite frame.

      No length restriction

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/gwcs/composite_frame-1.0.0"

title: >
  Represents a set of frames.
allOf:
  - type: object
    properties:
      name:
        description:
          Name of composite frame.
        type: string

      frames:
        description:
          List of frames in the composite frame.
        type: array
...