validate_asm_schema
Validate ASM JSON documents against Allotrope schemas, ensuring data conforms to required structure and format.
Instructions
Validate an ASM JSON document against an Allotrope JSON Schema.
Args:
asm_document_path: File path to the ASM JSON document.
asm_schema_path: File path to the ASM JSON Schema.
Returns:
JSON string with validation result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asm_schema_path | Yes | ||
| asm_document_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |