31 lines
786 B
JSON
31 lines
786 B
JSON
|
{
|
||
|
"description": "CI builds metadata secrets",
|
||
|
"type": "object",
|
||
|
"patternProperties": {
|
||
|
".*": {
|
||
|
"type": "object",
|
||
|
"patternProperties": {
|
||
|
"^vault$": {
|
||
|
"type": "object",
|
||
|
"required": ["path", "field", "engine"],
|
||
|
"properties": {
|
||
|
"path": { "type": "string" },
|
||
|
"field": { "type": "string" },
|
||
|
"engine": {
|
||
|
"type": "object",
|
||
|
"required": ["name", "path"],
|
||
|
"properties": {
|
||
|
"path": { "type": "string" },
|
||
|
"name": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|
||
|
}
|
||
|
}
|