openai / openai/openai-openapi
Properties using the `InputFidelity` are missing the default
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2.5k
- Forks
- 527
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 2
Description
Documentation for the schema InputFidelity state that it has a default value of low. Properties where the type is used should include the default value.
So, for schemas CreateImageEditRequest and ImageGenTool, the input_fidelity property would become:
input_fidelity:
anyOf:
- $ref: '#/components/schemas/InputFidelity'
- type: 'null'
default: "low"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the OpenAPI definitions for the CreateImageEditRequest and ImageGenTool schemas and inspect their input_fidelity properties alongside the InputFidelity schema. Add the documented low default to both properties while preserving their nullable anyOf structure, then verify that the specification shows the default in both locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100