components: schemas: FormResponse: type: object required: - id - message - verified_mail properties: id: type: string description: Unique identifier for the submitted form for referring to it later message: type: string description: Confirmation message verified_mail: type: boolean description: If this user has verified their mail already