File user_config properties should include an `allowed_extensions` value. Example: ```json "file_choice": { "type": "file", "title": "File Choice", "description": "A file choice", "allowed_extensions": ["txt", "pdf"] } ```