From c719d5f750a409f23a224d239fc49b6de6700ab7 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Thu, 10 Oct 2019 11:09:01 +0200 Subject: [PATCH] first commit for APIVersion --- src/SOL012/APIVersion/APIVersion.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/SOL012/APIVersion/APIVersion.yaml diff --git a/src/SOL012/APIVersion/APIVersion.yaml b/src/SOL012/APIVersion/APIVersion.yaml new file mode 100644 index 0000000..cc718f0 --- /dev/null +++ b/src/SOL012/APIVersion/APIVersion.yaml @@ -0,0 +1,27 @@ +openapi: 3.0.2 + +info: + version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 + + title: SOL012 - API version interface + + description: > + SOL012 - API version Interface + + IMPORTANT: Please note that this file might + be not aligned to the current version of the ETSI Group Specification it + refers to and has not been approved by the ETSI NFV ISG. In case of + discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to + https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + + license: + name: ETSI Forge copyright notice + url: https://forge.etsi.org/etsi-forge-copyright-notice.txt + + contact: + name: NFV-SOL WG + +externalDocs: + description: ETSI GS NFV-SOL 012 V0.0.2 + url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL012ed331_Protocol_Spec_for_Policy_Mgmt_Intface/NFV-SOL012ed311v002.zip -- GitLab