Add initial agent definitions and OpenAPI contract for reader-suite
Build and Push Reader API Image / docker (push) Successful in 8s
Build and Push Reader API Image / docker (push) Successful in 8s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user