Lift CAPIF specifications to latest version
[nonrtric/plt/sme.git] / capifcore / internal / invokermanagementapi / invokermanagementapi-types.gen.go
index 4cb60e0..bf13799 100644 (file)
@@ -26,7 +26,7 @@ type APIInvokerEnrolmentDetails struct {
        // Represents on-boarding information of the API invoker.
        OnboardingInformation OnboardingInformation `json:"onboardingInformation"`
 
        // Represents on-boarding information of the API invoker.
        OnboardingInformation OnboardingInformation `json:"onboardingInformation"`
 
-       // Set to true by Subscriber to request the CAPIF core function to send a test notification as defined in in subclause 7.6. Set to false or omitted otherwise.
+       // Set to true by Subscriber to request the CAPIF core function to send a test notification as defined in in clause 7.6. Set to false or omitted otherwise.
        RequestTestNotification *bool `json:"requestTestNotification,omitempty"`
 
        // A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of "0" to "9",  "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
        RequestTestNotification *bool `json:"requestTestNotification,omitempty"`
 
        // A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of "0" to "9",  "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
@@ -36,7 +36,7 @@ type APIInvokerEnrolmentDetails struct {
        WebsockNotifConfig *externalRef0.WebsockNotifConfig `json:"websockNotifConfig,omitempty"`
 }
 
        WebsockNotifConfig *externalRef0.WebsockNotifConfig `json:"websockNotifConfig,omitempty"`
 }
 
-// Represents an API Invokers enrolment details to be updated.
+// Represents an API Invoker's enrolment details to be updated.
 type APIInvokerEnrolmentDetailsPatch struct {
        // Generic information related to the API invoker such as details of the device or the application.
        ApiInvokerInformation *string `json:"apiInvokerInformation,omitempty"`
 type APIInvokerEnrolmentDetailsPatch struct {
        // Generic information related to the API invoker such as details of the device or the application.
        ApiInvokerInformation *string `json:"apiInvokerInformation,omitempty"`
@@ -56,13 +56,13 @@ type APIList []externalRef2.ServiceAPIDescription
 
 // Represents on-boarding information of the API invoker.
 type OnboardingInformation struct {
 
 // Represents on-boarding information of the API invoker.
 type OnboardingInformation struct {
-       // The API Invokers generic client certificate, provided by the CAPIF core function.
+       // The API Invoker's generic client certificate, provided by the CAPIF core function.
        ApiInvokerCertificate *string `json:"apiInvokerCertificate,omitempty"`
 
        ApiInvokerCertificate *string `json:"apiInvokerCertificate,omitempty"`
 
-       // The API Invokers public key
+       // The API Invoker's public key
        ApiInvokerPublicKey string `json:"apiInvokerPublicKey"`
 
        ApiInvokerPublicKey string `json:"apiInvokerPublicKey"`
 
-       // The API Invokers onboarding secret, provided by the CAPIF core function.
+       // The API Invoker's onboarding secret, provided by the CAPIF core function.
        OnboardingSecret *string `json:"onboardingSecret,omitempty"`
 }
 
        OnboardingSecret *string `json:"onboardingSecret,omitempty"`
 }