-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgenerated_spec.json
More file actions
41 lines (41 loc) · 871 Bytes
/
generated_spec.json
File metadata and controls
41 lines (41 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"openapi": "3.0.0",
"info": {
"title": "Auto-Generated API",
"version": "1.0.0",
"description": "API specification automatically generated by API Orchestrator"
},
"servers": [
{
"url": "http://localhost:8000",
"description": "Development server"
}
],
"paths": {},
"components": {
"schemas": {
"Error": {
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Error message"
},
"code": {
"type": "integer",
"description": "Error code"
},
"details": {
"type": "object",
"description": "Additional error details"
}
},
"required": [
"error"
]
}
},
"securitySchemes": {},
"parameters": {}
}
}