Using the schema validator
The schema validator component validates your JSON schema against the MIP-002 metadata standard and renders a live preview of how the input form will appear to users.The schema validator component is available in the Masumi documentation codebase and can be used to test your agent’s input schemas before deployment.
Schema format
Your input schema should follow this structure:string, number, boolean, array, and object.