REPOSITORY
jbnu/spatial-information-db Private
[참조 MVP] 농경지 공간정보 DB — 농경지·장애물 GeoJSON 피처를 경계상자 기준으로 검색하는 경량 저장 모델입니다.
https://git.agrithing.ai/jbnu/spatial-information-db.git 3bc873b feat: adopt typescript VPU SDV reference implementation
7cfcc9e ci: add language-specific static and dynamic analysis
2aec80b docs: define component scope and interface contract
29690c7 ci: verify contract tests and evidence package
68d8ce2 feat: add executable reference MVP
ff0d18b docs: define component scope and interface contract
1 items · main
·/ contracts/component.interface.json
json · 554 B · 7da3801 Download
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "농경지 공간정보 DB interface", "type": "object", "required": [ "component", "inputContract", "outputContract" ], "properties": { "component": { "const": "jbnu/spatial-information-db" }, "inputContract": { "type": "string" }, "outputContract": { "type": "string" }, "transport": { "enum": [ "JSON/CLI", "ROS2-adapter", "HTTP-adapter", "CAN-adapter" ] } }}