File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
services/resource-usage-tracker Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ include ../../scripts/common-service.Makefile
1010openapi-specs : openapi.json
1111openapi.json : # # produces openapi.json
1212 # generating openapi specs file (need to have the environment set for this)
13- @python3 -c " import json; from $( APP_PACKAGE_NAME) .web_main import *; print( json.dumps(the_app.openapi(), indent=2) )" > $@
13+ @python3 -c " import json; from $( APP_PACKAGE_NAME) .main import *; print( json.dumps(the_app.openapi(), indent=2) )" > $@
Original file line number Diff line number Diff line change 380380 "enum" : [
381381 " TIER"
382382 ],
383- "const" : " TIER" ,
384383 "title" : " PricingPlanClassification"
385384 },
386385 "PricingPlanGet" : {
581580 },
582581 "docs_url" : {
583582 "type" : " string" ,
584- "maxLength" : 2083 ,
585- "minLength" : 1 ,
586- "format" : " uri" ,
587583 "title" : " Docs Url"
588584 }
589585 },
You can’t perform that action at this time.
0 commit comments