15 lines
413 B
JSON
15 lines
413 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "https://artificery.dev/dew/samples/rustfs/init.schema.json",
|
|
"title": "RustFS Sample Initialization",
|
|
"description": "Initialization values for the sample RustFS service.",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"bucket": {
|
|
"type": "string",
|
|
"minLength": 1,
|
|
"default": "dew"
|
|
}
|
|
}
|
|
}
|