Validate CDISC Analysis Results Standard documents
Validates document structure against the ARS JSON Schema.
Checks that all internal ID references resolve correctly.
Enforces CDISC business logic and controlled terminology.
Checks content quality, completeness, and consistency.
Send a POST request with your ARS JSON document:
curl -s -X POST https://auv.zeroarc.com/ \
-H "Content-Type: application/json" \
-d '{"ars": { ... } }'
Request body:
ars — the ARS reporting event JSON object (required)options.layers — array of layer numbers to run, e.g. [1, 2] (optional, defaults to all)Response format:
Accept: application/json — JSON validation report (default)Accept: text/html — interactive HTML viewer with annotated resultsARS Ultra Validator (AUV) validates documents conforming to the CDISC Analysis Results Standard. It performs 4-layer validation covering schema conformance, referential integrity, business rules, and content quality.
Built by Zeroarc. Contact Us.