Support non-final routes

This commit is contained in:
2024-11-29 16:58:12 -05:00
parent 8af19f762d
commit f661ddcb8b
6 changed files with 105 additions and 84 deletions

View File

@ -1008,7 +1008,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
parameters:
-
$ref: '#/components/parameters/route1'
@ -1313,7 +1313,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/ieo:
get:
tags:
@ -1325,7 +1325,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/co2-emissions/co2-emissions-aggregates:
get:
tags:
@ -1480,7 +1480,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/coal/aggregate-production:
get:
tags:
@ -1564,7 +1564,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/coal/consumption-and-quality:
get:
tags:
@ -2425,7 +2425,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/crude-oil-imports:
get:
tags:
@ -2651,7 +2651,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/densified-biomass/export-sales-and-price:
get:
tags:
@ -3090,7 +3090,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/electricity/facility-fuel:
get:
tags:
@ -3742,7 +3742,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/electricity/state-electricity-profiles/source-disposition:
get:
tags:
@ -4252,7 +4252,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/electricity/rto/fuel-type-data:
get:
tags:
@ -4691,7 +4691,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/nuclear-outages/us-nuclear-outages:
get:
tags:
@ -4773,7 +4773,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
/v2/total-energy:
get:
tags:
@ -4855,7 +4855,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/RouteResponseContainer'
$ref: '#/components/schemas/RouteResponse'
components:
schemas:
Routes: