Skip to content

Commit

Permalink
change order of components
Browse files Browse the repository at this point in the history
  • Loading branch information
weronika-kurczyna committed Oct 16, 2023
1 parent 32921ad commit 78fa8f8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions reference/OpenAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -9594,25 +9594,25 @@
},
"reward": {
"title": "Reward",
"type": "object",
"description": "This is an object representing a reward.",
"x-tags": [
"REWARDS API"
],
"allOf": [
{
"$ref": "#/components/schemas/reward_base"
},
{
"$ref": "#/components/schemas/reward_identity"
},
{
"$ref": "#/components/schemas/reward_response_data"
"$ref": "#/components/schemas/reward_base"
},
{
"$ref": "#/components/schemas/reward_parameters"
},
{
"$ref": "#/components/schemas/reward_response_data"
}
]
],
"type": "object"
},
"4_obj_reward_object": {
"title": "Reward Object",
Expand Down Expand Up @@ -10541,18 +10541,18 @@
},
"reward_assignment": {
"title": "Reward Assignment",
"type": "object",
"allOf": [
{
"$ref": "#/components/schemas/reward_assignment_base"
"$ref": "#/components/schemas/reward_assignment_identity"
},
{
"$ref": "#/components/schemas/reward_assignment_identity"
"$ref": "#/components/schemas/reward_assignment_base"
},
{
"$ref": "#/components/schemas/reward_assignment_response_data"
}
]
],
"type": "object"
},
"rewards_list_assignments_response_body": {
"type": "object",
Expand Down

0 comments on commit 78fa8f8

Please sign in to comment.