mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Initial application stub
This commit is contained in:
35
modules/joexapi/src/main/resources/joex-openapi.yml
Normal file
35
modules/joexapi/src/main/resources/joex-openapi.yml
Normal file
@ -0,0 +1,35 @@
|
||||
openapi: 3.0.0
|
||||
|
||||
info:
|
||||
title: Docspell JOEX
|
||||
version: 0.1.0-SNAPSHOT
|
||||
|
||||
servers:
|
||||
- url: /api/v1
|
||||
description: Current host
|
||||
|
||||
paths:
|
||||
|
||||
components:
|
||||
schemas:
|
||||
VersionInfo:
|
||||
description: |
|
||||
Information about the software.
|
||||
required:
|
||||
- version
|
||||
- builtAtMillis
|
||||
- builtAtString
|
||||
- gitCommit
|
||||
- gitVersion
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
builtAtMillis:
|
||||
type: integer
|
||||
format: int64
|
||||
builtAtString:
|
||||
type: string
|
||||
gitCommit:
|
||||
type: string
|
||||
gitVersion:
|
||||
type: string
|
Reference in New Issue
Block a user