Loading ngsi-ld-api.yaml +17 −0 Original line number Diff line number Diff line Loading @@ -3641,6 +3641,13 @@ components: A name given to this Context Source Registration. type: string minLength: 1 contextSourceAlias: description: | A previously retrieved unique id for a registered Context Source which is used to identify loops. In the multi-tenancy use case (see clause 4.14), this id shall be used to identify a specific Tenant within a registered Context Source. type: string minLength: 1 description: description: | A description of this Context Source Registration. Loading @@ -3654,6 +3661,16 @@ components: items: $ref: '#/components/schemas/RegistrationInfo' minItems: 1 datasetId: description: | Specifies the datasetIds of Attributes that the Context Source can provide, defined as per clause 4.5.5. Valid URIs, "@none" for including the default Attribute instances. type: array items: type: string format: uri default: "@none" tenant: description: | Identifies the tenant that has to be specified in all requests to the Context Source that Loading Loading
ngsi-ld-api.yaml +17 −0 Original line number Diff line number Diff line Loading @@ -3641,6 +3641,13 @@ components: A name given to this Context Source Registration. type: string minLength: 1 contextSourceAlias: description: | A previously retrieved unique id for a registered Context Source which is used to identify loops. In the multi-tenancy use case (see clause 4.14), this id shall be used to identify a specific Tenant within a registered Context Source. type: string minLength: 1 description: description: | A description of this Context Source Registration. Loading @@ -3654,6 +3661,16 @@ components: items: $ref: '#/components/schemas/RegistrationInfo' minItems: 1 datasetId: description: | Specifies the datasetIds of Attributes that the Context Source can provide, defined as per clause 4.5.5. Valid URIs, "@none" for including the default Attribute instances. type: array items: type: string format: uri default: "@none" tenant: description: | Identifies the tenant that has to be specified in all requests to the Context Source that Loading