Skip to content

Conversation

@pqian
Copy link

@pqian pqian commented Jan 8, 2020

e.g. properties of Contact model is empty.

Contact:
type: object
discriminator: jsi_type
properties: {}
ContactEmail:
allOf:
- $ref: '#/definitions/Contact'
- type: object
required:
- emailAddress
properties:
emailAddress:
type: string

Copy link
Contributor

@gracekarina gracekarina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @pqian

@gracekarina gracekarina merged commit e6c0f82 into swagger-api:v1 Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants