{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "적과·적심 로봇 통합검증 reference interface",
  "type": "object",
  "required": [
    "component",
    "accepted",
    "status",
    "target",
    "verdict",
    "passed",
    "total",
    "missingRequired",
    "results"
  ],
  "properties": {
    "component": {
      "const": "metafarmers/fruit-robot-validation"
    },
    "accepted": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "target": {
      "const": "validation"
    },
    "verdict": {
      "type": "string"
    },
    "passed": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "missingRequired": {
      "type": "array"
    },
    "results": {
      "type": "array"
    }
  }
}
