mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 10:21:07 -06:00
Adjusted the json schema
This commit is contained in:
@@ -4857,19 +4857,10 @@ Feature: an user gets the resources shared to them
|
||||
"""
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["hidden", "mount_point"],
|
||||
"required": ["@UI.Hidden"],
|
||||
"properties": {
|
||||
"hidden": {
|
||||
"@UI.Hidden": {
|
||||
"const": true
|
||||
},
|
||||
"mount_point": {
|
||||
"type": "object",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": {
|
||||
"const": "<resource>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4898,19 +4889,10 @@ Feature: an user gets the resources shared to them
|
||||
"""
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["hidden", "mount_point"],
|
||||
"required": ["@UI.Hidden"],
|
||||
"properties": {
|
||||
"hidden": {
|
||||
"@UI.Hidden": {
|
||||
"const": true
|
||||
},
|
||||
"mount_point": {
|
||||
"type": "object",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": {
|
||||
"const": "<resource>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user