-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Code generation results essentially in:
public final class ResponseFormatJsonSchemaSchema implements JsonSerializable<ResponseFormatJsonSchemaSchema> {
/*
* The schema for the response format, described as a JSON Schema object.
* Learn how to build JSON schemas [here](https://json-schema.org/).
*/
@Generated
private Map<String, BinaryData> additionalProperties;
// ...
}TODO
Investigate the corrrectness of this code emission for the feature where it's consumed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels