This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Replies: 1 comment
-
This discussion has been migrated to cue-lang/cue#612. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I call
openapi.Gen
to generate OpenAPI schema from a.cue
file. Is it possible to addtitle
filed in each item, along withdescription
andtype
? Thanks..cue
file.More background:
I intend to call form-render to automatically render forms based on the generated OpenAPI json schema, but it required
title
field for each item, along withdescription
andtype
, like the example as below.Beta Was this translation helpful? Give feedback.
All reactions