Skip to content

Commit

Permalink
fix: chema
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Dec 18, 2024
1 parent 054cc26 commit dae3b64
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/source/references/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3255,9 +3255,6 @@
"Option<IpfsPath>": {
"Option": "IpfsPath"
},
"Option<Name>": {
"Option": "Name"
},
"Option<NonZero<u32>>": {
"Option": "NonZero<u32>"
},
Expand Down Expand Up @@ -3876,10 +3873,6 @@
"name": "pagination",
"type": "Pagination"
},
{
"name": "sorting",
"type": "Sorting"
},
{
"name": "fetch_size",
"type": "FetchSize"
Expand Down Expand Up @@ -5066,14 +5059,6 @@
"SortedVec<String>": {
"Vec": "String"
},
"Sorting": {
"Struct": [
{
"name": "sort_by_metadata_key",
"type": "Option<Name>"
}
]
},
"String": "String",
"StringPredicateAtom": {
"Enum": [
Expand Down

0 comments on commit dae3b64

Please sign in to comment.