flow2schema/tests/samples/typeInMethod/types.yaml

12 lines
240 B
YAML

- kind: record
fields: []
id: [typeInMethod, Test]
- kind: record
fields:
- name: t
value:
kind: reference
to: [typeInMethod, Test]
required: true
id: [typeInMethod, '1', X]