lot more stuff

This commit is contained in:
Morten Olsen
2025-08-04 23:44:14 +02:00
parent daf0ea21bb
commit 757b2fcfac
185 changed files with 115899 additions and 1874 deletions

View File

@@ -0,0 +1,93 @@
{
"properties": {
"spec": {
"properties": {
"location": {
"nullable": true,
"type": "string"
},
"metadata": {
"additionalProperties": {
"type": "string",
"nullable": true
},
"nullable": true,
"type": "object"
},
"nodeName": {
"nullable": true,
"type": "string"
},
"s3": {
"nullable": true,
"properties": {
"bucket": {
"nullable": true,
"type": "string"
},
"endpoint": {
"nullable": true,
"type": "string"
},
"endpointCA": {
"nullable": true,
"type": "string"
},
"insecure": {
"type": "boolean"
},
"prefix": {
"nullable": true,
"type": "string"
},
"region": {
"nullable": true,
"type": "string"
},
"skipSSLVerify": {
"type": "boolean"
}
},
"type": "object"
},
"snapshotName": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"status": {
"properties": {
"creationTime": {
"nullable": true,
"type": "string"
},
"error": {
"nullable": true,
"properties": {
"message": {
"nullable": true,
"type": "string"
},
"time": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"readyToUse": {
"nullable": true,
"type": "boolean"
},
"size": {
"nullable": true,
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}