From a153d8952d12cfb72acd0237ccbaecfef729957a Mon Sep 17 00:00:00 2001 From: Christopher Aubut Date: Fri, 5 Jul 2024 11:58:18 -0600 Subject: [PATCH] chore: updates info object and bumps openapi@3.0.3 -> 3.1.0 --- code/API_definitions/README.MD | 1 - code/API_definitions/network_access_management.yaml | 13 ++++++------- 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 code/API_definitions/README.MD diff --git a/code/API_definitions/README.MD b/code/API_definitions/README.MD deleted file mode 100644 index 04313f1..0000000 --- a/code/API_definitions/README.MD +++ /dev/null @@ -1 +0,0 @@ -Here you can add your definitions and delete this README.MD file diff --git a/code/API_definitions/network_access_management.yaml b/code/API_definitions/network_access_management.yaml index 774c687..42f61a1 100644 --- a/code/API_definitions/network_access_management.yaml +++ b/code/API_definitions/network_access_management.yaml @@ -1,9 +1,7 @@ -openapi: 3.0.3 +openapi: 3.1.0 info: - title: CPE Management API - version: wip - + title: Home Devices - Network Access Management description: | Service enabling API for managing network operator supplied network access devices. This APIs initial focus is on managing **Isolated Networks** and device reboot requests. @@ -79,12 +77,13 @@ info: ### Mesh Systems Mesh systems SHOULD be represented as a single device when implementing this API due to the undefined behavior of LAN connectivity across multiple devices with the same isolated network. The recommendation is to use the gateway hardware address of the mesh system when exposing that field, though the hardware address of any node in the mesh may be used. If an end-user replaces the equipment, all existing isolated networks SHOULD be synced to the new device representing this mesh. Alternatively, a synthetic hardware address may also be used if the specification for the address type allows. - + version: wip license: name: Apache 2.0 - url: https://www.apache.org/licenses/LICENSE-2.0 + url: https://www.apache.org/licenses/LICENSE-2.0.html + x-camara-commonalities: 0.4.0 contact: - email: project-manager@cablelabs.com + email: sp-nam@lists.camaraproject.org tags: - name: Service Sites