Commit c4fb532d authored by Jason Fox's avatar Jason Fox
Browse files

Add scope to `notUpdated`

parent afb6f83e
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -368,7 +368,16 @@ Such definition has been tested using [i.19].
      "@id": "ngsi-ld:notifiedAt",
      "@type": "DateTime"
    },
    "notUpdated": "ngsi-ld:notUpdated",
    "notUpdated": {
      "@id":"ngsi-ld:notUpdated",
      "@context": {
        "attributeName": {
          "@id": "ngsi-ld:attributeName",
          "@type": "@vocab"
        },
        "reason": "ngsi-ld:reason"
      }
    },
    "object": {
      "@id": "ngsi-ld:hasObject",
      "@type": "@id"
@@ -480,7 +489,6 @@ Such definition has been tested using [i.19].
      "@type": "@vocab"
    },
    "q": "ngsi-ld:q",
    "reason": "ngsi-ld:reason",
    "refreshRate": "ngsi-ld:refreshRate",
    "registrationId": "ngsi-ld:registrationId",
    "registrationName": "ngsi-ld:registrationName",
+8 −4
Original line number Diff line number Diff line
@@ -364,7 +364,10 @@ Table: Matrix of all Attributes
| _`attributeList `_                 | AttributeList                                                         | Type-scoped definition within                 |
|                                    |                                                                       | [type="AttributeList"]{.HTML-Code}            |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`attributeName`_                  | Attribute, NotUpdatedResult                                           |                                               |
| _`attributeName`_                  | Attribute, NotUpdatedResult                                           | Type-scoped definition within                 |
|                                    |                                                                       | [type="Attribute"]{.HTML-Code},               |
|                                    |                                                                       | property-scoped definition within             |
|                                    |                                                                       | _`notUpdated`_                                |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`attributeTypes`_                 | Attribute                                                             | Type-scoped definition within                 |
|                                    |                                                                       | [type="Attribute"]{.HTML-Code}                |
@@ -603,7 +606,8 @@ Table: Matrix of all Attributes
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`q`_                              | Query, Subscription                                                   |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`reason`_                         | NotUpdatedResult                                                      |                                               |
| _`reason`_                         | NotUpdatedResult                                                      | Property-scoped definition within             |
|                                    |                                                                       |  _`notUpdated`_                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`receiverInfo`_                   | Endpoint, Snapshot                                                    |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
@@ -709,7 +713,7 @@ Table: Matrix of all Attributes
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`valueLists `_                    | ListProperty                                                          |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`values`_                         | Property, ListProperty                                                |                                               |
| _`values`_                         | Property, GeoProperty                                                 |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`valueType`_                      | Property, GeoProperty, ListProperty,                                  |                                               |
|                                    | LanguageProperty, JsonProperty, VocabProperty                         |                                               |
@@ -3302,7 +3306,7 @@ Table: UpdateResult data type definition
+-------------+-----------------------+----------------------------+-------------+---------------------------------------------------------------------------------------------------------------------------------------+
| Name        | Data Type             | Restrictions               | Cardinality | Description                                                                                                                           |
+=============+=======================+============================+=============+=======================================================================================================================================+
| notUpdated  | NotUpdatedDetails[]   | See Clause+++root.2.6.8.4  | 1           | List which contains the Attributes (represented by their name) that were not updated, together with the reason for not being updated. |
| notUpdated  | NotUpdatedResult[]    | See Clause+++root.2.6.8.4  | 1           | List which contains the Attributes (represented by their name) that were not updated, together with the reason for not being updated. |
+-------------+-----------------------+----------------------------+-------------+---------------------------------------------------------------------------------------------------------------------------------------+
| updated     | String[]              |                            | 1           | List of Attributes (represented by their name) that were appended or updated.                                                         |
+-------------+-----------------------+----------------------------+-------------+---------------------------------------------------------------------------------------------------------------------------------------+