validate_metadata_schema
Validate metadata against ORBIT schemas (lifestyle, product, orbit) without embedding. Ensure compliance and catch errors early.
Instructions
Validate metadata against ORBIT schemas without embedding (supports lifestyle, product, and orbit schemas)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | Yes | Metadata object to validate against schema requirements | |
| schema_type | No | Schema type for validation (auto-detected if not specified) | |
| strict_mode | No | Enable strict validation mode (default: false) |