airbags
The airbags noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.
airbags is one of the estate's 317 automotive nouns — a job a car needs done. It carries 11 capabilities: 0 live, 11 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | airbags |
| Pillar | Data (facets: 4 data · 4 services · 3 commerce) |
| Capabilities | 11 — 0 live · 11 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.airbags.* from apis.vin |
| Address | /catalog/airbags#{action} — the anchor IS the wire name minus airbags. |
Events
The vocabulary this noun can append to the record — 9 past-tense, versioned event types, each linked to the capability that emits it:
Airbags.charged@1— emitted bypayAirbags.clearCrashDataed@1— emitted byclearCrashDataAirbags.clockspringReplaced@1— emitted byclockspringReplaceAirbags.diagnosed@1— emitted bydiagnoseAirbags.moduleReplaced@1— emitted bymoduleReplaceAirbags.ordered@1— emitted byorderAirbags.quoted@1— emitted byquoteOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
moduleRead
airbags.moduleRead · GET /airbags/module-read · gate none · sandbox · answers AirbagsModuleRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.moduleRead({"vin":"5N1AZ2MHXGN152060"})curl 'https://apis.vin/airbags/module-read?vin=5N1AZ2MHXGN152060'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsModuleRead@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"module": {
"id": "SRM-26779429",
"crashDataPresent": false,
"deployments": 0
},
"verdict": "pass"
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"module": {
"id": "SRM-26779429",
"crashDataPresent": false,
"deployments": 0
},
"verdict": "pass"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}deploymentHistory
airbags.deploymentHistory · GET /airbags/deployment-history · gate none · sandbox · answers AirbagsDeploymentHistory@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.deploymentHistory({"vin":"5N1AZ2MHXGN152060"})curl 'https://apis.vin/airbags/deployment-history?vin=5N1AZ2MHXGN152060'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsDeploymentHistory@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"deployed": false,
"deployments": [],
"basis": "one-compiled-report"
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"deployed": false,
"deployments": [],
"basis": "one-compiled-report"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}recallCheck
airbags.recallCheck · GET /airbags/recall-check · gate none · sandbox · answers AirbagsRecallCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.recallCheck({"vin":"5N1AZ2MHXGN152060"})curl 'https://apis.vin/airbags/recall-check?vin=5N1AZ2MHXGN152060'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsRecallCheck@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"recall": {
"id": "CAMP-4334746b",
"type": "safety-recall",
"status": "open",
"remedy": "inspect and replace the affected component"
},
"stopSale": "stop-sale-active"
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"recall": {
"id": "CAMP-4334746b",
"type": "safety-recall",
"status": "open",
"remedy": "inspect and replace the affected component"
},
"stopSale": "stop-sale-active"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}statusCheck
airbags.statusCheck · GET /airbags/status-check · gate none · sandbox · answers AirbagsStatusCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.statusCheck({"vin":"5N1AZ2MHXGN152060"})curl 'https://apis.vin/airbags/status-check?vin=5N1AZ2MHXGN152060'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsStatusCheck@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"srs": {
"moduleId": "SRM-26779429",
"verdict": "pass",
"deployed": false,
"crashDataPresent": false,
"recallOpen": true
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"srs": {
"moduleId": "SRM-26779429",
"verdict": "pass",
"deployed": false,
"crashDataPresent": false,
"recallOpen": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
airbags.quote · POST /airbags/quote · gate offer · sandbox · answers AirbagsQuote@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.quoted@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.quote({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/quote \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsQuote@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"quote": {
"id": "ABQ-eee6583b",
"verdict": "pass",
"deployed": false,
"amountCents": 9500,
"currency": "USD",
"status": "quoted"
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"quote": {
"id": "ABQ-eee6583b",
"verdict": "pass",
"deployed": false,
"amountCents": 9500,
"currency": "USD",
"status": "quoted"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
airbags.order · POST /airbags/order · gate offer · sandbox · answers AirbagsOrder@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.order({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/order \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsOrder@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"order": {
"id": "ORD-0c4e5e23",
"item": "restraint service",
"status": "placed",
"amountCents": 9500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"order": {
"id": "ORD-0c4e5e23",
"item": "restraint service",
"status": "placed",
"amountCents": 9500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
airbags.pay · POST /airbags/pay · gate offer · sandbox · answers AirbagsPay@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.charged@1 · ServiceOrder.settled@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.pay({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/pay \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsPay@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"payment": {
"id": "PAY-a4bd539d",
"status": "settled",
"amountCents": 9500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"payment": {
"id": "PAY-a4bd539d",
"status": "settled",
"amountCents": 9500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
diagnose
airbags.diagnose · POST /airbags/diagnose · gate offer · sandbox · answers AirbagsDiagnose@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.diagnosed@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.diagnose({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/diagnose \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsDiagnose@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"diagnosis": {
"verdict": "pass",
"deployed": false,
"faults": []
},
"basis": "wave-4-electrical-axis"
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"diagnosis": {
"verdict": "pass",
"deployed": false,
"faults": []
},
"basis": "wave-4-electrical-axis"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}clockspringReplace
airbags.clockspringReplace · POST /airbags/clockspring-replace · gate offer · sandbox · answers AirbagsClockspringReplace@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.clockspringReplaced@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.clockspringReplace({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/clockspring-replace \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsClockspringReplace@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"work": {
"id": "WO-6b72c7a4",
"operation": "clockspring-replacement",
"status": "scheduled",
"costCents": 32500,
"currency": "USD"
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"work": {
"id": "WO-6b72c7a4",
"operation": "clockspring-replacement",
"status": "scheduled",
"costCents": 32500,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}moduleReplace
airbags.moduleReplace · POST /airbags/module-replace · gate offer · sandbox · answers AirbagsModuleReplace@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.moduleReplaced@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.moduleReplace({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/module-replace \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsModuleReplace@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"work": {
"operation": "module-replacement",
"status": "not-indicated",
"reason": "module-healthy",
"verdict": "pass"
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"work": {
"operation": "module-replacement",
"status": "not-indicated",
"reason": "module-healthy",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
clearCrashData
airbags.clearCrashData · POST /airbags/clear-crash-data · gate offer · sandbox · answers AirbagsClearCrashData@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Airbags.clearCrashDataed@1.
import { airbags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.clearCrashData({"vin":"5N1AZ2MHXGN152060"})curl -X POST https://apis.vin/airbags/clear-crash-data \
-H 'content-type: application/json' \
-d '{"vin":"5N1AZ2MHXGN152060"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AirbagsClearCrashData@1",
"value": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"work": {
"operation": "crash-data-clear",
"status": "no-crash-data-on-file",
"moduleId": "SRM-26779429"
}
},
"evidence": {
"vin": "5N1AZ2MHXGN152060",
"noun": "airbags",
"asOf": "2026-08-10",
"roId": "RO-1cc4fda8",
"work": {
"operation": "crash-data-clear",
"status": "no-crash-data-on-file",
"moduleId": "SRM-26779429"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Data model
The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.
RepairOrder
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.