Skip to content

Commit 7ead8ec

Browse files
committed
fixes rut
1 parent 60a743a commit 7ead8ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

services/resource-usage-tracker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ include ../../scripts/common-service.Makefile
1010
openapi-specs: openapi.json
1111
openapi.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) )" > $@

services/resource-usage-tracker/openapi.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@
380380
"enum": [
381381
"TIER"
382382
],
383-
"const": "TIER",
384383
"title": "PricingPlanClassification"
385384
},
386385
"PricingPlanGet": {
@@ -581,9 +580,6 @@
581580
},
582581
"docs_url": {
583582
"type": "string",
584-
"maxLength": 2083,
585-
"minLength": 1,
586-
"format": "uri",
587583
"title": "Docs Url"
588584
}
589585
},

0 commit comments

Comments
 (0)