Skip to content

Commit

Permalink
Fix typo in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Apr 5, 2024
1 parent cd55ef1 commit 1ae8904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/schema/DownloadResultResponse.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"file_extension": { "type": "string" },
"file_label": { "type": "string" }
},
"required": [ "description", "areas", "type", "file_extension", "file_label" ]
},
"required": [ "id", "description", "areas", "type", "file_extension", "file_label" ]
}
},
"required": [ "path", "metadata" ]
}

0 comments on commit 1ae8904

Please sign in to comment.