Manifest data to validate
Validation result
const manifest = {
identification: {
speakerUri: 'tag:example.com,2025:bot1',
serviceUrl: 'https://example.com/bot',
organization: 'Example Corp',
conversationalName: 'Bot',
synopsis: 'A helpful assistant'
},
capabilities: []
};
const result = validateManifest(manifest);
console.log(result.valid); // true or false
Validates an assistant manifest object against the Assistant Manifest schema