mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -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",
|
"type": "object",
|
||||||
"required": ["hidden", "mount_point"],
|
"required": ["@UI.Hidden"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"hidden": {
|
"@UI.Hidden": {
|
||||||
"const": true
|
"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",
|
"type": "object",
|
||||||
"required": ["hidden", "mount_point"],
|
"required": ["@UI.Hidden"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"hidden": {
|
"@UI.Hidden": {
|
||||||
"const": true
|
"const": true
|
||||||
},
|
|
||||||
"mount_point": {
|
|
||||||
"type": "object",
|
|
||||||
"required": ["path"],
|
|
||||||
"properties": {
|
|
||||||
"path": {
|
|
||||||
"const": "<resource>"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user