From 283b8c78db514eab425abdccf2bc598a0db7510b Mon Sep 17 00:00:00 2001 From: Michel Roy Date: Fri, 6 Nov 2020 01:58:44 -0500 Subject: [PATCH] fix lint --- RniAPI.json | 3 +++ RniAPI.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/RniAPI.json b/RniAPI.json index 9241bff..07d235b 100644 --- a/RniAPI.json +++ b/RniAPI.json @@ -1,6 +1,9 @@ { "openapi": "3.0.0", "info": { + "contact": { + "url": "https://forge.etsi.org/rep/mec/gs012-rnis-api" + }, "title": "ETSI GS MEC 012 - Radio Network Information API", "version": "2.1.1", "description": "The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.", diff --git a/RniAPI.yaml b/RniAPI.yaml index 57b3e99..a04dc9b 100644 --- a/RniAPI.yaml +++ b/RniAPI.yaml @@ -1,5 +1,7 @@ openapi: 3.0.0 info: + contact: + url: https://forge.etsi.org/rep/mec/gs012-rnis-api title: ETSI GS MEC 012 - Radio Network Information API version: 2.1.1 description: The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI. -- GitLab