We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4189df8 commit 7f9ff4bCopy full SHA for 7f9ff4b
stac_fastapi/extensions/stac_fastapi/extensions/core/transaction.py
@@ -205,10 +205,10 @@ def register_patch_item(self):
205
},
206
207
"application/merge-patch+json": {
208
- "schema": TypeAdapter(PartialItem).json_schema(),
+ "schema": PartialItem.model_json_schema(),
209
210
"application/json": {
211
212
213
214
"required": True,
0 commit comments