AMSL Schemas
VS Code extension providing YAML schema validation for AMSL configuration files.
Features
- Schema Validation: Automatic validation of AMSL YAML configuration files
- Multiple Config Types: Support for different AMSL configuration file types:
- Module configurations (
*.module.yaml, *.module.yml)
- Global configurations (
*.global.yaml, *.global.yml)
- Assessment configurations (
*.assessment.yaml, *.assessment.yml)
- LLM Agent configurations (
*.agent.yaml, *.agent.yml)
- Collection configurations (
*.collection.yaml, *.collection.yml)
- IntelliSense Support: Real-time validation and helpful suggestions as you edit
Requirements
This extension requires the YAML support extension by Red Hat to be installed and enabled.
How to Use
- Create or open an AMSL configuration file with one of the supported naming patterns
- The extension automatically validates your YAML against the corresponding AMSL schema
- Errors and warnings appear inline in your editor
- Hover over highlighted issues for more information
Schema Sources
Schemas are fetched from the AMSL content repository:
Release Notes
0.0.1
Initial release with support for AMSL configuration file validation.
Enjoy!
| |