The canonical OpenAPI 3.1 description for the Samva email API.
openapi.jsonis the generated API description.manifest.jsonrecords the artifact version, compatibility classification, checksum, and shape.SHA256SUMSlets consumers verify the downloaded artifact before generation.
The OpenAPI document is generated from Samva's API contracts. Do not edit it by hand. Contract changes produce a new immutable artifact version after compatibility review.
bun install --frozen-lockfile
bun run validateValidation checks the OpenAPI document, canonical JSON bytes, checksum, manifest counts, and public email surface without requiring another repository.
Reproducible SDK builds should pin an immutable release tag and verify the corresponding checksum. Do not use the mutable live API URL as a build input.
See COMPATIBILITY.md for versioning and release behavior.
MIT