From 3c5e7f2cd40071d3adfc4f320698422a394423ef Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Thu, 4 Feb 2021 12:48:07 +0100 Subject: [PATCH] set back master --- schema/BatchOperationResult.json | 2 +- schema/Entity.json | 28 ++++++------- schema/EntityList.json | 2 +- schema/common.json | 8 ++-- .../ContextSourceNotification.json | 6 +-- .../ContextSourceRegistration.json | 20 ++++----- .../ContextSourceRegistrationList.json | 4 +- schema/subscriptions/Notification.json | 4 +- schema/subscriptions/Subscription.json | 18 ++++---- schema/subscriptions/SubscriptionList.json | 2 +- schema/temporal/EntityTemporal.json | 20 ++++----- schema/temporal/EntityTemporalList.json | 2 +- schema/temporal/Entity_temporalValues.json | 8 ++-- .../csource-registration-by-id-spec.json | 12 +++--- .../csource-registrations-spec.json | 32 +++++++------- .../csource-subscription-by-id-spec.json | 18 ++++---- .../csource-subscriptions-spec.json | 12 +++--- spec/updated/entities/entities-spec.json | 20 ++++----- spec/updated/entities/entity-attrs-spec.json | 28 ++++++------- spec/updated/entities/entity-by-id-spec.json | 16 +++---- .../entities/entity-operations-spec.json | 22 +++++----- spec/updated/generated/full_api.json | 22 +++++----- spec/updated/ngsi-ld-spec-open-api.json | 38 ++++++++--------- .../subscription-by-id-spec.json | 18 ++++---- .../subscriptions/subscriptions-spec.json | 12 +++--- .../temporal/temporal-entities-spec.json | 42 +++++++++---------- .../temporal/temporal-entity-attrs-spec.json | 22 +++++----- .../temporal/temporal-entity-by-id-spec.json | 34 +++++++-------- 28 files changed, 236 insertions(+), 236 deletions(-) diff --git a/schema/BatchOperationResult.json b/schema/BatchOperationResult.json index 310d0ae..04fba47 100644 --- a/schema/BatchOperationResult.json +++ b/schema/BatchOperationResult.json @@ -10,7 +10,7 @@ "format": "uri" }, "error": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } }, diff --git a/schema/Entity.json b/schema/Entity.json index c75ac9c..2478215 100644 --- a/schema/Entity.json +++ b/schema/Entity.json @@ -27,13 +27,13 @@ ] }, "observedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/observedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt" }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" }, "datasetId": { "$ref": "#/definitions/datasetId" @@ -69,13 +69,13 @@ "format": "uri" }, "observedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/observedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt" }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" }, "datasetId": { "$ref": "#/definitions/datasetId" @@ -107,16 +107,16 @@ "enum": ["GeoProperty"] }, "value": { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/Geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/Geometry" }, "observedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/observedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt" }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" }, "datasetId": { "$ref": "#/definitions/datasetId" @@ -144,7 +144,7 @@ "type": "object", "properties": { "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "location": { "$ref": "#/definitions/GeoProperty" @@ -160,13 +160,13 @@ "format": "uri" }, "type": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" } }, "additionalProperties": { diff --git a/schema/EntityList.json b/schema/EntityList.json index 1422746..a3fca84 100644 --- a/schema/EntityList.json +++ b/schema/EntityList.json @@ -5,7 +5,7 @@ "EntityList": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Entity" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" } } }, diff --git a/schema/common.json b/schema/common.json index bc09254..a3214d7 100644 --- a/schema/common.json +++ b/schema/common.json @@ -128,16 +128,16 @@ "coordinates": { "oneOf": [ { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/position" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/position" }, { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/positionArray" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/positionArray" }, { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/lineString" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/lineString" }, { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/polygon" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/polygon" } ] }, diff --git a/schema/registrations/ContextSourceNotification.json b/schema/registrations/ContextSourceNotification.json index 32960fc..b61e6e5 100644 --- a/schema/registrations/ContextSourceNotification.json +++ b/schema/registrations/ContextSourceNotification.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "http://localhost:8090/schema/registrations/ContextSourceNotification.json", + "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceNotification.json", "title": "NGSI-LD Context Source Notification", "description": "NGSI-LD Context Source Notification", "type": "object", @@ -18,7 +18,7 @@ "format": "uri" }, "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "notifiedAt": { "type": "string", @@ -27,7 +27,7 @@ "data": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" }, "minItems": 1 }, diff --git a/schema/registrations/ContextSourceRegistration.json b/schema/registrations/ContextSourceRegistration.json index 9f19e67..aaae651 100644 --- a/schema/registrations/ContextSourceRegistration.json +++ b/schema/registrations/ContextSourceRegistration.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "http://localhost:8090/schema/registrations/ContextSourceRegistration.json", + "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json", "title": "NGSI-LD Context Source Registration", "description": "NGSI-LD Context Source Registration", "definitions": { @@ -11,14 +11,14 @@ "type": "array", "minItems": 1, "items": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/EntityInfo" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/EntityInfo" } }, "properties": { "type": "array", "minItems": 1, "items": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" }, "uniqueItems": true }, @@ -26,7 +26,7 @@ "type": "array", "minItems": 1, "items": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" }, "uniqueItems": true } @@ -52,7 +52,7 @@ "type": "object", "properties": { "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "information": { "type": "array", @@ -68,13 +68,13 @@ "$ref": "#/definitions/TimeInterval" }, "location": { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/Geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/Geometry" }, "observationSpace": { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/Geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/Geometry" }, "operationSpace": { - "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/Geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/Geometry" }, "expires": { "type": "string", @@ -112,10 +112,10 @@ "enum": ["ContextSourceRegistration"] }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" } }, "required": [ diff --git a/schema/registrations/ContextSourceRegistrationList.json b/schema/registrations/ContextSourceRegistrationList.json index 4d4a21a..0518d7a 100644 --- a/schema/registrations/ContextSourceRegistrationList.json +++ b/schema/registrations/ContextSourceRegistrationList.json @@ -1,13 +1,13 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "http://localhost:8090/schema/registrations/ContextSourceRegistrationList.json", + "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistrationList.json", "title": "NGSI-LD Registration List", "description": "NGSI-LD Registration List", "definitions": { "ContextSourceRegistrationList": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" } } }, diff --git a/schema/subscriptions/Notification.json b/schema/subscriptions/Notification.json index e238120..a0ad339 100644 --- a/schema/subscriptions/Notification.json +++ b/schema/subscriptions/Notification.json @@ -18,7 +18,7 @@ "format": "uri" }, "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "notifiedAt": { "type": "string", @@ -27,7 +27,7 @@ "data": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Entity" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" }, "minItems": 1 } diff --git a/schema/subscriptions/Subscription.json b/schema/subscriptions/Subscription.json index f549253..49ac3a8 100644 --- a/schema/subscriptions/Subscription.json +++ b/schema/subscriptions/Subscription.json @@ -18,7 +18,7 @@ "type": "string" }, "endpoint": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Endpoint" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Endpoint" }, "status": { "type": "string", @@ -57,13 +57,13 @@ ], "properties": { "georel": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/georel" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/georel" }, "coordinates": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/coordinates" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/coordinates" }, "geometry": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/geometry" } } }, @@ -71,12 +71,12 @@ "type": "object", "properties": { "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "entities": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/EntityInfo" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/EntityInfo" }, "minItems": 1 }, @@ -92,7 +92,7 @@ "type": "array", "minItems": 1, "items": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" }, "uniqueItems": true }, @@ -150,10 +150,10 @@ ] }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" } }, "allOf": [ diff --git a/schema/subscriptions/SubscriptionList.json b/schema/subscriptions/SubscriptionList.json index 650ba86..21a4143 100644 --- a/schema/subscriptions/SubscriptionList.json +++ b/schema/subscriptions/SubscriptionList.json @@ -5,7 +5,7 @@ "SubscriptionList": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/Subscription" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription" } } }, diff --git a/schema/temporal/EntityTemporal.json b/schema/temporal/EntityTemporal.json index 2204071..3d951d0 100644 --- a/schema/temporal/EntityTemporal.json +++ b/schema/temporal/EntityTemporal.json @@ -6,26 +6,26 @@ "type": "object", "properties": { "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "location": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/GeoProperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/GeoProperty" }, "minItems": 1 }, "observationSpace": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/GeoProperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/GeoProperty" }, "minItems": 1 }, "operationSpace": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/GeoProperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/GeoProperty" }, "minItems": 1 }, @@ -34,13 +34,13 @@ "format": "uri" }, "type": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" } }, "additionalProperties": { @@ -48,21 +48,21 @@ { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Property" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Property" }, "minItems": 1 }, { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Relationship" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Relationship" }, "minItems": 1 }, { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/GeoProperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/GeoProperty" }, "minItems": 1 } diff --git a/schema/temporal/EntityTemporalList.json b/schema/temporal/EntityTemporalList.json index 42655d3..4ed93d7 100644 --- a/schema/temporal/EntityTemporalList.json +++ b/schema/temporal/EntityTemporalList.json @@ -5,7 +5,7 @@ "EntityTemporalList": { "type": "array", "items": { - "$ref": "http://localhost:8090/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal" } } }, diff --git a/schema/temporal/Entity_temporalValues.json b/schema/temporal/Entity_temporalValues.json index 2ebddcb..6a2a98f 100644 --- a/schema/temporal/Entity_temporalValues.json +++ b/schema/temporal/Entity_temporalValues.json @@ -86,16 +86,16 @@ "format": "uri" }, "type": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" }, "@context": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext" }, "createdAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt" }, "modifiedAt": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt" } }, "required": [ diff --git a/spec/updated/csourceRegistrations/csource-registration-by-id-spec.json b/spec/updated/csourceRegistrations/csource-registration-by-id-spec.json index d2a39e8..47f386e 100644 --- a/spec/updated/csourceRegistrations/csource-registration-by-id-spec.json +++ b/spec/updated/csourceRegistrations/csource-registration-by-id-spec.json @@ -35,11 +35,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/" } } } @@ -50,7 +50,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -60,7 +60,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -85,7 +85,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -95,7 +95,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/csourceRegistrations/csource-registrations-spec.json b/spec/updated/csourceRegistrations/csource-registrations-spec.json index 2360b8d..b4221a3 100644 --- a/spec/updated/csourceRegistrations/csource-registrations-spec.json +++ b/spec/updated/csourceRegistrations/csource-registrations-spec.json @@ -16,34 +16,34 @@ "tags": ["Context Sources", "CSourceRegistrations"], "parameters": [ { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/id" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/id" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/idPattern" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/idPattern" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/type" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/type" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/attrs" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/attrs" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/q" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/q" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/georel" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/georel" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/geometry" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/coordinates" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/coordinates" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/geoproperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/geoproperty" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/limit" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/limit" } ], "responses": { @@ -52,11 +52,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/registrations/ContextSourceRegistrationList.json#/definitions/ContextSourceRegistrationList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistrationList.json#/definitions/ContextSourceRegistrationList" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/ContextSourceRegistrationList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/ContextSourceRegistrationList-example.json" } } } @@ -67,7 +67,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -83,7 +83,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" } } } @@ -97,7 +97,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -107,7 +107,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/csourceSubscriptions/csource-subscription-by-id-spec.json b/spec/updated/csourceSubscriptions/csource-subscription-by-id-spec.json index 5e39263..eaff1bf 100644 --- a/spec/updated/csourceSubscriptions/csource-subscription-by-id-spec.json +++ b/spec/updated/csourceSubscriptions/csource-subscription-by-id-spec.json @@ -35,11 +35,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/Subscription" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/Subscription-example_C.4.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/Subscription-example_C.4.json" } } } @@ -50,7 +50,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -60,7 +60,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -81,7 +81,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/SubscriptionFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/SubscriptionFragment" } } } @@ -95,7 +95,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -105,7 +105,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -130,7 +130,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -140,7 +140,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/csourceSubscriptions/csource-subscriptions-spec.json b/spec/updated/csourceSubscriptions/csource-subscriptions-spec.json index 68442ab..350aefe 100644 --- a/spec/updated/csourceSubscriptions/csource-subscriptions-spec.json +++ b/spec/updated/csourceSubscriptions/csource-subscriptions-spec.json @@ -35,11 +35,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/SubscriptionList.json#/definitions/SubscriptionList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/SubscriptionList.json#/definitions/SubscriptionList" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/SubscriptionList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/SubscriptionList-example.json" } } } @@ -50,7 +50,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -66,7 +66,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/Subscription" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription" } } } @@ -80,7 +80,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -90,7 +90,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/entities/entities-spec.json b/spec/updated/entities/entities-spec.json index e730ff1..6fe923b 100644 --- a/spec/updated/entities/entities-spec.json +++ b/spec/updated/entities/entities-spec.json @@ -62,7 +62,7 @@ "in": "query", "required": false, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/georel" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/georel" } }, "geometry": { @@ -71,7 +71,7 @@ "in": "query", "required": false, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/geometry" } }, "coordinates": { @@ -80,7 +80,7 @@ "in": "query", "required": false, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/coordinates" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/coordinates" } }, "geoproperty": { @@ -175,11 +175,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/EntityList.json#/definitions/EntityList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/EntityList.json#/definitions/EntityList" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityList-example.json" } } } @@ -190,7 +190,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -206,7 +206,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Entity" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" } } } @@ -220,7 +220,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -230,7 +230,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -240,7 +240,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/entities/entity-attrs-spec.json b/spec/updated/entities/entity-attrs-spec.json index 8c947b7..8cc6028 100644 --- a/spec/updated/entities/entity-attrs-spec.json +++ b/spec/updated/entities/entity-attrs-spec.json @@ -22,7 +22,7 @@ "in": "path", "required": true, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" } }, "options": { @@ -58,7 +58,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/EntityFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/EntityFragment" } } } @@ -72,7 +72,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/UpdateResult.json#/definitions/UpdateResult" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/UpdateResult.json#/definitions/UpdateResult" } } } @@ -82,7 +82,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -92,7 +92,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -113,7 +113,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/EntityFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/EntityFragment" } } } @@ -127,7 +127,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/UpdateResult.json#/definitions/UpdateResult" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/UpdateResult.json#/definitions/UpdateResult" } } } @@ -137,7 +137,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -147,7 +147,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -173,7 +173,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/EntityFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/EntityFragment" } } } @@ -187,7 +187,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -197,7 +197,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -225,7 +225,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -235,7 +235,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/entities/entity-by-id-spec.json b/spec/updated/entities/entity-by-id-spec.json index b59af1b..2890992 100644 --- a/spec/updated/entities/entity-by-id-spec.json +++ b/spec/updated/entities/entity-by-id-spec.json @@ -22,7 +22,7 @@ "in": "query", "required": false, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" } }, "attrs": { @@ -54,7 +54,7 @@ "$ref": "#/components/parameters/type" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/options" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/options" } ], "responses": { @@ -63,11 +63,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Entity" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/Entity-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/Entity-example.json" } } } @@ -78,7 +78,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -88,7 +88,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -116,7 +116,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -126,7 +126,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/entities/entity-operations-spec.json b/spec/updated/entities/entity-operations-spec.json index 754f279..2dc6ab2 100644 --- a/spec/updated/entities/entity-operations-spec.json +++ b/spec/updated/entities/entity-operations-spec.json @@ -16,7 +16,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/EntityList.json#/definitions/EntityList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/EntityList.json#/definitions/EntityList" } } } @@ -27,7 +27,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/BatchOperationResult.json#/definitions/BatchOperationResult" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/BatchOperationResult.json#/definitions/BatchOperationResult" } } } @@ -37,7 +37,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -68,7 +68,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/EntityList.json#/definitions/EntityList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/EntityList.json#/definitions/EntityList" } } } @@ -79,7 +79,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/BatchOperationResult.json#/definitions/BatchOperationResult" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/BatchOperationResult.json#/definitions/BatchOperationResult" } } } @@ -89,7 +89,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -121,7 +121,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/EntityList.json#/definitions/EntityList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/EntityList.json#/definitions/EntityList" } } } @@ -132,7 +132,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/BatchOperationResult.json#/definitions/BatchOperationResult" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/BatchOperationResult.json#/definitions/BatchOperationResult" } } } @@ -142,7 +142,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -176,7 +176,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/BatchOperationResult.json#/definitions/BatchOperationResult" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/BatchOperationResult.json#/definitions/BatchOperationResult" } } } @@ -186,7 +186,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/generated/full_api.json b/spec/updated/generated/full_api.json index 9417218..baa9baa 100644 --- a/spec/updated/generated/full_api.json +++ b/spec/updated/generated/full_api.json @@ -103,7 +103,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityList-example.json" } } } @@ -207,7 +207,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/Entity-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/Entity-example.json" } } } @@ -515,7 +515,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/SubscriptionList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/SubscriptionList-example.json" } } } @@ -600,7 +600,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/Subscription-example_C.4.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/Subscription-example_C.4.json" } } } @@ -765,7 +765,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/ContextSourceRegistrationList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/ContextSourceRegistrationList-example.json" } } } @@ -850,7 +850,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/" } } } @@ -940,7 +940,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/SubscriptionList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/SubscriptionList-example.json" } } } @@ -1025,7 +1025,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/Subscription-example_C.4.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/Subscription-example_C.4.json" } } } @@ -1411,7 +1411,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityTemporalList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporalList-example.json" } } } @@ -1445,7 +1445,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityTemporal-example_C5.5.3.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example_C5.5.3.json" } } } @@ -1538,7 +1538,7 @@ }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityTemporal-example_C5.5.3.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example_C5.5.3.json" } } } diff --git a/spec/updated/ngsi-ld-spec-open-api.json b/spec/updated/ngsi-ld-spec-open-api.json index 7164244..23c91b4 100644 --- a/spec/updated/ngsi-ld-spec-open-api.json +++ b/spec/updated/ngsi-ld-spec-open-api.json @@ -48,61 +48,61 @@ ], "paths": { "/entities/": { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/paths/%2Fentities%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/paths/%2Fentities%2F" }, "/entities/{entityId}": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-by-id-spec.json#/paths/%2Fentities%2F%7BentityId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-by-id-spec.json#/paths/%2Fentities%2F%7BentityId%7D" }, "/entities/{entityId}/attrs/": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-attrs-spec.json#/paths/%2Fentities%2F%7BentityId%7D%2Fattrs%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-attrs-spec.json#/paths/%2Fentities%2F%7BentityId%7D%2Fattrs%2F" }, "/entities/{entityId}/attrs/{attrId}": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-attrs-spec.json#/paths/%2Fentities%2F%7BentityId%7D%2Fattrs%2F%7BattrId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-attrs-spec.json#/paths/%2Fentities%2F%7BentityId%7D%2Fattrs%2F%7BattrId%7D" }, "/subscriptions/": { - "$ref": "http://localhost:8090/spec/updated/subscriptions/subscriptions-spec.json#/paths/%2Fsubscriptions%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/subscriptions/subscriptions-spec.json#/paths/%2Fsubscriptions%2F" }, "/subscriptions/{subscriptionId}": { - "$ref": "http://localhost:8090/spec/updated/subscriptions/subscription-by-id-spec.json#/paths/%2Fsubscriptions%2F%7BsubscriptionId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/subscriptions/subscription-by-id-spec.json#/paths/%2Fsubscriptions%2F%7BsubscriptionId%7D" }, "/csourceRegistrations/": { - "$ref": "http://localhost:8090/spec/updated/csourceRegistrations/csource-registrations-spec.json#/paths/%2FcsourceRegistrations%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/csourceRegistrations/csource-registrations-spec.json#/paths/%2FcsourceRegistrations%2F" }, "/csourceRegistrations/{registrationId}": { - "$ref": "http://localhost:8090/spec/updated/csourceRegistrations/csource-registration-by-id-spec.json#/paths/%2FcsourceRegistrations%2F%7BregistrationId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/csourceRegistrations/csource-registration-by-id-spec.json#/paths/%2FcsourceRegistrations%2F%7BregistrationId%7D" }, "/csourceSubscriptions/": { - "$ref": "http://localhost:8090/spec/updated/csourceSubscriptions/csource-subscriptions-spec.json#/paths/%2FcsourceSubscriptions%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/csourceSubscriptions/csource-subscriptions-spec.json#/paths/%2FcsourceSubscriptions%2F" }, "/csourceSubscriptions/{subscriptionId}": { - "$ref": "http://localhost:8090/spec/updated/csourceSubscriptions/csource-subscription-by-id-spec.json#/paths/%2FcsourceSubscriptions%2F%7BsubscriptionId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/csourceSubscriptions/csource-subscription-by-id-spec.json#/paths/%2FcsourceSubscriptions%2F%7BsubscriptionId%7D" }, "/entityOperations/create": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fcreate" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fcreate" }, "/entityOperations/update": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fupdate" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fupdate" }, "/entityOperations/upsert": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fupsert" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fupsert" }, "/entityOperations/delete": { - "$ref": "http://localhost:8090/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fdelete" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-operations-spec.json#/paths/%2FentityOperations%2Fdelete" }, "/temporal/entities/": { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/paths/%2Ftemporal%2Fentities%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/paths/%2Ftemporal%2Fentities%2F" }, "/temporal/entities/{entityId}": { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entity-by-id-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entity-by-id-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D" }, "/temporal/entities/{entityId}/attrs/": { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entity-attrs-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D%2Fattrs%2F" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entity-attrs-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D%2Fattrs%2F" }, "/temporal/entities/{entityId}/attrs/{attrId}": { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entity-attrs-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D%2Fattrs%2F%7BattrId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entity-attrs-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D%2Fattrs%2F%7BattrId%7D" }, "/temporal/entities/{entityId}/attrs/{attrId}/{instanceId}": { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entity-attrs-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D%2Fattrs%2F%7BattrId%7D%2F%7BinstanceId%7D" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entity-attrs-spec.json#/paths/%2Ftemporal%2Fentities%2F%7BentityId%7D%2Fattrs%2F%7BattrId%7D%2F%7BinstanceId%7D" } } } diff --git a/spec/updated/subscriptions/subscription-by-id-spec.json b/spec/updated/subscriptions/subscription-by-id-spec.json index e53310e..614f951 100644 --- a/spec/updated/subscriptions/subscription-by-id-spec.json +++ b/spec/updated/subscriptions/subscription-by-id-spec.json @@ -35,11 +35,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/Subscription" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/Subscription-example_C.4.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/Subscription-example_C.4.json" } } } @@ -50,7 +50,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -60,7 +60,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -81,7 +81,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/SubscriptionFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/SubscriptionFragment" } } } @@ -95,7 +95,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -105,7 +105,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -130,7 +130,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -140,7 +140,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/subscriptions/subscriptions-spec.json b/spec/updated/subscriptions/subscriptions-spec.json index 635cf38..b4f935b 100644 --- a/spec/updated/subscriptions/subscriptions-spec.json +++ b/spec/updated/subscriptions/subscriptions-spec.json @@ -38,11 +38,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/SubscriptionList.json#/definitions/SubscriptionList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/SubscriptionList.json#/definitions/SubscriptionList" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/SubscriptionList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/SubscriptionList-example.json" } } } @@ -53,7 +53,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -72,7 +72,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/Subscription" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription" } } } @@ -86,7 +86,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -96,7 +96,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/temporal/temporal-entities-spec.json b/spec/updated/temporal/temporal-entities-spec.json index 557516e..dbf5257 100644 --- a/spec/updated/temporal/temporal-entities-spec.json +++ b/spec/updated/temporal/temporal-entities-spec.json @@ -12,7 +12,7 @@ "in": "query", "required": false, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/timerel" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/timerel" } }, "time": { @@ -41,7 +41,7 @@ "in": "query", "required": false, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" } }, "lastN": { @@ -77,31 +77,31 @@ "tags": ["Temporal Evolution", "Temporal"], "parameters": [ { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/id" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/id" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/idPattern" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/idPattern" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/type" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/type" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/attrs" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/attrs" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/q" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/q" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/georel" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/georel" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/geometry" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/geometry" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/coordinates" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/coordinates" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/geoproperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/geoproperty" }, { "$ref": "#/components/parameters/timerel" @@ -116,10 +116,10 @@ "$ref": "#/components/parameters/endTime" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/csf" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/csf" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entities-spec.json#/components/parameters/limit" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entities-spec.json#/components/parameters/limit" }, { "$ref": "#/components/parameters/options" @@ -134,11 +134,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/temporal/EntityTemporalList.json#/definitions/EntityTemporalList" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporalList.json#/definitions/EntityTemporalList" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityTemporalList-example.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporalList-example.json" } } } @@ -149,7 +149,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -165,11 +165,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityTemporal-example_C5.5.3.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example_C5.5.3.json" } } } @@ -187,7 +187,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -197,7 +197,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -207,7 +207,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/temporal/temporal-entity-attrs-spec.json b/spec/updated/temporal/temporal-entity-attrs-spec.json index 0508822..e345169 100644 --- a/spec/updated/temporal/temporal-entity-attrs-spec.json +++ b/spec/updated/temporal/temporal-entity-attrs-spec.json @@ -22,7 +22,7 @@ "in": "path", "required": true, "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/Name" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name" } }, "instanceId": { @@ -53,7 +53,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/temporal/EntityTemporal.json#/definitions/EntityTemporalFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporalFragment" } } } @@ -67,7 +67,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -77,7 +77,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -107,7 +107,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -117,7 +117,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -146,7 +146,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/temporal/EntityTemporal.json#/definitions/EntityTemporalFragment" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporalFragment" } } } @@ -160,7 +160,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -170,7 +170,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -201,7 +201,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -211,7 +211,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } diff --git a/spec/updated/temporal/temporal-entity-by-id-spec.json b/spec/updated/temporal/temporal-entity-by-id-spec.json index 7810757..80336f8 100644 --- a/spec/updated/temporal/temporal-entity-by-id-spec.json +++ b/spec/updated/temporal/temporal-entity-by-id-spec.json @@ -14,31 +14,31 @@ "tags": ["Temporal Evolution", "Temporal"], "parameters": [ { - "$ref": "http://localhost:8090/spec/updated/entities/entity-by-id-spec.json#/components/parameters/entityId" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-by-id-spec.json#/components/parameters/entityId" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entity-by-id-spec.json#/components/parameters/attrs" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-by-id-spec.json#/components/parameters/attrs" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entity-by-id-spec.json#/components/parameters/type" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-by-id-spec.json#/components/parameters/type" }, { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/options" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/options" }, { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/timerel" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/timerel" }, { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/timeproperty" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/timeproperty" }, { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/time" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/time" }, { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/endTime" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/endTime" }, { - "$ref": "http://localhost:8090/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/lastN" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/lastN" } ], "responses": { @@ -47,11 +47,11 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal" }, "examples": { "simple": { - "externalValue": "http://localhost:8090/examples/EntityTemporal-example_C5.5.3.json" + "externalValue": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example_C5.5.3.json" } } } @@ -62,7 +62,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -72,7 +72,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -85,10 +85,10 @@ "tags": ["Temporal Evolution", "Temporal"], "parameters": [ { - "$ref": "http://localhost:8090/spec/updated/entities/entity-by-id-spec.json#/components/parameters/entityId" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-by-id-spec.json#/components/parameters/entityId" }, { - "$ref": "http://localhost:8090/spec/updated/entities/entity-by-id-spec.json#/components/parameters/type" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities/entity-by-id-spec.json#/components/parameters/type" } ], "responses": { @@ -100,7 +100,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } @@ -110,7 +110,7 @@ "content": { "application/json;application/ld+json": { "schema": { - "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails" + "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails" } } } -- GitLab