Refactor self-serve wash flow to decouple visible question logic, improve condition evaluation, and handle nullable fields in the OpenAPI spec.

This commit is contained in:
Jeppe Bundgaard
2026-03-18 13:05:41 +01:00
parent f04f79e3da
commit 7c55beae42
2 changed files with 153 additions and 12 deletions
+2
View File
@@ -11816,9 +11816,11 @@ components:
type: string
answer:
type: boolean
nullable: true
answered_at:
type: string
format: date-time
nullable: true
SelfserveWashTaskSnapshot:
type: object