ARS Ultra Validator

Validate CDISC Analysis Results Standard documents

AUV 0.1.0 Build 18 · ARS Schema 1.0

Validation Layers

Layer 1

Schema

Validates document structure against the ARS JSON Schema.

Layer 2

References

Checks that all internal ID references resolve correctly.

Layer 3

Business Rules

Enforces CDISC business logic and controlled terminology.

Layer 4

Content

Checks content quality, completeness, and consistency.

API Usage

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 results

About

ARS 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.