{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "과채류 작업대상 인식 reference interface",
  "type": "object",
  "required": [
    "component",
    "accepted",
    "status",
    "target",
    "frameId",
    "candidates",
    "counts",
    "rejected"
  ],
  "properties": {
    "component": {
      "const": "metafarmers/fruit-work-target-perception"
    },
    "accepted": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "target": {
      "const": "vpu"
    },
    "frameId": {
      "type": "string"
    },
    "candidates": {
      "type": "array"
    },
    "counts": {
      "type": "object"
    },
    "rejected": {
      "type": "integer"
    }
  }
}
