@@ -63,9 +63,6 @@ def simpleContext():
return emptyOut, 500
-if __name__ == '__main__':
- app.run()
-
# chiama funzione per contesti singoli
@app.route('/get_single_context', methods=['POST'])
def singleContext():
@@ -0,0 +1,79 @@
+openapi: 3.0.1
+info:
+ title: TIGRO
+ description: Explore lemmas.
+ version: 1.0.0
+servers:
+ - url: 'https://localhost'
+paths:
+ /simple_get_query:
+ post:
+ summary: Submit a simple query.
+ description: Submit a simple query in a simple way.
+
+ requestBody:
+ required: true
+ content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ queryList:
+ type: array
+ items:
+ stringa:
+ type: string
+ espansa:
+ type: integer
+ raddoppiata:
+ tipo:
+ responses:
+ '200':
+ description: OK
+ cod:
+ forma:
+ lemma:
+ cat_gr:
+ disambiguatore:
+ occ:
+ '400':
+ description: Errore nella richiesta
+ '500':
+ description: Errore del server
+components:
+ schemas:
+ Query:
+ required:
+ - cod
+ - occ