This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.3 | |
| info: | |
| title: FastAPI Pipeline API | |
| version: 2.0.0 | |
| description: | | |
| Spring Boot → FastAPI 파이프라인 엔드포인트 명세. | |
| ## 설계 원칙 | |
| - Spring Boot는 식별자(ID, storage_key)만 전달 | |
| - FastAPI가 DB view / 로컬볼륨에서 필요한 데이터를 직접 조회 |