-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beyond 3.1: The New Big List of Possibilities #2572
Comments
Proposal to start separate working groups to drive special interest areas: Overlays Working Group - Ron Basic process (suggested):
|
Would be nice to finally get a solution for |
Is "Reusable groups" specifically for parameters or more general (e.g. for all components) |
Explicit property requirement/nullability for read and write. Something like properties:
prop:
schema: <schema or ref>
read:
require: boolean | 'forbid'
nullable: boolean
write: ... |
Currently we have read- and writeOnly properties to handle cases of slightly different types for incoming and outgoing data. But the PATCH operation is special as it typically allows any property to be omitted and others to be null. |
I'm going to close this as outdated- the "big list of possibilities" has long since moved to the Moonwalk discussions, and our approach to a possible 3.2+ is very different and more focused (see #3529) |
With 3.1 released, it's time to revisit the backlog of possible stories to consider as the specification continues to evolve. In cases where a specific TSC or TDC member has indicated interest, their name will be listed in [brackets].
Descriptiveness:
discriminator
Issues covered by SIGS
Authoring improvements:
$ref
more than one component, collections of resources, easier to move aroundinfo.lifecycle
with maturity/lifecycle informations. #1973 )Out of scope for X.X, but important to track for the future:
The text was updated successfully, but these errors were encountered: