Commit b9191941 authored by canterafonsj's avatar canterafonsj
Browse files

Schema substitution issues fixed

parent 203a5eb2
......@@ -157,7 +157,7 @@
"operationSpace": {
"$ref": "#/definitions/GeoProperty"
},
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -5,7 +5,7 @@
"description": "NGSI-LD Entity Simplified Representation",
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -70,7 +70,7 @@
"EntityInfo": {
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -5,7 +5,7 @@
"description": "NGSI-LD Context Source Notification",
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -116,7 +116,7 @@
{
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -5,7 +5,7 @@
"description": "NGSI-LD Notification",
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -132,7 +132,7 @@
{
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -31,7 +31,7 @@
},
"minItems": 1
},
"$id": {
"id": {
"type": "string",
"format": "uri"
},
......
......@@ -83,7 +83,7 @@
},
"type": "object",
"properties": {
"$id": {
"id": {
"type": "string",
"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