File: custom_schema_definitions.yaml

package info (click to toggle)
python-asdf 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,952 kB
  • sloc: python: 23,957; makefile: 123
file content (20 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"

type: object
properties:
  thing:
    $ref: "#/definitions/bizbaz"

required: [thing]
additionalProperties: true

definitions:
  bizbaz:
    type: object
    properties:
      biz:
        type: string
      baz:
        type: string