From: garciadeblas Date: Fri, 28 Feb 2020 14:24:27 +0000 (+0100) Subject: Minor fixes in format and documentation reference X-Git-Tag: v11.0.0~10 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FSOL005.git;a=commitdiff_plain;h=00c2eb9fb55fc45ba7fb8037656bc135025151d1 Minor fixes in format and documentation reference The format url has been replaced by uri, following the recommendation in https://swagger.io/docs/specification/data-models/data-types/ Change-Id: Ie7da543f7a3adda3a176768fbea485ed7d62b85b Signed-off-by: garciadeblas --- diff --git a/osm-openapi.yaml b/osm-openapi.yaml index eb3f7c6..c94612e 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 servers: - description: OSM NB API - url: https://osm.etsi.org/nbapi/v1.0.0 + url: 'https://osm.etsi.org/nbapi/v1.0.0' info: description: | @@ -5602,7 +5602,7 @@ paths: externalDocs: description: Find out more about OSM - url: 'http://osm.etsi.org/wikipub' + url: 'https://osm.etsi.org/docs/user-guide/' components: responses: @@ -7202,7 +7202,7 @@ components: $ref: '#/components/schemas/VimType' vim_url: type: string - format: url # uri? + format: uri vim_tenant_name: type: string vim_user: @@ -7236,7 +7236,7 @@ components: $ref: '#/components/schemas/VimType' vim_url: type: string - format: url # uri? + format: uri vim_tenant_name: type: string vim_user: @@ -7269,7 +7269,7 @@ components: $ref: '#/components/schemas/VimType' vim_url: type: string - format: url # uri? + format: uri vim_tenant_name: type: string vim_user: @@ -7324,7 +7324,7 @@ components: $ref: '#/components/schemas/WimType' wim_url: type: string - format: url # uri? + format: uri user: type: string password: @@ -7354,7 +7354,7 @@ components: $ref: '#/components/schemas/WimType' wim_url: type: string - format: url # uri? + format: uri user: type: string password: @@ -7380,7 +7380,7 @@ components: type: string wim_url: type: string - format: url # uri? + format: uri user: type: string password: @@ -7697,7 +7697,7 @@ components: $ref: '#/components/schemas/K8sRepoType' url: type: string - format: url # uri? + format: uri ArrayOfK8sRepoInfo: type: array items: @@ -7713,7 +7713,7 @@ components: $ref: '#/components/schemas/K8sRepoType' url: type: string - format: url # uri? + format: uri required: - name - type