Schemas and Validation
The Practitioner Package includes machine-readable examples and validation checks.
Schemas
examples/schemas/pir-register.schema.jsonexamples/schemas/sir-register.schema.jsonexamples/schemas/detection-backlog.schema.jsonexamples/schemas/telemetry-event.schema.json
JSON Examples
examples/json/pir-register.example.jsonexamples/json/detection.example.jsonexamples/json/telemetry-event.example.json
Telemetry Schema
The telemetry schema example maps the synthetic cloud identity event format to ECS-style and OCSF-style field names.
See examples/telemetry-schema.md.
CI Validation
The repository MUST pass:
npm run validate:examples
npm run typecheck
npm run build
The GitHub Actions validation workflow runs these checks on push and pull request.