cap-js / openapi

CAP Library for OpenAPI
Apache License 2.0
0 stars 2 forks source link

UUID elements are not required #35

Closed ralfhandl closed 4 months ago

ralfhandl commented 4 months ago

Cookbook Domain Modeling, section Prefeer UUIDs for Keys states that

  • Auto-filled primary keys — primary key elements with type UUID are automatically filled by generic service providers in Java and Node.js upon INSERT.

This is currently not reflected in the generated OpenAPI description.