flex-auth/schemas
tegwick df54c1b8f5
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(schema): require durable decision binding
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02e47-6aac-7ee1-914d-0584c75d3c81
2026-08-23 13:22:25 +02:00
..
action_authorization.schema.json fix(schema): require durable decision binding 2026-08-23 13:22:25 +02:00
audit_event.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
caring_access_descriptor.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
caring_profile.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
check_request.schema.json FLEX-WP-0006: implement ops-warden signing gate policy 2026-06-23 21:17:42 +02:00
decision_envelope.schema.json feat(authz): bind decisions to exact actions 2026-08-23 13:18:26 +02:00
policy_fixture.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
policy_package.schema.json Implement policy package loader 2026-05-17 05:30:40 +02:00
protected_system_manifest.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
README.md feat(authz): bind decisions to exact actions 2026-08-23 13:18:26 +02:00
relationship_fact.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
resource_manifest.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00
subject_manifest.schema.json Implement canonical schema foundation 2026-05-17 04:59:18 +02:00

schemas/

JSON Schema definitions for flex-auth's canonical artefacts:

  • resource_manifest.schema.json (pinned in FLEX-WP-0005 P5.3)
  • protected_system_manifest.schema.json
  • subject_manifest.schema.json
  • relationship_fact.schema.json
  • caring_profile.schema.json
  • caring_access_descriptor.schema.json
  • policy_package.schema.json
  • policy_fixture.schema.json
  • check_request.schema.json
  • decision_envelope.schema.json
  • action_authorization.schema.json
  • audit_event.schema.json

Schemas are pinned in FLEX-WP-0002 P2.1 and validated against Go types in pkg/api/.