Forum Discussion
HKosova
4 years agoSmartBear Alumni (Retired)
Would this object be implicitly required?
No.
To make this object required you'll need to include it in the "required" list of the parent object:
A:
type: object
required: [b] # <----------
properties:
b:
$ref: '#/components/schemas/B'
B:
type: object
required: [foo, bar]
properties:
...
Related Content
- 11 months ago
- 4 months ago
- 6 years ago
- 3 years ago
Recent Discussions
- 7 hours ago
- 5 days ago
- 22 days ago