Skip to content

Review ResponseFormatJsonSchemaSchema #47815

@jpalvarezl

Description

@jpalvarezl

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions