Lookup Schema Definition
Look up and explain a Copilot Studio YAML schema definition.
Instructions
Run the schema lookup script to find the definition:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js lookup $ARGUMENTSIf the definition is not found, search for similar definitions:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js search $ARGUMENTSIf the definition contains
$refreferences that need resolution, use:node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js resolve $ARGUMENTSPresent the schema definition in a readable format, explaining:
- What the element does (from the description)
- Required properties
- Optional properties and their types
- Any related definitions that might be useful
Example
User: /lookup-schema SendActivity
Response should include the full schema definition and explain how to use it in YAML.