mix selecto.domain.describe (selecto_mix v0.4.6)

Generate Studio inspection JSON from a normalized Selecto domain artifact.

The task reads an artifact produced by mix selecto.domain.export, verifies it the same way mix selecto.domain.check does, and delegates to Selecto.Domain.describe/1 to produce a compact, deterministic inspection artifact for Studio and other tools.

Examples

mix selecto.domain.describe priv/selecto/product.normalized.json

mix selecto.domain.describe priv/selecto/product.normalized.json --output priv/selecto/product.inspection.json