rent
ReferenceCommand line

rent validate

Validate the schema

rent validate
Valid 3 entities

The default command parses rent/schema.rsl, resolves models and relations, lowers the document to Rent's schema model, and runs normalization. Diagnostics include a stable RSL code, source path, line, and column.

Use syntax-only validation when tooling needs to check document grammar without resolving types, relationships, or database semantics:

rent validate --syntax-only --schema conformance/example.rsl

A schema path may be one .rsl file or a directory of .rsl files merged in lexical path order.

On this page