15 lines
431 B
Markdown
15 lines
431 B
Markdown
|
|
# schemas/
|
||
|
|
|
||
|
|
JSON Schema definitions for flex-auth's canonical artefacts:
|
||
|
|
|
||
|
|
- `resource_manifest.schema.json` (pinned in `FLEX-WP-0005 P5.3`)
|
||
|
|
- `subject_manifest.schema.json`
|
||
|
|
- `relationship_fact.schema.json`
|
||
|
|
- `policy_package_frontmatter.schema.json`
|
||
|
|
- `check_request.schema.json`
|
||
|
|
- `decision_envelope.schema.json`
|
||
|
|
- `audit_event.schema.json`
|
||
|
|
|
||
|
|
Schemas are pinned in `FLEX-WP-0002 P2.1` and validated against Go
|
||
|
|
types in `pkg/api/`.
|