mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"external": {
|
|
"type": "boolean",
|
|
"title": "Enable external Access"
|
|
},
|
|
"size": {
|
|
"type": "string",
|
|
"title": "Disk Size"
|
|
}
|
|
}
|
|
}
|