Add optional user_input_id UUID field to UserInput schema

Changes

  • Updated endpoints
    • UserInput schema:
      • Added optional user_input_id field (UUID) to support stable referencing of user input sessions.

This update introduces the user_input_id UUID field as an optional property in the UserInput schema to provide a stable foreign key for external references, without breaking existing API compatibility.