Skip to content

Commit

Permalink
fix: Fix variants in metadata query results (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Sep 10, 2024
1 parent bba1ebe commit 5666cee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "ad5af3692f"
"x-box-commit-hash": "0e9e8c969a"
},
"servers": [
{
Expand Down Expand Up @@ -27914,7 +27914,7 @@
}
},
"additionalProperties": {
"$ref": "#/components/schemas/Metadata"
"$ref": "#/components/schemas/Metadata--Full"
}
}
},
Expand Down Expand Up @@ -29438,7 +29438,7 @@
}
},
"additionalProperties": {
"$ref": "#/components/schemas/Metadata"
"$ref": "#/components/schemas/Metadata--Full"
}
}
},
Expand Down Expand Up @@ -31121,10 +31121,10 @@
"items": {
"oneOf": [
{
"$ref": "#/components/schemas/File"
"$ref": "#/components/schemas/File--Full"
},
{
"$ref": "#/components/schemas/Folder"
"$ref": "#/components/schemas/Folder--Full"
}
]
}
Expand Down

0 comments on commit 5666cee

Please sign in to comment.