Files
server-serverless-e2e-mqxt29a5/packages/functions/.pikku/schemas/schemas/UpdateMessageInput.schema.json
2026-06-28 15:09:09 +02:00

1 line
199 B
JSON

{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"message":{"type":"string","minLength":1,"maxLength":160}},"required":["message"],"additionalProperties":false}