Commit c3a934cd authored by ruiyue's avatar ruiyue
Browse files

Delete TS28111_FmControlNrm.yaml

parent c9e9291a
Loading
Loading
Loading
Loading
Loading

OpenAPI/TS28111_FmControlNrm.yaml

deleted100644 → 0
+0 −50
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: FM Control NRM
  version: 18.0.0
  description: >-
    OAS 3.0.1 definition of the FM Control NRM fragment
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.111; Fault management, FM Control NRM 
  url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.623/
paths: {}
components:
  schemas:
#-------- Definition of types-----------------------------------------------------

#-------- Definition of concrete IOCs --------------------------------------------
       
    AlarmList-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                administrativeState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
                operationalState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState'
                numOfAlarmRecords:
                  type: integer
                lastModification:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
                alarmRecords:
                  description: >-
                     This resource represents a map of alarm records.
                     The alarmIds are used as keys in the map.
                  type: object
                  additionalProperties:
                    $ref: 'TS28532_FaultMnS.yaml#/components/schemas/AlarmRecord'

#-------- Definition of YAML arrays for name-contained IOCs ----------------------



#-------- Definitions in TS 28.111 for TS 28.532 ---------------------------------
    resources-fmControlNrm:
      oneOf:
       - $ref: '#/components/schemas/AlarmList-Single'