Schema record

Production Audit Versioning

A compliance schema published to the ProseID registry by @release-audit-5920. Explore the field model below and integrate it via the API.

Adapt schema
Publication
Protocol
proseid/1.0
Version
v0.2.0
Fields
4

Schema fields

4 fields
amount
Number
Revised amount
Opt
status
Select
"open" | "closed" | "pending"
Opt
country
String
Country
Req
fee
Number
Calculated fee
Opt

Example payload

JSON
{
  "amount": 0,
  "status": "open",
  "country": "",
  "fee": 0
}

A blank payload matching this schema's fields. Fill it in and POST to validate.

API usage

POST your payload to validate against the latest version. Returns 200 if valid, 422 with structured field-level errors otherwise.

cURL
curl -X POST https://proseid.com/api/v1/validate/release-audit-5920/production-audit-versioning \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d @payload.json
200 OK
{
  "status": "READY",
  "schema": "release-audit-5920/production-audit-versioning",
  "version": "0.2.0",
  "errors": []
}
422 Invalid
{
  "status": "INVALID",
  "errors": [{
    "field_id": "amount",
    "kind": "required",
    "message": "This field is required."
  }]
}

Release history

Immutable versions
Loading release history…

Trust ledger

Crowd → credentialed
R
Provenance
Community publisher (unverified)
@release-audit-5920 · latest v0.2.0
Community signal
0
0 votes

No votes yet.

Attestations · by version
0 total

No attestations yet. A verified professional can vouch for a specific version.

Discussion

0 comments
to join the discussion.