diff --git a/schema/BatchOperationResult.json b/schema/BatchOperationResult.json index 310d0aee9b6a4a3e2ce48522b0031997dc4067d2..04fba472bb960a8e439d636e006df1fd6053d094 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 c75ac9cb3d5ce1a52bed8295f632b6334f8326de..24782155d0cd373895d1fc9581ae33408b97c009 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 14227464befbbba3c689dfebed5bbc7e7852f238..a3fca8401b581dfe2ad2c41d6448f19a2a1a3493 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 bc09254ec2c36e6d6a8be4e6deb5cebe1b6a013b..a3214d7e251fa808a56d44f4c1e59e9ea0c3ed9d 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 32960fca4b3cd0ebe208f2310fc6b3c3de2a6472..b61e6e5006b1fee4a74bd817d32506cd2e300bd6 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 9f19e67bb1447b1ae6a70850cb8fa7922bb53f25..aaae651eb0c5be102590a7615657abf537c9c447 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 4d4a21a2af0e9ef8411dd7c8f178aa235dfe4d52..0518d7ab9c256aeaa853cc8b2ca0ba368a4833c4 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 e23812025a904c6717193ae4a7453ab25e0f09c4..a0ad339d4a00fc59b7834d431280c1ad01c7a028 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 f549253ad5dab859ec42f190f96929e05784d2c8..49ac3a85f3902b6ae71d1c0beb6597a4d1a2c797 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 650ba86231e71856df9344ce5279dc69e8d61c15..21a4143b6fc007e3dedcc36aad80ec1bc57eea5f 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 22040716145379af771c59b926e280381e533c89..3d951d04bfbe05dab78199156c496afe5f93cb87 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 42655d3d9b33bf3c9c15bfc565fc62d52fd43a02..4ed93d7fae77ededd792c9ef81a7ad17cdb86a7b 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 2ebddcbe599ac1a01665fdd2a78a130179ffe31a..6a2a98f4210ea9868716104605827baa1bac18f2 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 d2a39e8927928b038a4314bb18d0eb1f68899cb4..47f386e39238ea0b0ed0c9d2a54e265a73291514 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 2360b8db8bc8a2ce07bc65373cace65b9e823a78..b4221a3e19ef918d411e9c996eeca3aad42c8536 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 5e39263f26b7240a4da8e71f370a6b75ca77435e..eaff1bf1e3c3489788cfbe9c6bf0c4bca84e0793 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 68442ab55ca942e45bd83b4a5ca6b070e8fdd21e..350aefe8a6cea516ff9107069790b31727448481 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 e730ff14b678e22bfe14723415925e4b0d8ab21f..6fe923bc1a862ac8a67fa772dd1084c092124922 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 8c947b7ef99be074df19097d34b73d03f50c94c7..8cc6028953fbb5dcfeb3ecb5c58f6acd4be64d22 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 b59af1b96238d690e37e87aa80414ff92eeee1a7..2890992e79cfc9315dcd41dc6e8219e87d0a0bc1 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 754f279563cdad838575f17105446612833e13f0..2dc6ab2cfcd6f966969b96e2cd3613d629b90464 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 9417218ec34c637c1dd2bce4114e66bcbce81b42..baa9baa5d00c749f4e81e32e8dc94d60c9bacf35 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 7164244b75ab4757d6c68a98f57603d558da2493..23c91b466f19a5fa7381d5d358be868afa42c9a2 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 e53310e22e2156526a0bf48b2d387af2eafadc8f..614f951fec9d0c1f9ea4e0a880dba4e40ec3a9d4 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 635cf38363ce785f761392cfdadef2343dd3a5d3..b4f935b1ead928e2c26bf6cf60bda1ce3cf43c39 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 557516e46dc7ee713bf31a2829eb8ae73c923fa7..dbf525730db43a229d34eef59e39f6444fb1852d 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 05088222553b1d00cc7890242635d9ea04b1612d..e345169b6524d84993f5c21c8570b3f861be95ef 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 781075776ba25c3629071a1c426318518d90857e..80336f8a376835ee43cf57403eaa7ae6e6bb9808 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" } } }