mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-18 04:51:06 +01:00
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema#",
|
|
"title": "Values schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"replicaCount": {
|
|
"type": "integer",
|
|
"enum": [0, 1]
|
|
}
|
|
},
|
|
"required": ["replicaCount"]
|
|
} |