swag-questionary/spec/definitions/Founder.yaml
2019-08-20 16:35:52 +03:00

12 lines
219 B
YAML

type: object
discriminator: founderType
required:
- founderType
properties:
founderType:
type: string
enum:
- IndividualPerson
- RussianLegalEntityFounder
- InternationalLegalEntityFounder