diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 4c963678bbb6cd7773506f00c8e6e7a156aa0e76..757b8b0ffbdade7ba747a122c301c1301ed1c292 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2521,6 +2521,34 @@ components: type: boolean default: false + AiotfInfo: + description: Information of an AIOTF NF Instance + type: object + properties: + areaIDList: + type: array + items: + $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID' + minItems: 1 + + AdmInfo: + description: ADM information + type: object + properties: + deviceIdList: + type: array + items: + $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId' + minItems: 1 + devIdRegEx: + type: string + afIdList: + type: array + items: + type: string + minItems: 1 + + NrfInfo: description: Information of an NRF NF Instance, used in hierarchical NRF deployments type: object @@ -4901,7 +4929,9 @@ components: managedNFProfile: $ref: '#/components/schemas/ManagedNFProfile' aIOTgNBInfo: - $ref: '#/components/schemas/AIoTgNBInfo' + $ref: '#/components/schemas/AIoTgNBInfo' + aIotfInfo: + $ref: '#/components/schemas/AiotfInfo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object @@ -4933,6 +4963,8 @@ components: type: string managedNFProfile: $ref: '#/components/schemas/ManagedNFProfile' + admInfo: + $ref: '#/components/schemas/AdmInfo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object