[FIX] Remove user directory schema.
Testing pushed commits / compile-all (push) Successful in 36s Details

This commit is contained in:
lda 2023-11-03 12:23:01 +01:00
parent 53043a44c6
commit ed712c2e5f
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
{
"header": "Schema\/UserDirectoryRequest.h",
"types": {
"UserDirectoryRequest": {
"fields": {
"search_term": { "type": "string" },
"limit": { "type": "integer" }
},
"type": "struct"
}
},
"guard": "TELODENDRIA_SCHEMA_USERDIRECTORYREQUEST_H"
}