Summary
The Azure Functions invoke panel currently accepts arbitrary text as input.
Add client-side validation before sending the request.
Acceptance Criteria
- Validate JSON before invoke
- Display a clear validation error
- Disable invoke while payload is invalid
- Preserve formatting after validation
Summary
The Azure Functions invoke panel currently accepts arbitrary text as input.
Add client-side validation before sending the request.
Acceptance Criteria