docs.vin

wipers

The wipers noun — identity, lifecycle, events, and every capability as an anchored section: 8 capabilities, 0 live, 8 sandbox, 0 declared.

wipers is one of the estate's 317 automotive nouns — a job a car needs done. It carries 8 capabilities: 0 live, 8 sandbox, 0 declared · doors aggregator.vin.

Identity

Nounwipers
PillarData (facets: 3 data · 2 services · 3 commerce)
Capabilities8 — 0 live · 8 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.wipers.* from apis.vin
Address/catalog/wipers#{action} — the anchor IS the wire name minus wipers.

Events

The vocabulary this noun can append to the record — 7 past-tense, versioned event types, each linked to the capability that emits it:

Discover & read

spec

wipers.spec · GET /wipers/spec · gate none · sandbox · answers WipersSpec@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

the SDK — wipers.spec
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.spec({"vin":"KL4CJGSB1HB048392"})
GET /wipers/spec
curl 'https://apis.vin/wipers/spec?vin=KL4CJGSB1HB048392'

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.

receipt · executed 2026-08-17T12:42:19.286Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersSpec@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "spec": {
      "partNumber": "P-0159c4e2",
      "bladeIn": {
        "driver": 26,
        "passenger": 18
      },
      "basis": "oe-book"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "spec": {
      "partNumber": "P-0159c4e2",
      "bladeIn": {
        "driver": 26,
        "passenger": 18
      },
      "basis": "oe-book"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

fitment

wipers.fitment · GET /wipers/fitment · gate none · sandbox · answers WipersFitment@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

the SDK — wipers.fitment
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.fitment({"vin":"KL4CJGSB1HB048392"})
GET /wipers/fitment
curl 'https://apis.vin/wipers/fitment?vin=KL4CJGSB1HB048392'

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.

receipt · executed 2026-08-17T12:42:19.276Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersFitment@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "fitment": {
      "fits": true,
      "status": "fits",
      "partNumber": "P-0159c4e2",
      "basis": "oe-book"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "fitment": {
      "fits": true,
      "status": "fits",
      "partNumber": "P-0159c4e2",
      "basis": "oe-book"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

conditionCheck

wipers.conditionCheck · GET /wipers/condition-check · gate none · sandbox · answers WipersConditionCheck@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

the SDK — wipers.conditionCheck
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.conditionCheck({"vin":"KL4CJGSB1HB048392"})
GET /wipers/condition-check
curl 'https://apis.vin/wipers/condition-check?vin=KL4CJGSB1HB048392'

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.

receipt · executed 2026-08-17T12:42:19.265Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersConditionCheck@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "condition": {
      "verdict": "pass",
      "status": "serviceable"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "condition": {
      "verdict": "pass",
      "status": "serviceable"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

quote

wipers.quote · POST /wipers/quote · gate offer · sandbox · answers WipersQuote@1

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

EmitsWipers.quoted@1.

the SDK — wipers.quote
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.quote({"vin":"KL4CJGSB1HB048392"})
POST /wipers/quote
curl -X POST https://apis.vin/wipers/quote \
  -H 'content-type: application/json' \
  -d '{"vin":"KL4CJGSB1HB048392"}'

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.

receipt · executed 2026-08-17T12:42:19.283Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersQuote@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "quote": {
      "id": "WQ-342b3948",
      "amountCents": 4050,
      "partsCents": 2400,
      "laborCents": 1650,
      "currency": "USD",
      "basis": "bin-unit-plus-tenth-hour-labor"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "quote": {
      "id": "WQ-342b3948",
      "amountCents": 4050,
      "partsCents": 2400,
      "laborCents": 1650,
      "currency": "USD",
      "basis": "bin-unit-plus-tenth-hour-labor"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Apply & book

order

wipers.order · POST /wipers/order · gate offer · sandbox · answers WipersOrder@1

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

EmitsOrder.placed@1 · ServiceOrder.settled@1 · Wipers.ordered@1.

the SDK — wipers.order
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.order({"vin":"KL4CJGSB1HB048392"})
POST /wipers/order
curl -X POST https://apis.vin/wipers/order \
  -H 'content-type: application/json' \
  -d '{"vin":"KL4CJGSB1HB048392"}'

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.

receipt · executed 2026-08-17T12:42:19.276Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersOrder@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "order": {
      "partNumber": "P-0159c4e2",
      "amountCents": 2400,
      "currency": "USD",
      "status": "order-recorded"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "order": {
      "partNumber": "P-0159c4e2",
      "amountCents": 2400,
      "currency": "USD",
      "status": "order-recorded"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Pay & settle

pay

wipers.pay · POST /wipers/pay · gate offer · sandbox · answers WipersPay@1

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

EmitsServiceOrder.settled@1 · Wipers.charged@1.

the SDK — wipers.pay
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.pay({"vin":"KL4CJGSB1HB048392"})
POST /wipers/pay
curl -X POST https://apis.vin/wipers/pay \
  -H 'content-type: application/json' \
  -d '{"vin":"KL4CJGSB1HB048392"}'

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.

receipt · executed 2026-08-17T12:42:19.278Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersPay@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "payment": {
      "status": "not-yet-billed",
      "amountCents": 4050,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "payment": {
      "status": "not-yet-billed",
      "amountCents": 4050,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Fulfill & operate

replace

wipers.replace · POST /wipers/replace · gate offer · sandbox · answers WipersReplace@1

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

EmitsWipers.replaced@1.

the SDK — wipers.replace
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.replace({"vin":"KL4CJGSB1HB048392"})
POST /wipers/replace
curl -X POST https://apis.vin/wipers/replace \
  -H 'content-type: application/json' \
  -d '{"vin":"KL4CJGSB1HB048392"}'

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.

receipt · executed 2026-08-17T12:42:19.286Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersReplace@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "work": {
      "operation": "replace",
      "status": "completed",
      "verdict": "pass"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "work": {
      "operation": "replace",
      "status": "completed",
      "verdict": "pass"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

adjust

wipers.adjust · POST /wipers/adjust · gate offer · sandbox · answers WipersAdjust@1

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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.

EmitsWipers.adjusted@1.

the SDK — wipers.adjust
import { wipers } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.adjust({"vin":"KL4CJGSB1HB048392"})
POST /wipers/adjust
curl -X POST https://apis.vin/wipers/adjust \
  -H 'content-type: application/json' \
  -d '{"vin":"KL4CJGSB1HB048392"}'

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.

receipt · executed 2026-08-17T12:42:19.254Z · HTTP 200
{
  "type": "OK",
  "answers": "WipersAdjust@1",
  "value": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "work": {
      "operation": "adjust",
      "status": "completed",
      "verdict": "pass"
    }
  },
  "evidence": {
    "vin": "KL4CJGSB1HB048392",
    "noun": "wipers",
    "asOf": "2026-08-10",
    "id": "RO-a5557e98",
    "concerns": [
      {
        "system": "brakes",
        "verdict": "attention"
      },
      {
        "system": "exhaust",
        "verdict": "attention"
      }
    ],
    "payType": "customer-pay",
    "lines": [
      {
        "line": 1,
        "kind": "labor",
        "description": "labor operation",
        "amountCents": 16500
      }
    ],
    "technicianId": "TECH-e53bb35c",
    "estimateId": "EST-b87c8e7f",
    "status": "Completed",
    "work": {
      "operation": "adjust",
      "status": "completed",
      "verdict": "pass"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "soft-wear-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.