Commit ff802fc1 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Updating CSourceRegistration, including the contextSourceAlias and datasetId properties.

parent 58ac27b6
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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.
@@ -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