diff --git a/model/accounts_mgmt/v1/default_capabilities_type.model b/model/accounts_mgmt/v1/default_capabilities_type.model deleted file mode 100644 index 6ca55d10..00000000 --- a/model/accounts_mgmt/v1/default_capabilities_type.model +++ /dev/null @@ -1,23 +0,0 @@ -/* -Copyright (c) 2024 Red Hat, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -// Default Capability model that represents default internal labels with a key-value pair. -struct DefaultCapabilities { - // Name of the capability label. - Name String - // Value that can be assigned to the capability (eg. "true", "false" etc). - Value String -} diff --git a/model/accounts_mgmt/v1/default_capability_type.model b/model/accounts_mgmt/v1/default_capability_type.model index cdc4c30d..a93eb86a 100644 --- a/model/accounts_mgmt/v1/default_capability_type.model +++ b/model/accounts_mgmt/v1/default_capability_type.model @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -class DefaultCapability { +struct DefaultCapability { // Name of the default capability (the key). Name String // Value of the default capability.