Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 604 Bytes

2023-07-07-fix-open-api-core-spec.md

File metadata and controls

13 lines (13 loc) · 604 Bytes
title issue author author_email author_github
Fix OpenApi definitions
NEXT-00000
Benjamin Wittwer
dev@a-k-f.de
akf-bw

Core

  • Removed type object from the schema definitions of the StoreApi schema where allOf exists
  • Changed OrderRouteResponse orders property to type array
  • Changed OpenApiDefinitionSchemaBuilder to exclude the required field if it's empty
  • Changed OpenApiDefinitionSchemaBuilder to use type array with items for ToMany AssociationFields
  • Changed OpenApiDefinitionSchemaBuilder to only include the description field if since is not empty