validateLixSchemaDefinition(
schema
:unknown
):boolean
Validates only the Lix schema definition format. Use this when you only need to check if a schema is valid.
Parameter | Type | Description |
---|---|---|
schema | unknown | The schema to validate |
boolean
true if the schema is valid
Error with validation details if validation fails