Model catalog
Typed definitions, inferred references, and live examples.
The attribute tables stay protocol-focused while the example panels translate those definitions into software,
healthcare, logistics, and legal instances.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Production feature release
A product sponsor requests a feature rollout with CI and release approval gates.
id
mission-soft-2048
status
planned
intentSummary
Ship approval workflow to production this sprint
sponsor
participant-product-ops
Real instance
Same-day discharge
A care coordinator initiates a discharge mission with timing, documentation, and safety constraints.
id
mission-care-177
status
active
intentSummary
Discharge patient safely before 17:00
sponsor
participant-care-coordination
Real instance
Priority parcel shipment
A shipper creates a mission for pickup, routing, and proof-of-delivery.
id
mission-log-332
status
active
intentSummary
Deliver replacement modem to customer before 10:00
sponsor
participant-shipper-desk
Real instance
Supplier contract sign-off
Procurement opens a mission for legal review and signature readiness.
id
mission-legal-085
status
verifying
intentSummary
Review and approve supplier agreement before signature
sponsor
participant-procurement-lead
Real instance
Post-storm facade inspection
Operations creates a mission to inspect a damaged facade and approve remediation scope.
id
mission-site-441
status
planned
intentSummary
Inspect tower facade and issue remediation report within 24 hours
sponsor
participant-facilities-ops
Real instance
Public procurement launch
A sourcing team opens a mission to prepare, evaluate, and award a cybersecurity RFP.
id
mission-rfp-290
status
draft
intentSummary
Issue cyber platform RFP and recommend preferred vendor
sponsor
participant-sourcing-office
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable protocol identifier for the mission.
status
code
1..1
Required
Lifecycle state such as draft, planned, active, verifying, or settled.
intentSummary
string
1..1
Required
Compact statement of the outcome the network must fulfil.
sponsor
Reference(Participant)
1..1
Required
The accountable requester, team, or organization funding the mission.
deliverables
Reference(Deliverable)
0..*
Optional
Expected deliverables that satisfy the mission when accepted.
verificationPolicy
Reference(Verification)
0..1
Optional
The verification definition used to evaluate completion.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/missions/{id}
Read the canonical mission state.
POST
/missions
Create a new mission request.
GET
/missions?status=active
Query missions by lifecycle state.
PATCH
/missions/{id}
Update mission scope, lifecycle state, or policy references.
DELETE
/missions/{id}
Withdraw a draft mission before fulfilment begins.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Backend implementation activity
One activity in the release mission covers API changes, tests, and rollout notes.
type
implementation
state
executing
assignee
participant-backend-engineer
output
deliverable-pr-981
Real instance
Medication reconciliation
A clinical activity ensures orders, instructions, and prescriptions are ready.
type
clinical-review
state
submitted
assignee
participant-discharge-nurse
output
deliverable-discharge-summary
Real instance
Final-mile drop-off
A field activity covers route completion and handoff to the recipient.
type
delivery
state
submitted
assignee
participant-driver-77
output
deliverable-proof-of-delivery
Real instance
Markup review
A legal reviewer redlines the agreement and returns comments.
type
review
state
accepted
assignee
participant-commercial-counsel
output
deliverable-redline-packet
Real instance
Facade site walk
An inspection activity captures observations, photos, and severity markers on site.
type
inspection
state
executing
assignee
participant-field-inspector
output
deliverable-facade-report
Real instance
Evaluator scoring round
A procurement activity coordinates panel scoring and clarification notes.
type
evaluation
state
submitted
assignee
participant-procurement-panel
output
deliverable-scorecard-pack
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable identifier for the activity node.
mission
Reference(Mission)
1..1
Required
Owning mission for the activity.
type
code
1..1
Required
Categorizes the work such as review, transport, inspection, coding, or approval.
state
code
1..1
Required
Draft, ready, executing, blocked, submitted, or accepted.
assignee
Reference(Participant)
0..1
Optional
Assigned human, team, AI agent, or system.
output
Reference(Deliverable)
0..1
Optional
Primary deliverable emitted by this activity.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/activities/{id}
Read one activity and its execution state.
POST
/missions/{id}/activities
Append a planned activity to a mission.
POST
/activities/{id}/submit
Submit activity output for verification.
PATCH
/activities/{id}
Revise assignee, sequencing, or state transitions.
DELETE
/activities/{id}
Remove an obsolete draft activity from a mission plan.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Poiva Labs
A software team signs up an organization and adds the first owner.
name
Poiva Labs
slug
poiva-labs
primaryEmail
ops@poiva.dev
status
ACTIVE
Real instance
Ward 5 Operations
A clinical unit creates a tenant for discharge coordination and approvals.
name
Ward 5 Operations
slug
ward-5-operations
primaryEmail
ward5@hospital.org
status
ACTIVE
Real instance
Metro Logistics
A logistics operator creates an org for dispatch and couriers.
name
Metro Logistics
slug
metro-logistics
primaryEmail
dispatch@metrologistics.com
status
ACTIVE
Real instance
Aster Legal
A legal practice creates an org boundary for matters and approvals.
name
Aster Legal
slug
aster-legal
primaryEmail
partners@asterlegal.com
status
ACTIVE
Real instance
Facilities Services
A building owner sets up an org to manage inspections and remediation.
name
Facilities Services
slug
facilities-services
primaryEmail
facilities@tower7.com
status
ACTIVE
Real instance
Cyber Sourcing Office
A procurement team creates an org boundary for tender evaluations.
name
Cyber Sourcing Office
slug
cyber-sourcing-office
primaryEmail
sourcing@enterprise.gov
status
ACTIVE
Real instance
Poiva Cloud tenant
A new workspace is created directly during signup.
name
Northwind Cloud Workspace
slug
northwind-cloud-workspace
primaryEmail
admin@northwind.com
status
ACTIVE
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable organization identifier.
name
string
1..1
Required
Human-readable organization name.
slug
string
1..1
Required
URL-safe unique organization identifier.
primaryEmail
string
1..1
Required
Primary contact email or signup anchor for the organization.
status
code
1..1
Required
ACTIVE or SUSPENDED.
owner
Reference(Participant)
0..1
Optional
Owner participant responsible for the tenant.
members
Reference(Participant)
0..*
Optional
Participants belonging to the organization.
missions
Reference(Mission)
0..*
Optional
Missions that belong to the organization.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/organizations/{id}
Read a tenant organization.
POST
/organizations
Create a new organization.
PATCH
/organizations/{id}
Update the organization profile or status.
DELETE
/organizations/{id}
Deactivate a tenant organization.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Frontend release pool
A pool for creators, estimators, and release resources collaborating on a release mission.
name
Frontend release pool
type
mixed
organization
organization-poiva-labs
participants
participant-product-owner, participant-estimator-1, participant-frontend-engineer
Real instance
Clinical discharge pool
Care coordinators, physicians, and billing reviewers share the same discharge pool.
name
Clinical discharge pool
type
mixed
organization
organization-ward-5
participants
participant-care-coordinator, participant-attending-physician, participant-billing-reviewer
Real instance
Courier fulfillment pool
Dispatchers, estimators, and drivers are grouped for delivery execution.
name
Courier fulfillment pool
type
fulfillment-resources
organization
organization-metro-logistics
participants
participant-dispatcher, participant-driver-77, participant-route-estimator
Real instance
Workspace onboarding pool
Owner, support, and automation participants are grouped for tenant onboarding.
name
Workspace onboarding pool
type
intent-creators
organization
organization-northwind
participants
participant-cloud-admin, participant-support-agent
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable pool identifier.
name
string
1..1
Required
Human-readable pool name.
type
code
1..1
Required
intent-creators, estimators, fulfillment-resources, or mixed.
organization
Reference(Organization)
0..1
Optional
Tenant that owns the pool.
participants
Reference(Participant)
0..*
Optional
Participants included in the pool.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/pools/{id}
Read one pool and its participants.
POST
/pools
Create a pool for a participant cohort.
PATCH
/pools/{id}
Update pool metadata or participant membership.
DELETE
/pools/{id}
Archive a pool that is no longer active.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Release metadata
Add additive metadata to a mission or deliverable without changing the base protocol shape.
entityType
mission
entityId
mission-soft-2048
name
release-train
value
Q3 platform hardening
Real instance
Workspace metadata
Attach onboarding notes or tenant tags to any resource.
entityType
organization
entityId
organization-northwind
name
account-manager
value
North America enterprise team
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable extension identifier.
entityType
code
1..1
Required
Protocol entity type that owns the extension.
entityId
id
1..1
Required
Identifier of the entity receiving the extension.
name
string
1..1
Required
Extension key, up to 500 characters.
value
text
1..1
Required
Extension value stored as long text.
Typed links inferred from attributes
GET
/extension-fields/{id}
Read an extension field.
POST
/extension-fields
Attach an extension field to any entity.
PATCH
/extension-fields/{id}
Update the extension name or value.
DELETE
/extension-fields/{id}
Remove an extension field from an entity.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Backend engineer
A human contributor with Java, testing, and API delivery capabilities.
kind
human
displayName
Mara Ionescu
organization
organization-poiva-labs
capabilities
capability-java-platform, capability-api-testing
availability
Sprint capacity: 60%
Real instance
Care coordination desk
An organizational participant handling discharge orchestration.
kind
organization
displayName
Ward 5 Care Coordination
organization
organization-ward-5-operations
capabilities
capability-discharge-planning, capability-clinical-documentation
availability
Coverage until 19:00
Real instance
Courier driver
A human field participant with routing and proof-of-delivery capability.
kind
human
displayName
Driver #77
capabilities
capability-final-mile-routing, capability-customer-handoff
availability
On route, ETA 08:42
Real instance
Commercial counsel
A legal participant specializing in supplier agreement review.
kind
human
displayName
A. Popescu
organization
organization-aster-legal
capabilities
capability-contract-redlining, capability-risk-review
availability
Review slot today 14:00-16:00
Real instance
Field inspector
A specialist participant responsible for safety and facade compliance assessment.
kind
human
displayName
Irina Dumitrescu
capabilities
capability-site-inspection, capability-photo-documentation
availability
Booked for site window 09:00-12:00
Real instance
Procurement panel
An organizational participant representing technical, legal, and finance evaluators.
kind
organization
displayName
Cyber Platform Evaluation Panel
organization
organization-cyber-sourcing-office
capabilities
capability-vendor-evaluation, capability-commercial-review
availability
Scoring deadline Friday 16:00
Real instance
Workspace owner
The first user is the owner of the cloud tenant organization.
kind
human
displayName
Northwind Admin
organization
organization-northwind-cloud-workspace
capabilities
capability-tenant-administration, capability-user-management
availability
Immediate
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable participant identifier.
kind
code
1..1
Required
human | organization | ai-agent | robot | system.
displayName
string
1..1
Required
Human-readable participant label.
organization
Reference(Organization)
0..1
Optional
Organization the participant belongs to or is provisioned through.
capabilities
Reference(Capability)
0..*
Optional
Typed capabilities used during provisioning and matching.
homeMission
Reference(Mission)
0..1
Optional
Optional current mission context when rendered in a workflow.
availability
string
0..1
Optional
Availability window or dispatch state.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/participants/{id}
Read one participant profile.
GET
/participants?capability=clinical-review
Find participants by capability.
POST
/participants
Register a new participant in the protocol.
PATCH
/participants/{id}
Update participant availability, metadata, or capability posture.
DELETE
/participants/{id}
Deactivate a participant from future provisioning.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Java platform delivery
A capability describing enterprise Java implementation and rollout readiness.
code
java-platform-delivery
display
Java platform delivery
evidenceHints
PRs, CI runs, security scans
participant
participant-backend-engineer
Real instance
Discharge planning
A care workflow capability grounded in clinical policy and handoff coordination.
code
discharge-planning
display
Discharge planning
evidenceHints
Orders complete, instructions signed, transport booked
participant
participant-care-coordination
Real instance
Final-mile routing
A logistics capability for optimized delivery completion and exception handling.
code
final-mile-routing
display
Final-mile routing
evidenceHints
GPS trail, scan history, delivery photo
participant
participant-driver-77
Real instance
Contract redlining
A legal capability covering markup, fallback language, and approval readiness.
code
contract-redlining
display
Contract redlining
evidenceHints
Redline file, comments, approval chain
participant
participant-commercial-counsel
Real instance
Site inspection
A field capability for structured inspection and defect severity capture.
code
site-inspection
display
Site inspection
evidenceHints
Photos, measurements, checklist attestations
participant
participant-field-inspector
Real instance
Vendor evaluation
A procurement capability combining scorecard review, clarification handling, and award recommendation.
code
vendor-evaluation
display
Vendor evaluation
evidenceHints
Score sheets, committee notes, approvals
participant
participant-procurement-panel
Real instance
Tenant administration
A capability for provisioning users and managing an organization in Poiva Cloud.
code
tenant-administration
display
Tenant administration
evidenceHints
Org setup logs, access review, audit events
participant
participant-cloud-admin
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable capability identifier.
code
code
1..1
Required
Machine-readable capability code.
display
string
1..1
Required
Human-readable capability label.
evidenceHints
string
0..*
Optional
Typical evidence used to prove the capability or its output quality.
participant
Reference(Participant)
0..*
Optional
Participants advertising this capability.
knowledgeRequirements
Reference(Knowledge)
0..*
Optional
Referenced knowledge or policy context needed to exercise it.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/capabilities/{id}
Read a capability definition.
GET
/capabilities?code=route-planning
Search by capability code.
POST
/capabilities
Register a new capability definition.
PATCH
/capabilities/{id}
Refine metadata or evidence hints for a capability.
DELETE
/capabilities/{id}
Retire a capability code from active use.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Release architecture note
The mission references a repository path and rollout checklist.
type
repository-doc
locator
https://git.example.com/poiva/releases/approval-workflow.md
mission
mission-soft-2048
maintainer
participant-platform-lead
Real instance
Clinical discharge packet
Guidelines and patient-specific handoff context stay immutable.
type
clinical-policy
locator
ehr://encounters/9844/discharge-packet
mission
mission-care-177
maintainer
participant-charge-nurse
Real instance
Route manifest
The route plan and customer notes are stored as knowledge.
type
route-manifest
locator
wms://routes/AM-204/manifest
mission
mission-log-332
maintainer
participant-dispatch-engine
Real instance
Fallback clause library
A versioned clause pack is attached to the contract mission.
type
clause-library
locator
kms://legal/fallback-clauses/v12
mission
mission-legal-085
maintainer
participant-commercial-counsel
Real instance
Inspection checklist bundle
The mission references a standards checklist and prior maintenance drawings.
type
inspection-checklist
locator
bim://tower-7/facade/checklist-v5
mission
mission-site-441
maintainer
participant-facilities-ops
Real instance
Evaluation criteria pack
Tender documents, scoring rubric, and approval policy are attached as immutable context.
type
procurement-policy
locator
kms://procurement/rfps/cyber-platform-criteria
mission
mission-rfp-290
maintainer
participant-sourcing-office
Real instance
Tenant setup guide
Workspace onboarding instructions and policy references are stored as knowledge.
type
onboarding-guide
locator
https://docs.poiva.dev/cloud/onboarding
mission
mission-cloud-001
maintainer
participant-cloud-admin
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable knowledge identifier.
type
code
1..1
Required
Policy, repository, contract, chart, scan, route-map, media, or dataset.
locator
uri
1..1
Required
Resolvable external or internal location for the knowledge item.
mission
Reference(Mission)
0..1
Optional
Mission context the knowledge belongs to.
maintainer
Reference(Participant)
0..1
Optional
Actor maintaining or approving the knowledge artifact.
supersedes
Reference(Knowledge)
0..1
Optional
Previous knowledge artifact replaced by this one.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/knowledge/{id}
Read one knowledge object.
POST
/knowledge
Register a knowledge artifact in the protocol.
GET
/knowledge?mission=mission-soft-2048
Query mission-bound knowledge.
PATCH
/knowledge/{id}
Update metadata or supersession links for a knowledge item.
DELETE
/knowledge/{id}
Detach a superseded draft knowledge item.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Merged release package
The deliverable bundles the pull request, deployment manifest, and release notes.
artifactType
pull-request-package
producedBy
activity-backend-implementation
submittedBy
participant-backend-engineer
evidence
evidence-ci-229, evidence-scan-08
Real instance
Discharge summary
The deliverable contains orders, instructions, and handoff confirmation.
artifactType
clinical-summary
producedBy
activity-discharge-review
submittedBy
participant-discharge-nurse
evidence
evidence-med-rec, evidence-signoff
Real instance
Proof-of-delivery packet
The deliverable captures the completed drop with all supporting scans.
artifactType
delivery-completion
producedBy
activity-final-mile-dropoff
submittedBy
participant-driver-77
evidence
evidence-gps-771, evidence-photo-771
Real instance
Redline approval packet
The deliverable includes the markup, issues list, and ready-to-sign verdict.
artifactType
approval-packet
producedBy
activity-markup-review
submittedBy
participant-commercial-counsel
evidence
evidence-redline-file, evidence-approval-chain
Real instance
Facade inspection report
The deliverable packages field notes, severity tags, and remediation recommendations.
artifactType
inspection-report
producedBy
activity-facade-site-walk
submittedBy
participant-field-inspector
evidence
evidence-photo-bundle, evidence-laser-scan
Real instance
Vendor recommendation pack
The deliverable contains scoring results, justification, and award recommendation.
artifactType
recommendation-pack
producedBy
activity-evaluator-scoring
submittedBy
participant-procurement-panel
evidence
evidence-score-sheets, evidence-approval-minutes
Real instance
Tenant onboarding packet
The deliverable captures organization creation and owner access issuance.
artifactType
tenant-onboarding
producedBy
activity-cloud-setup
submittedBy
participant-cloud-admin
evidence
evidence-org-created, evidence-token-issued
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable deliverable identifier.
mission
Reference(Mission)
1..1
Required
Mission satisfied by the deliverable.
producedBy
Reference(Activity)
0..1
Optional
Activity primarily responsible for the output.
artifactType
code
1..1
Required
PR, deployment, PDF, report, route completion, approval pack, and similar.
submittedBy
Reference(Participant)
1..1
Required
The actor who submits the deliverable.
evidence
Reference(Evidence)
0..*
Optional
Evidence items supporting the deliverable.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/deliverables/{id}
Read a deliverable and its evidence graph.
POST
/deliverables
Submit a deliverable for a mission.
POST
/deliverables/{id}/evidence
Attach evidence to an existing deliverable.
PATCH
/deliverables/{id}
Revise metadata or replace a pending deliverable submission.
DELETE
/deliverables/{id}
Retract a deliverable that has not yet been accepted.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
CI and security proof
Machine-generated evidence proves the release passed required checks.
type
test-run
subject
deliverable-pr-981
collectedBy
participant-ci-system
payloadLocator
https://ci.example.com/runs/229
Real instance
Clinical sign-off evidence
A sign-off entry and medication reconciliation log validate readiness.
type
approval
subject
deliverable-discharge-summary
collectedBy
participant-attending-physician
payloadLocator
ehr://encounters/9844/signoff
Real instance
GPS and photo evidence
Location trace and doorstep photo support the final-mile result.
type
gps-trail
subject
deliverable-proof-of-delivery
collectedBy
participant-driver-device-77
payloadLocator
https://logistics.example.com/traces/771
Real instance
Approval chain evidence
The comment log and signature approvals prove the legal outcome.
type
approval-chain
subject
deliverable-redline-packet
collectedBy
participant-commercial-counsel
payloadLocator
kms://matters/supplier-44/approvals
Real instance
Photo and scan evidence
Timestamped photos and facade scan data support the inspection report.
type
photo-bundle
subject
deliverable-facade-report
collectedBy
participant-field-inspector
payloadLocator
https://inspections.example.com/reports/441/evidence
Real instance
Score sheet evidence
Scoring sheets and committee minutes support the final recommendation.
type
scorecard-pack
subject
deliverable-scorecard-pack
collectedBy
participant-procurement-panel
payloadLocator
kms://rfp/cyber-platform/score-pack
Real instance
Signup and audit evidence
Organization creation and access issuance are preserved as evidence.
type
audit-event
subject
deliverable-tenant-onboarding
collectedBy
participant-cloud-admin
payloadLocator
https://cloud.poiva.dev/audit/signup/001
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable evidence identifier.
subject
Reference(Deliverable)
1..1
Required
Deliverable or activity substantiated by the evidence.
type
code
1..1
Required
Signature, scan, test-run, photo, audit-note, reading, GPS trail, or approval.
collectedBy
Reference(Participant)
0..1
Optional
Actor or system that collected the evidence.
sourceKnowledge
Reference(Knowledge)
0..1
Optional
Knowledge object describing the origin context.
payloadLocator
uri
1..1
Required
Where the proof artifact can be retrieved or replayed.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/evidence/{id}
Read one evidence item.
POST
/evidence
Register evidence independently.
GET
/evidence?subject=deliverable-proof-of-delivery
Query evidence by subject.
PATCH
/evidence/{id}
Correct metadata or add correlation tags to an evidence item.
DELETE
/evidence/{id}
Remove invalid evidence before verification closes.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Release gate verification
The verifier checks merged status, CI health, and security policy before release.
policyCode
release-ready-v3
target
deliverable-pr-981
reviewer
participant-release-manager
decision
accepted
Real instance
Safe discharge verification
Clinical policy confirms documentation, medication, and transport readiness.
policyCode
safe-discharge-v2
target
deliverable-discharge-summary
reviewer
participant-attending-physician
decision
accepted
Real instance
Delivery completion verification
The system evaluates GPS, scan sequence, and customer proof.
policyCode
proof-of-delivery-v1
target
deliverable-proof-of-delivery
reviewer
participant-logistics-verifier
decision
accepted
Real instance
Signature readiness verification
Legal policy checks markup completion, fallback usage, and stakeholder approval.
policyCode
signature-readiness-v4
target
deliverable-redline-packet
reviewer
participant-commercial-counsel
decision
revise
Real instance
Remediation approval verification
A reviewer checks evidence completeness and defect categorization before sign-off.
policyCode
inspection-acceptance-v2
target
deliverable-facade-report
reviewer
participant-facilities-ops
decision
accepted
Real instance
Award governance verification
Governance policy checks panel scoring, conflict review, and executive approval.
policyCode
award-governance-v5
target
deliverable-scorecard-pack
reviewer
participant-sourcing-office
decision
accepted
Real instance
Tenant setup verification
Policy confirms org ownership, password rules, and token issuance.
policyCode
tenant-provisioning-v1
target
deliverable-tenant-onboarding
reviewer
participant-cloud-admin
decision
accepted
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable verification identifier.
target
Reference(Deliverable)
1..1
Required
Deliverable under evaluation.
policyCode
code
1..1
Required
Verification policy or rule-set identifier.
evidence
Reference(Evidence)
1..*
Required
Evidence bundle evaluated by the verifier.
reviewer
Reference(Participant)
0..1
Optional
Human or system reviewer producing the decision.
decision
code
1..1
Required
accepted | rejected | revise.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/verifications/{id}
Read the verification decision and rationale.
POST
/verifications
Create a verification request.
POST
/verifications/{id}/evaluate
Run the verification policy against evidence.
PATCH
/verifications/{id}
Update reviewer assignment or decision notes before finalization.
DELETE
/verifications/{id}
Cancel a pending verification request.
Example use case
Software release
Patient discharge
Parcel delivery
Contract review
Building inspection
RFP award
Cloud workspace
Real instance
Deployment event
An immutable record marks the release package as submitted for verification.
type
deliverable.submitted
occurredAt
2026-08-04T09:14:00Z
mission
mission-soft-2048
actor
participant-backend-engineer
Real instance
Clinical approval event
The event log preserves sign-off and downstream notifications.
type
verification.accepted
occurredAt
2026-08-04T13:42:00Z
mission
mission-care-177
actor
participant-attending-physician
Real instance
Proof captured event
The route engine emits a completion event when proof is uploaded.
type
evidence.attached
occurredAt
2026-08-04T08:55:00Z
mission
mission-log-332
actor
participant-driver-device-77
Real instance
Revision requested event
Legal review returns a durable request for clause changes.
type
verification.revise
occurredAt
2026-08-04T15:10:00Z
mission
mission-legal-085
actor
participant-commercial-counsel
Real instance
Inspection report submitted event
The event stream records field submission and downstream approval routing.
type
deliverable.submitted
occurredAt
2026-08-04T10:18:00Z
mission
mission-site-441
actor
participant-field-inspector
Real instance
Vendor recommendation approved event
The recommendation moves from evaluation into governance approval.
type
verification.accepted
occurredAt
2026-08-04T16:25:00Z
mission
mission-rfp-290
actor
participant-sourcing-office
Real instance
Workspace provisioned event
The cloud tenant creation event marks the org and first owner as active.
type
organization.created
occurredAt
2026-08-04T18:05:00Z
mission
mission-cloud-001
actor
participant-cloud-admin
Attribute
Type
Card.
Presence
Description
id
id
1..1
Required
Stable event identifier.
type
code
1..1
Required
Event category such as mission.created or deliverable.submitted.
occurredAt
instant
1..1
Required
Wall-clock timestamp for the emitted event.
mission
Reference(Mission)
0..1
Optional
Mission correlated with the event.
actor
Reference(Participant)
0..1
Optional
Actor causing or observing the transition.
subject
Reference(Deliverable)
0..1
Optional
Optional subject resource impacted by the event.
extensions
Reference(ExtensionField)
0..*
Optional
Additive extension fields attached to this entity.
Typed links inferred from attributes
GET
/events/{id}
Read one immutable event.
GET
/events?mission=mission-soft-2048
Replay mission history.
GET
/events/stream
Subscribe to protocol events.
PATCH
/events/{id}/annotations
Append non-semantic operator annotations to an event.
DELETE
/events/{id}/annotations/{annotationId}
Remove an operator annotation while keeping the event immutable.