Commit d0fe8f1f authored by sunse's avatar sunse
Browse files

Merge branch '28.532_Rel16_0207_Correct_definition_of_Resource' into...

Merge branch '28.532_Rel16_0207_Correct_definition_of_Resource' into 'Integration_Rel16_SA5_143_YAML'

S5-223554 Rel-16 CR 28.532 Correct definition of Resource

See merge request sa5/MnS!319
parents bb61034f e4e7ff6e
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Provisioning MnS
  version: 16.5.0
  version: 16.11.0
  description: >-
    OAS 3.0.1 definition of the Provisioning MnS
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.532; Generic management services
@@ -406,12 +406,18 @@ components:
          properties:
            id:
              type: string
            objectClass:
              type: string
            objectInstance:
              $ref: 'comDefs.yaml#/components/schemas/Dn'
            attributes:
              type: object
          additionalProperties:
            type: array
            items:
              type: object
          required:
            - id
        - anyOf:
            - $ref: 'genericNrm.yaml#/components/schemas/resources-genericNrm'
            - $ref: 'nrNrm.yaml#/components/schemas/resources-nrNrm'