OpenAPI: add required section for the non-nullable columns (#1148)
This commit is contained in:
committed by
Steve Chávez
parent
fa1e92fdf2
commit
2b46afe1ec
@@ -113,7 +113,10 @@ spec = do
|
||||
"format": "integer",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
]
|
||||
}
|
||||
|]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user