File: self_referencing-1.0.0.yaml

package info (click to toggle)
python-asdf 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,248 kB
  • sloc: python: 13,104; makefile: 125
file content (8 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://nowhere.org/schemas/custom/self_referencing-1.0.0"
anyOf:
  - type: object
  - $ref: "#/anyOf/0"
...