mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 17:41:21 +00:00
19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"external": {
|
|
"type": "boolean",
|
|
"title": "Enable external Access"
|
|
},
|
|
"size": {
|
|
"type": "string",
|
|
"title": "Disk Size"
|
|
},
|
|
"replicas": {
|
|
"type": "integer",
|
|
"title": "Replicas"
|
|
}
|
|
}
|
|
}
|