saasify-openapi-utils
Version:
OpenAPI utilities for Saasify.
39 lines (37 loc) • 712 B
JSON
{
"openapi": "3.0.2",
"info": {
"title": "Fast API",
"version": "0.1.0"
},
"paths": {
"/": {
"put": {
"summary": "Read Root",
"operationId": "read_root__get",
"parameters": [
{
"required": false,
"schema": {
"title": "Q",
"type": "string"
},
"name": "q",
"in": "query"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
}
}
}
}
}
}
}
}
}