ReferenceCommand line
rent validate
Validate the schema
rent validateValid 3 entitiesThe 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.rslA schema path may be one .rsl file or a directory of .rsl files merged in lexical path order.