OpenAPI Flaws - Required Field
Let's consider the OpenAPI (aka swagger) sample (also on the cover image):
Person:
type: object
properties:
first_name:
type: string
middle_name:
type: string
last_name:
type: string
Is everything fine with it? What...
sapronov.dev4 min read