You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be worth introducing another, parallel system that allows the expression of additional constraints. The lineage author-facing interface to these might be a series of named boolean flags at the root level. Something like this:
#Lineage: {
...
constraints: {
// All schema in this lineage must rely on the subset of CUE that is precisely translatable to OpenAPI.openapi: bool|*false
}
}
enhancementNew feature or requestinvariantsInvolves the definition or enforcement of a key system invariant
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#Lineage.joinSchema
provides one mechanism for constraining what's acceptable as a schema in a lineage.It might be worth introducing another, parallel system that allows the expression of additional constraints. The lineage author-facing interface to these might be a series of named boolean flags at the root level. Something like this:
Beta Was this translation helpful? Give feedback.
All reactions