Commit b9191941 authored by canterafonsj's avatar canterafonsj
Browse files

Schema substitution issues fixed

parent 203a5eb2
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
"operationSpace": { "operationSpace": {
"$ref": "#/definitions/GeoProperty" "$ref": "#/definitions/GeoProperty"
}, },
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"description": "NGSI-LD Entity Simplified Representation", "description": "NGSI-LD Entity Simplified Representation",
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"EntityInfo": { "EntityInfo": {
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"description": "NGSI-LD Context Source Notification", "description": "NGSI-LD Context Source Notification",
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"description": "NGSI-LD Notification", "description": "NGSI-LD Notification",
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
}, },
"minItems": 1 "minItems": 1
}, },
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
}, },
"type": "object", "type": "object",
"properties": { "properties": {
"$id": { "id": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment