OpenAPI: add required section for the non-nullable columns (#1148)

This commit is contained in:
Alexey Alekhin
2018-07-23 11:11:45 -05:00
committed by Steve Chávez
parent fa1e92fdf2
commit 2b46afe1ec
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1099, Add support for getting json/jsonb by array index - @steve-chavez
- #1145, Add materialized view columns to OpenAPI output - @steve-chavez
- #709, Allow embedding on views with subselects/CTE - @steve-chavez
- #1148, OpenAPI: add `required` section for the non-nullable columns - @laughedelic
### Fixed