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
- 10 months ago
- 3 months ago
- 6 years ago
- 2 years ago
Recent Discussions
- 16 days ago
- 2 months ago