Files
reader-api/docs/openapi.yaml
T
virtus aa33d7cf2f
Build and Push Reader API Image / docker (push) Successful in 8s
Add initial agent definitions and OpenAPI contract for reader-suite
2026-04-07 18:49:06 +07:00

14 lines
282 B
YAML

openapi: 3.0.3
info:
title: Reader API
version: 0.1.0
description: |
Source-of-truth OpenAPI contract for reader-suite (web, mobile, api).
servers:
- url: http://localhost:8000
description: Local development
paths: {}
components:
schemas: {}
securitySchemes: {}