forked from jdegre/5GC_APIs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTS26532_CommonData.yaml
38 lines (35 loc) · 1.31 KB
/
TS26532_CommonData.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
openapi: 3.0.0
info:
title: Data Collection and Reporting Common Data Types
version: 1.0.0
description: |
Data Collection and Reporting Common Data Types
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
tags:
- name: Data Collection and Reporting Common Data Types
description: 'Data Collection and Reporting: Common Data Types'
externalDocs:
description: 'TS 26.532 V17.0.0; Data Collection and Reporting; Protocols and Formats'
url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.532/'
paths: {}
components:
schemas:
#################################
# Clause 5.4.1: Simple data types
#################################
#####################################
# Clause 5.4.2: Structured data types
#####################################
#####################################
# Clause 5.4.3: Enumerated data types
#####################################
DataCollectionClientType:
anyOf:
- type: string
enum: [DIRECT, INDIRECT, APPLICATION_SERVER]
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.