refactor(core): drop filesystem entry mime

This commit is contained in:
Dax Raad 2026-06-23 21:49:01 -04:00
commit e8610d821c
8 changed files with 16 additions and 39 deletions

View file

@ -27726,12 +27726,9 @@
"type": {
"type": "string",
"enum": ["file", "directory"]
},
"mime": {
"type": "string"
}
},
"required": ["path", "type", "mime"],
"required": ["path", "type"],
"additionalProperties": false
},
"CommandV2Info": {