Skip to content

Commit

Permalink
chore: update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Sep 1, 2024
1 parent 8664eb4 commit be226ef
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,35 @@
},
"plugins": {
"$ref": "#/properties/services/items/properties/plugins"
},
"credentials": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"$ref": "#/properties/services/items/properties/name"
},
"description": {
"$ref": "#/properties/services/items/properties/description"
},
"labels": {
"$ref": "#/properties/services/items/properties/labels"
},
"type": {
"type": "string"
},
"config": {
"$ref": "#/properties/services/items/properties/plugins/additionalProperties"
}
},
"required": [
"name",
"type",
"config"
],
"additionalProperties": false
}
}
},
"required": [
Expand Down

0 comments on commit be226ef

Please sign in to comment.