.asw/product.json +27−0 View file@@ -0,0 +1,27 @@
1 +
{ 2 +
"schemaVersion": "asw.product/v1", 3 +
"id": "alice-sdv-reference", 4 +
"name": "ALICE SDV 참조 제품", 5 +
"description": "코드 커밋부터 검증, 패키징, 로컬 시뮬레이터 배포까지의 A-SW 파이프라인을 재현하는 교육·검증용 제품입니다.", 6 +
"workspaceId": "RS-2025-25460711", 7 +
"ownerOrg": "via", 8 +
"owner": "주식회사 비아", 9 +
"targets": [ 10 +
{ 11 +
"id": "edge-simulator", 12 +
"name": "ALICE Edge Simulator", 13 +
"description": "상태 머신, 텔레메트리 계약과 로컬 배포 대상" 14 +
} 15 +
], 16 +
"components": [ 17 +
{ 18 +
"org": "via", 19 +
"repo": "alice-sdv-demo", 20 +
"institution": "주식회사 비아", 21 +
"institutionCode": "VIA", 22 +
"name": "ALICE SDV Reference Module", 23 +
"domain": "Reference Product", 24 +
"target": "edge-simulator" 25 +
} 26 +
] 27 +
}