Resource
Type: object
Properties:
resourceName:
Type: string
Description: Resource name
commType:
Reference: '#/components/schemas/CommunicationType'
uri:
Type: string
Description: Relative URI of the API resource, it is set as {apiSpecificResourceUriPart} part of the URI structure as defined in subclause 4.4 of 3GPP TS 29.501.
custOpName:
Type: string
Description: it is set as {custOpName} part of the URI structure for a custom operation associated with a resource as defined in subclause 4.4 of 3GPP TS 29.501.
operations:
Type: array
Items:
Reference: '#/components/schemas/Operation'
minItems: 1
Description: Supported HTTP methods for the API resource. Only applicable when the protocol in AefProfile indicates HTTP.
Type: string
Description: Text description of the API resource
Required:
- resourceName
- commType
- uri