Commit b4b1a295 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Fixing the version field of the NGSI-LD OAS to 1.8.1 and the URL to the...

Fixing the version field of the NGSI-LD OAS to 1.8.1 and the URL to the corresponding ETSI GS CIM 009 document.
parent 1127c423
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.3
info:
  title: NGSI-LD OAS
  version: 1.7.1
  version: 1.8.1
  description: OpenAPI Specification for NGSI-LD API.
  contact:
    url: https://www.etsi.org/committee/cim
@@ -10,8 +10,8 @@ info:
    url: https://forge.etsi.org/legal-matters

externalDocs:
  description: ETSI GS CIM 009 V1.7.1 cross-cutting Context Information Management (CIM); NGSI-LD API
  url: https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_CIM009v010701p.pdf
  description: ETSI GS CIM 009 V1.8.1 Context Information Management (CIM); NGSI-LD API
  url: https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_CIM009v010801p.pdf

servers:
  - url: '{protocol}://{hostname}:{port}/ngsi-ld/v1'