Add example fields to CreateEventResponse schema

Required for @msw/source mock generation in E2E tests.
Also good OpenAPI documentation practice.
This commit is contained in:
2026-03-06 18:13:50 +01:00
parent ffea279b54
commit b2d37d9269

View File

@@ -80,18 +80,23 @@ components:
type: string type: string
format: uuid format: uuid
description: Public token for the event URL description: Public token for the event URL
example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
organizerToken: organizerToken:
type: string type: string
format: uuid format: uuid
description: Secret token for organizer access description: Secret token for organizer access
example: "f9e8d7c6-b5a4-3210-fedc-ba9876543210"
title: title:
type: string type: string
example: "Summer BBQ"
dateTime: dateTime:
type: string type: string
format: date-time format: date-time
example: "2026-03-15T20:00:00+01:00"
expiryDate: expiryDate:
type: string type: string
format: date format: date
example: "2026-06-15"
ProblemDetail: ProblemDetail:
type: object type: object