{
  "$id": "https://xn--mwe.com/schemas/k08-assurance-trace.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": true,
  "properties": {
    "edges": {
      "type": "array"
    },
    "nodes": {
      "minItems": 1,
      "type": "array"
    },
    "state": {
      "type": "string"
    }
  },
  "required": [
    "schema",
    "id",
    "rootClaimId",
    "nodes",
    "edges",
    "state",
    "nonClaims"
  ],
  "title": "K08 bounded assurance trace",
  "type": "object"
}
