Commit 98f07139 authored by Elian Kraja's avatar Elian Kraja
Browse files

Update MEC013 schemas to v2.1.1

parent 2fd411a1
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{
{ "accessPointInfo": {
        "description": "A type containing access point information.",
        "properties": {
          "accessPointId": {
@@ -238,3 +238,4 @@
        ],
        "type": "object"
      }
}
 No newline at end of file
+3 −2
Original line number Diff line number Diff line
{
{ "accessPointList": {
        "description": "A type containing list of access points.",
        "properties": {
          "accessPoint": {
@@ -266,3 +266,4 @@
        ],
        "type": "object"
      }
}
 No newline at end of file
+4 −2
Original line number Diff line number Diff line
{	
	"circleNotificationSubscription": {
        "description": "A type containing data for notifications, when the area is defined as a circle.",
        "properties": {
          "address": {
@@ -153,3 +154,4 @@
        ],
        "type": "object"
      }
 }
 No newline at end of file
+3 −1
Original line number Diff line number Diff line
{
	"notificationSubscriptionList": {
        "properties": {
          "circleNotificationSubscription": {
            "description": "Collection of CircleNotificationSubscription elements, see note 2.",
@@ -705,3 +706,4 @@
        "x-etsi-notes": "NOTE 1:\tAs specified in [5], clause 5.2.2.8.\nNOTE 2: \tAs specified in [6], clause 5.2.2.7.",
        "x-etsi-ref": "6.3.3"
      }
}
 No newline at end of file
+3 −1
Original line number Diff line number Diff line
{
	"terminalDistance": {
        "description": "A type containing information about the distance from a terminal to a location or between two terminals, in addition the accuracy and a timestamp of the information are provided.",
        "properties": {
          "accuracy": {
@@ -43,3 +44,4 @@
        ],
        "type": "object"
      }
}
 No newline at end of file
Loading