Commit a950217d authored by canterafonsj's avatar canterafonsj
Browse files

Refining Examples

parent ccfa79f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  	"availableSpotNumber": {
    	"type": "Property",
    	"value": 121,
		"observedAt": "2017-07-29T12:05:02",
		"observedAt": "2017-07-29T12:05:02Z",
    	"reliability": {
      		"type": "Property",
      		"value": 0.7
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  "isParked": {
    "type": "Relationship",
    "object": "urn:ngsi-ld:OffStreetParking:Downtown1",
    "observedAt": "2017-07-29T12:00:04",
    "observedAt": "2017-07-29T12:00:04Z",
    "providedBy": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Person:Bob"
+1 −1
Original line number Diff line number Diff line
@@ -184,6 +184,6 @@
  },
  "propertyNames": {
    "type": "string",
    "pattern": "^((\\d|[a-zA-Z]|_)+(#\\d+)?)$"
    "pattern": "^((\\d|[a-zA-Z]|_)+(#\\d+)?)$|^(@context)$"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@
  },
  "propertyNames": {
    "type": "string",
    "pattern": "^((\\d|[a-zA-Z]|_)+(#\\d+)?)$"
    "pattern": "^((\\d|[a-zA-Z]|_)+(#\\d+)?)$|^(@context)$"
  }
}
Loading