diff --git a/client/schemas/blueprint-spec2-schema.json b/client/schemas/blueprint-spec2-schema.json index e86bf5b..44938cc 100644 --- a/client/schemas/blueprint-spec2-schema.json +++ b/client/schemas/blueprint-spec2-schema.json @@ -1153,6 +1153,24 @@ }, "allowed-formats": { "type": "array" + }, + "allowed-credential-providers": { + "type": "array", + "uniqueItems": true, + "additionalItems": false, + "items": { + "type": "string", + "enum": [ + "aws", + "azure", + "vsphere", + "artifactory", + "intersight", + "redhat", + "nexus_dashboard", + "nvaie" + ] + } } } },