How to write OpenAPI 3 (Swagger) specification for property name in `map` object?
Your example is correct. how do I document what the restrictions are for the “key” in the object? Ideally I’d like to say something like “it’s not just any arbitrary string, it’s the ID that corresponds to the child”. Is this supported in any way? OpenAPI 3.1 OAS 3.1 fully supports JSON Schema 2020-12, including … Read more