flow2schema/tests/samples/typeInMethod.yaml

13 lines
247 B
YAML

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