--- type: object title: Partial Quote description: Parameters that describe a submitted quote. required: - quoteID - processID - status - created - expire properties: quoteID: type: string title: UUID description: Quote ID. format: uuid pattern: "^[a-f0-9]{8}(?:-?[a-f0-9]{4}){3}-?[a-f0-9]{12}$" processID: type: string status: $ref: "quoteStatus.yaml" created: type: string title: created description: Creation date and time of the quote in ISO-8601 format. format: date-time expire: type: string title: expire description: Expiration date and time of the quote in ISO-8601 format. format: date-time