You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
When I try sending a request on /parameter (or /variable) endpoints on swagger, I get a red text area on the parameterID (or variableID) and nothing happens.
What I expected:
To be able to try the Web API with the swagger interface and get the requested parameter (or variable) description (and a text area that doesn't reject the requested name and doesn't turn into a red area).
Additional information:
Tested on the legislation explorer of:
the openfisca-france model: https://fr.openfisca.org/legislation/swagger
With existing elements of the models like additionalProp1 parameter (and total_benefits variable) of the country-template.
In both cases, the Web API is able to respond to the tested requests.
I haven't been able to determine the source of this problem but my instinct tells me it could be related to the current OpenAPI specification used by the Web API.
What happened?
When I try sending a request on /parameter (or /variable) endpoints on swagger, I get a red text area on the parameterID (or variableID) and nothing happens.
What I expected:
To be able to try the Web API with the swagger interface and get the requested parameter (or variable) description (and a text area that doesn't reject the requested name and doesn't turn into a red area).
Additional information:
Tested on the legislation explorer of:
With existing elements of the models like
additionalProp1
parameter (andtotal_benefits
variable) of the country-template.In both cases, the Web API is able to respond to the tested requests.
This might be a side effect of the last updates on openfisca-core like openfisca/openfisca-core#982
The text was updated successfully, but these errors were encountered: