We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the property json_schema of the ResponseFormatJsonSchema it mentions a required type property: https://github.com/openai/openai-openapi/blob/master/openapi.yaml#L19896. However, this type property is actually not part of the ResponseFormatJsonSchema.json_schema object properties:
json_schema
ResponseFormatJsonSchema
type
ResponseFormatJsonSchema.json_schema
openai-openapi/openapi.yaml
Lines 19865 to 19897 in e0cb2d7
So either this type property should not be required or its missing in the json_schema object properties.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the property
json_schema
of theResponseFormatJsonSchema
it mentions a requiredtype
property:https://github.com/openai/openai-openapi/blob/master/openapi.yaml#L19896.
However, this
type
property is actually not part of theResponseFormatJsonSchema.json_schema
object properties:openai-openapi/openapi.yaml
Lines 19865 to 19897 in e0cb2d7
So either this
type
property should not be required or its missing in thejson_schema
object properties.The text was updated successfully, but these errors were encountered: