We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a887a commit 8a45b1cCopy full SHA for 8a45b1c
source/openapi/v2/paths/schemas.yaml
@@ -11,3 +11,20 @@ get:
11
description: Bad request
12
'500':
13
description: Internal server error
14
+post:
15
+ summary: Analyze a schema from a provided ODD file
16
+ requestBody:
17
+ required: true
18
+ content:
19
+ application/octet-stream: {}
20
+ responses:
21
+ '200':
22
+ description: Successful operation
23
24
+ application/vnd.api+json:
25
+ schema:
26
+ $ref: "../components/schemas/detailsSchemaJsonResponse.yaml"
27
+ '400':
28
+ description: Bad request
29
+ '500':
30
+ description: Internal server error
0 commit comments