npm.io
0.1.1 • Published 3d ago

@jgalego/teamapi-schema

Licence
MIT
Version
0.1.1
Deps
2
Size
236 kB
Vulns
0
Weekly
0

@jgalego/teamapi-schema

Zod schemas and inferred TypeScript types for the Team API as Code extended spec — roles, members, services, bounded contexts, interactions, dependencies, cognitive load assessments, and the root TeamApiDocument.

Install

npm install @jgalego/teamapi-schema

Usage

import { TeamApiDocumentSchema } from "@jgalego/teamapi-schema";

const doc = TeamApiDocumentSchema.parse(yourParsedYaml);

Full docs and the extended spec: https://github.com/JGalego/TeamAPI

License

MIT