Skip to content

Commit

Permalink
Remove empty components
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 1, 2022
1 parent bb80685 commit c4161d6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions openfisca_web_api/openAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ components:
format: "string"
source:
type: "string"
example: null

Parameters:
type: "object"
Expand Down Expand Up @@ -108,7 +107,6 @@ components:
- "Boolean"
- "Date"
- "String"
example: null

Variables:
type: "object"
Expand Down Expand Up @@ -166,6 +164,7 @@ components:
type: "object"
additionalProperties:
$ref: "#/components/schemas/Roles"

Roles:
type: "object"
properties:
Expand All @@ -176,10 +175,6 @@ components:
plural:
type: "string"

SituationInput: null

SituationOutput: null

Trace:
type: "object"
properties:
Expand All @@ -206,7 +201,6 @@ components:
type: "object"
additionalProperties:
type: "object"
example: null

headers:
Country-Package:
Expand All @@ -225,7 +219,7 @@ paths:
post:
summary: "Run a simulation"
tags:
- Calculations
- "Calculations"
operationId: "calculate"
requestBody:
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"
Expand Down

0 comments on commit c4161d6

Please sign in to comment.