{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://earswet.com/docs/schemas/earswet-evaluation-response.schema.json",
  "title": "Earswet Evaluation Response",
  "type": "object",
  "required": ["markerId", "rawValueAccess", "outputMode", "reasonCode"],
  "properties": {
    "markerId": { "type": "string" },
    "rawValueAccess": { "type": "boolean" },
    "outputMode": {
      "type": "string",
      "enum": ["full_value", "limited_value", "trend_only", "warning_only", "request_remeasurement", "raw_access_blocked", "non_value"]
    },
    "reasonCode": { "type": "string" },
    "evidencePacketId": { "type": "string" },
    "policyVersion": { "type": "string" },
    "ruleGraphVersion": { "type": "string" }
  },
  "additionalProperties": true
}
