Components


securitySchemes: 
  oAuth2ClientCredentials: 
    Type: oauth2 
    Flows: 
      clientCredentials: 
        tokenUrl: '{nrfApiRoot}/oauth2/token' 
        scopes: 
          namf-mt: Access to the Namf_MT API 
 
schemas: 
  EnableUeReachabilityReqData: 
    Type: object 
    Properties: 
      reachability: 
        Reference: 'TS29518_Namf_EventExposure.yaml#/components/schemas/UeReachability' 
      supportedFeatures: 
        Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' 
    Required: 
      - reachability 
  EnableUeReachabilityRspData: 
    Type: object 
    Properties: 
      reachability: 
        Reference: 'TS29518_Namf_EventExposure.yaml#/components/schemas/UeReachability' 
      supportedFeatures: 
        Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' 
    Required: 
      - reachability 
  UeContextInfo: 
    Type: object 
    Properties: 
      supportVoPS: 
        Type: boolean 
      supportVoPSn3gpp: 
        Type: boolean 
      lastActTime: 
        Reference: 'TS29571_CommonData.yaml#/components/schemas/DateTime' 
      accessType: 
        Reference: 'TS29571_CommonData.yaml#/components/schemas/AccessType' 
      ratType: 
        Reference: 'TS29571_CommonData.yaml#/components/schemas/RatType' 
      supportedFeatures: 
        Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' 
  UeContextInfoClass: 
    anyOf: 
    - type: string 
      enum: 
        - TADS 
    - type: string