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
Copy file name to clipboardExpand all lines: openfisca_web_api/openAPI.yml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ components:
61
61
format: "string"
62
62
source:
63
63
type: "string"
64
-
example: null
65
64
66
65
Parameters:
67
66
type: "object"
@@ -108,7 +107,6 @@ components:
108
107
- "Boolean"
109
108
- "Date"
110
109
- "String"
111
-
example: null
112
110
113
111
Variables:
114
112
type: "object"
@@ -166,6 +164,7 @@ components:
166
164
type: "object"
167
165
additionalProperties:
168
166
$ref: "#/components/schemas/Roles"
167
+
169
168
Roles:
170
169
type: "object"
171
170
properties:
@@ -176,10 +175,6 @@ components:
176
175
plural:
177
176
type: "string"
178
177
179
-
SituationInput: null
180
-
181
-
SituationOutput: null
182
-
183
178
Trace:
184
179
type: "object"
185
180
properties:
@@ -206,7 +201,6 @@ components:
206
201
type: "object"
207
202
additionalProperties:
208
203
type: "object"
209
-
example: null
210
204
211
205
headers:
212
206
Country-Package:
@@ -225,7 +219,7 @@ paths:
225
219
post:
226
220
summary: "Run a simulation"
227
221
tags:
228
-
- Calculations
222
+
- "Calculations"
229
223
operationId: "calculate"
230
224
requestBody:
231
225
description: "Describe the situation (persons and entities). Add the variable you wish to calculate in the proper entity, with null as the value. Learn more in our official documentation: https://openfisca.org/doc/openfisca-web-api/input-output-data.html"
0 commit comments