description: Status of the quote estimation. content: application/json: schema: anyOf: # when operation has not yet completed or failed - $ref: "../schemas/quotePartial.yaml" # otherwise when completed successfully - $ref: "../schemas/quote.yaml"