From 95a79a357ef99934249ec8feef771f1b6ca57a58 Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Mon, 30 Sep 2024 14:26:10 +0200 Subject: [PATCH] updated swagger.yaml --- Address/swagger.yaml | 52 -------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 Address/swagger.yaml diff --git a/Address/swagger.yaml b/Address/swagger.yaml deleted file mode 100644 index 28d83e7..0000000 --- a/Address/swagger.yaml +++ /dev/null @@ -1,52 +0,0 @@ ---- -# Copyleft (c) 2022 Contributors to Smart Data Models initiative -# - - -components: - schemas: - Address: - $ref: "https://smart-data-models.github.io/dataModel.CPSV-AP/Address/model.yaml#/Address" -info: - description: | - Description of the data model Address from the version 3.2.0 of original CPSV-AP - title: Address - version: "0.0.1" -openapi: "3.0.0" - -paths: - /ngsi-ld/v1/entities: - get: - description: "Retrieve a set of entities which matches a specific query from an NGSI-LD system" - parameters: - - - in: query - name: type - required: true - schema: - enum: - - Address - type: string - responses: - ? "200" - : - content: - application/ld+json: - examples: - keyvalues: - summary: "Key-Values Pairs" - value: - - - $ref: "https://smart-data-models.github.io/dataModel.CPSV-AP/Address/examples/example.json" - normalized: - summary: "Normalized NGSI-LD" - value: - - - $ref: "https://smart-data-models.github.io/dataModel.CPSV-AP/Address/examples/example-normalized.jsonld" - description: OK - tags: - - ngsi-ld -tags: - - - description: "NGSI-LD Linked-data Format" - name: ngsi-ld