A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

cwsfa/following-amr-validation Private

[참조 MVP] 추종형 이송로봇 통합검증 — 추종·정지·레일 진입·적재 이송 시나리오를 확인하는 참조 검증 자산입니다.

https://git.agrithing.ai/cwsfa/following-amr-validation.git
4 commits
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 797 B · 7913e72 Download
{  "$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": "cwsfa/following-amr-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"    }  }}