mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 08:35:19 +00:00
12 lines
219 B
YAML
12 lines
219 B
YAML
type: object
|
|
discriminator: founderType
|
|
required:
|
|
- founderType
|
|
properties:
|
|
founderType:
|
|
type: string
|
|
enum:
|
|
- IndividualPerson
|
|
- RussianLegalEntityFounder
|
|
- InternationalLegalEntityFounder
|