소스 인벤토리 구조 분석 (iss-bfacccaabbd5)
This commit is contained in:
parent
33bb7303e5
commit
213c2908f8
1 changed files with 35 additions and 0 deletions
35
source-inventory/api-inventory.json
Normal file
35
source-inventory/api-inventory.json
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"inventoryId": "api-001",
|
||||||
|
"category": "api-specifications",
|
||||||
|
"description": "API 명세 인벤토리",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id": "api-openapi",
|
||||||
|
"path": "api/openapi",
|
||||||
|
"type": "directory",
|
||||||
|
"description": "OpenAPI/Swagger 명세",
|
||||||
|
"format": "yaml",
|
||||||
|
"status": "pending"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "api-graphql",
|
||||||
|
"path": "api/graphql",
|
||||||
|
"type": "directory",
|
||||||
|
"description": "GraphQL 스키마",
|
||||||
|
"format": "graphql",
|
||||||
|
"status": "pending"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "api-rest",
|
||||||
|
"path": "api/rest",
|
||||||
|
"type": "directory",
|
||||||
|
"description": "REST API 문서",
|
||||||
|
"format": "markdown",
|
||||||
|
"status": "pending"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"created": "2025-07-10T14:38:23Z",
|
||||||
|
"project": "runtime-smoke-20260710143823"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue