Commit ac6afa05 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

OpenAPI update v3.2.1

parent 23580093
Loading
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+4 −0
Original line number Diff line number Diff line
[submodule "externals"]
	path = externals
	url = https://forge.3gpp.org/rep/all/5G_APIs.git
	branch = REL-19
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ tags:
- 'applicationSupport'

fake_data_types: false

imports:
  ScheduledCommunicationTime: TS29122_CpProvisioning.yaml
  ServiceArea: TS29558_Eecs_EESRegistration.yaml
  EASServiceKPI: TS29558_Eees_EASRegistration.yaml
  
manual_types:
    ProblemDetails:
      type: object
+9 −0
Original line number Diff line number Diff line
@@ -84,6 +84,15 @@ manual_types:
        - SUSPENDED
      description: Enumeration representing possible states of a MEC service instance.

    ServiceChange:
      type: string
      enum:
        - ADDED
        - REMOVED
        - STATE_CHANGED
        - ATTRIBUTES_CHANGED
      description: Enumeration representing changes to a MEC service.

    SerInstanceId:
      description: Identifier of the service instance assigned by the MEPM/MEC platform. For the uniqueness of the identifier
                    across the MEC system, UUID format [i.7] is recommended.Shall be absent in POST requests, and present otherwise

doc/config-refs.yaml

0 → 100644
+7 −0
Original line number Diff line number Diff line
TS29122_CpProvisioning.yaml
TS29122_CommonData.yaml
TS29549_SS_ASCAIInfoRetrieval.yaml
TS29558_Eecs_EESRegistration.yaml
TS29558_Eees_EASRegistration.yaml
TS29571_CommonData.yaml
TS29572_Nlmf_Location.yaml
 No newline at end of file
+2.06 MiB

File added.

No diff preview for this file type.

Loading