Skip to content

Properties using the InputFidelity are missing the default #498

@glecaros

Description

@glecaros

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" 

Metadata

Metadata

Assignees

No one assigned

    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