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.