@keyboard-hub/abyss-api-schema
v0.0.1
Published
Zod schemas, TypeScript types, and request validation helpers for Keyboard Abyss REST endpoints, persisted app data, and KeyboardHub JSON payloads.
Readme
@keyboard-hub/abyss-api-schema
Zod schemas, TypeScript types, and request validation helpers for Keyboard Abyss REST endpoints, persisted app data, and KeyboardHub JSON payloads.
Use this package from public clients that need the API contract without pulling
in the private @keyboard-hub/abyss-shared application package.
JSON Schema URLs
The public API schemas exported from src/api.ts are generated from
openapi.json.
Persisted row and JSON-column schemas exported from src/data-model.ts are
generated from db-schema.json.
