diff options
author | 2025-03-26 13:23:28 +0000 | |
---|---|---|
committer | 2025-03-27 15:38:23 +0000 | |
commit | 3cf04f73eceebf78189593541f1fba6b00e0d17b (patch) | |
tree | 4dabddba164052df1576637ce20cfe53e7ad632a /a1-policy-management/open-api-fragments/custom-openapi-license-template | |
parent | 2690a191ff5a27f24b46fd39c314a59aa8381320 (diff) |
Split out open api files for managability
Split V2 api files
Split V3 api files
Configured maven to output merged api files
Fixed bug in rtd file
Issue-ID: CCSDK-4108
Change-Id: Ic1eae5e517856fe97f0e3fa4991d5fc4e1c16fe3
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'a1-policy-management/open-api-fragments/custom-openapi-license-template')
2 files changed, 21 insertions, 0 deletions
diff --git a/a1-policy-management/open-api-fragments/custom-openapi-license-template/license-header.mustache b/a1-policy-management/open-api-fragments/custom-openapi-license-template/license-header.mustache new file mode 100644 index 00000000..1d9be65a --- /dev/null +++ b/a1-policy-management/open-api-fragments/custom-openapi-license-template/license-header.mustache @@ -0,0 +1,18 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved. +# ================================================================================ +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END=========================================================
\ No newline at end of file diff --git a/a1-policy-management/open-api-fragments/custom-openapi-license-template/openapi.mustache b/a1-policy-management/open-api-fragments/custom-openapi-license-template/openapi.mustache new file mode 100644 index 00000000..b95f5e6c --- /dev/null +++ b/a1-policy-management/open-api-fragments/custom-openapi-license-template/openapi.mustache @@ -0,0 +1,3 @@ +{{> license-header}} + +{{{openapi-yaml}}}
\ No newline at end of file |