Commit b29e02a4 authored by bradburyr's avatar bradburyr
Browse files

CR26517-0023 [S4aI250005]: Tighten data type of servie-class query parameter.

parent 67356c0c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: 'MBS User Service Announcement'
  version: 2.0.1
  version: 2.1.0
  description: |
    MBS User Service Announcement Element units.
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 26.517 V18.2.0; 5G Multicast-Broadcast User Services; Protocols and Formats
  description: 3GPP TS 26.517 V18.3.0; 5G Multicast-Broadcast User Services; Protocols and Formats
  url: http://www.3gpp.org/ftp/Specs/archive/26_series/26.517/
paths:
  /user-service-descriptions:
@@ -21,7 +21,7 @@ paths:
        - in: query
          name: service-class
          schema:
            type: string
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
          required: true
          description: 'Filter for User Service Descriptions tagged with the supplied service class term identifier expressed as a fully-qualified URI string from a controlled vocabulary'
      responses: