celestial_frame-1.0.0

Represents a celestial frame.

Outline

Schema Definitions

This node must validate against all of the following:

  • This type is an object with the following properties:

    • axes_names

      object
      This node has no type definition (unrestricted)
    • axes_order

      object
      This node has no type definition (unrestricted)
    • unit

      object
      This node has no type definition (unrestricted)

Original Schema

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

title: >
  Represents a celestial frame.

allOf:
  - type: object
    properties:
      axes_names:
        minItems: 2
        maxItems: 3

      axes_order:
        minItems: 2
        maxItems: 3

      unit:
        minItems: 2
        maxItems: 3

  - $ref: frame-1.0.0
...