Skip to content

JSON Schema

normalized-email.schema.json is the machine-checkable JSON Schema for the NormalizedEmail object defined in AECS-1 §3. Use it to validate that an implementation’s output matches the spec independent of any particular language or library.

It ships inside the @mvrx/aecs npm package:

import schema from "@mvrx/aecs/schema";

or fetch it directly from the repo at the path above.