Commit 39b670d8 authored by Jason Fox's avatar Jason Fox
Browse files

More formatting

parent fc7fef16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -863,8 +863,8 @@ Broker as an _`@context`_ server.
|                       | The information contained in a snapshot is updated using the Core API operations, but applied to the respective snapshot.                                               |
|                       |                                                                                                                                                                         |
+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| JSONLDContext API     | _JSON-LD _`@context`_ Management_ - The _`@context`_ managment operations allow storing user JSON-LD `@context`, listing available `@context`,                          |
| (optional)            | serving stored JSON-LD `@context` and deleting user JSON-LD `@context`. In addition, a [Context Broker]{.HTML-Keyboard} can make                                        |
| JSONLDContext API     | _JSON-LD_ _`@context`_ _Management_ - The _`@context`_ managment operations allow storing user JSON-LD _`@context`_, listing available _`@context`_,                    |
| (optional)            | serving stored JSON-LD _`@context`_ and deleting user JSON-LD _`@context`_. In addition, a [Context Broker]{.HTML-Keyboard} can make                                    |
|                       | _cached_ JSON-LD _`@context`_ visible, which can then be deleted, or deleted and updated in a single step, in case the source JSON-LD _`@context`_ has changed.         |
|                       |                                                                                                                                                                         |
+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+3 −3
Original line number Diff line number Diff line
@@ -909,7 +909,7 @@ Table: NGSI-LD Property data type definition
+----------------------------------+-------------------------------------------------------+------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------+
| unitCode                         | String                                                | As mandated by [n.15]                    | 0..1                             | Property Value's unit code.                                                                               |
+----------------------------------+-------------------------------------------------------+------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------+
| valueType                        | String                                                |                                          | 0..1                             | The native JSON-LD `_@type`_ for the Property Value. A String Value which shall be type coerced           |
| valueType                        | String                                                |                                          | 0..1                             | The native JSON-LD _`@type`_ for the Property Value. A String Value which shall be type coerced           |
|                                  |                                                       |                                          |                                  | to a URI based on the supplied _`@context`_. See Clause+++root.2.4.                                       |
+----------------------------------+-------------------------------------------------------+------------------------------------------+----------------------------------+-----------------------------------------------------------------------------------------------------------+
| <​Attribute name>    | Property or Property[] \                              | See datatype definition                  | 0..N                             | Properties of the Property.                                                                               |
@@ -2947,7 +2947,7 @@ Table: NotificationParams data type definition
|             |             |                                                                                                                                                                                                                               |             |                                                                                                                                                                         |
|             |             |                                                                                                                                                                                                                               |             | _`showChanges`_ cannot be _`true`_ in case format is ["keyValues"]{.HTML-Code}.                                                                                         |
+-------------+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| sysAttrs    | Boolean     | _`false`_ by default                                                                                                                                                                                                          | 0..1        | If _`true`_, the system generated attributes _`createdAt`_ and _`modifiedAt`_ and the system attribute `_expiresAt`_ are included in the response payload body,         |
| sysAttrs    | Boolean     | _`false`_ by default                                                                                                                                                                                                          | 0..1        | If _`true`_, the system generated attributes _`createdAt`_ and _`modifiedAt`_ and the system attribute _`expiresAt`_ are included in the response payload body,         |
|             |             |                                                                                                                                                                                                                               |             | in the case of a deletion also _`deletedAt`_.                                                                                                                           |
|             |             |                                                                                                                                                                                                                               |             |                                                                                                                                                                         |
+-------------+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -3015,7 +3015,7 @@ Table: TemporalParams data type definition
| timerel            | String                                                                  | Allowed values: ["before"]{.HTML-Code}, ["after"]{.HTML-Code} and ["between"]{.HTML-Code}                                                                                                                                | 1           | Represents the temporal relationship as defined by Clause+++clause-7+++7.2.6                                                                                                                                                                             |
|                    |                                                                         |                                                                                                                                                                                                                          |             |                                                                                                                                                                                                                                                          |
+--------------------+-------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| aggrMethods        | Comma separated list of string                                          | It shall be 1 if _`aggregatedValues`_ is present in the `_options`_ parameter                                                                                                                                            | 0..1        | Each String represents an aggregation method, as defined by Clause+++root.3.2.7. Only applicable if ["aggregatedValues"]{.HTML-Code} is present in the _`format`_ or _`options`_ parameter.                                                              |
| aggrMethods        | Comma separated list of string                                          | It shall be 1 if _`aggregatedValues`_ is present in the _`options`_ parameter                                                                                                                                            | 0..1        | Each String represents an aggregation method, as defined by Clause+++root.3.2.7. Only applicable if ["aggregatedValues"]{.HTML-Code} is present in the _`format`_ or _`options`_ parameter.                                                              |
|                    |                                                                         |                                                                                                                                                                                                                          |             |                                                                                                                                                                                                                                                          |
+--------------------+-------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| aggrPeriodDuration | String                                                                  |                                                                                                                                                                                                                          | 0..1        | It represents the duration of each period used for the aggregation as defined by Clause+++root.3.2.7. If not specified, it defaults to a duration of 0 seconds and is interpreted as a duration spanning the whole time-range                            |