meldestelle/docs/api/generated/horses-openapi.json
2025-09-01 14:32:23 +02:00

20 lines
574 B
JSON

{
"openapi": "3.0.3",
"info": {
"title": "Horses API",
"description": "REST API für horses Verwaltung",
"version": "1.0.0",
"contact": { "name": "Meldestelle Development Team" }
},
"servers": [
{ "url": "http://localhost:8080", "description": "Entwicklungs-Server" },
{ "url": "https://api.meldestelle.at", "description": "Produktions-Server" }
],
"paths": {},
"components": {
"securitySchemes": {
"bearerAuth": { "type": "http", "scheme": "bearer", "bearerFormat": "JWT" }
}
},
"security": [ { "bearerAuth": [] } ]
}