v0.4.0
TypeScript type provider and ata-validator 0.17.
AtaTypeProvider: useFastify().withTypeProvider<fastifyAta.AtaTypeProvider>()and author route schemas withdefineSchema(...)from ata-validator, andrequest.body/request.query/request.paramsare typed from the schema with no manual annotation. Plain JSON Schema, no builder DSL. Type-level only.- Bumped to
ata-validator@^0.17.0(cross-schema$ref, nullable, coerceTypes array, and the validateAndParse fix). prettyErrorsoption renders compiler-grade error messages (ATA code + did-you-mean) in 400 responses.