posh-providers/goharbor/harbor/config.schema.json
2025-09-22 10:25:50 +02:00

22 lines
462 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/foomo/posh-providers/goharbor/harbor",
"$ref": "#/$defs/Config",
"$defs": {
"Config": {
"properties": {
"url": {
"type": "string"
},
"authUrl": {
"type": "string"
},
"project": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
}
}
}