Refactor APICall and schema validation

This commit is contained in:
allegroai
2021-01-05 18:30:59 +02:00
parent 23736efbc3
commit bdf6c353bd
7 changed files with 68 additions and 58 deletions

View File

@@ -0,0 +1,3 @@
from apiserver.schema import SchemaReader
schema = SchemaReader().get_schema()