MEC010-2_AppPkgMgmt.json 79.3 KB
Newer Older
Elian Kraja's avatar
Elian Kraja committed
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "ServiceDependency"
            },
            "appServiceProduced": {
              "description": "Describes services a MEC application is able to produce to the platform or other MEC applications. Only relevant for service-producing apps.",
              "items": {
                "$ref": "#/components/schemas/ServiceDescriptor"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "ServiceDescriptor"
            },
            "appServiceRequired": {
              "description": "Describes services a MEC application requires to run.",
              "items": {
                "$ref": "#/components/schemas/ServiceDependency"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "ServiceDependency"
            },
            "appSoftVersion": {
              "description": "Identifies the version of software of the MEC application.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
            },
            "appTrafficRule": {
              "description": "Describes traffic rules the MEC application requires.",
              "items": {
                "$ref": "#/components/schemas/TrafficRuleDescriptor"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "TrafficRuleDescriptor"
            },
            "changeAppInstanceStateOpConfig": {
              "$ref": "#/components/schemas/ChangeAppInstanceStateOpConfig"
            },
            "mecVersion": {
              "description": "Identifies version(s) of MEC system compatible with the MEC application described in this version of the AppD.",
              "items": {
                "type": "string"
              },
              "minItems": 1,
              "type": "array",
              "x-etsi-mec-cardinality": "1..N",
              "x-etsi-mec-origin-type": "String"
            },
            "swImageDescriptor": {
              "$ref": "#/components/schemas/SwImageDescriptor"
            },
            "terminateAppInstanceOpConfig": {
              "$ref": "#/components/schemas/TerminateAppInstanceOpConfig"
            },
            "transportDependencies": {
              "description": "Transports, if any, that this application requires to be provided by the platform. These transports will be used by the application to deliver services provided by this application. Only relevant for service-producing apps. See note 2.",
              "items": {
                "$ref": "#/components/schemas/TransportDependency"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "TransportDependency"
            },
            "virtualComputeDescriptor": {
              "$ref": "#/components/schemas/VirtualComputeDescription"
            },
            "virtualStorageDescriptor": {
              "description": "Defines descriptors of virtual storage resources to be used by the MEC application.",
              "items": {
                "$ref": "#/components/schemas/VirtualStorageDescriptor"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "VirtualStorageDescriptor"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "appDId",
            "appName",
            "appProvider",
            "appSoftVersion",
            "appDVersion",
            "mecVersion",
            "appDescription",
            "virtualComputeDescriptor",
            "swImageDescriptor"
          ],
          "type": "object",
          "x-etsi-notes": "NOTE 1:\tThe appDId shall be used as the unique identifier of the application package that contains this AppD.\nNOTE 2:\tThis attribute indicates groups of transport bindings which a service-producing MEC application requires to be supported by the platform in order to be able to produce its services. At least one of the indicated groups needs to be supported to fulfil the requirements.",
          "x-etsi-ref": "6.2.1.2"
Elian Kraja's avatar
Elian Kraja committed
        "AppExternalCpd": {
          "properties": {
            "inherited_attributes": {
              "description": "All attributes inherited from Cpd.",
              "type": "object",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "inherited_attributes"
            },
            "virtualNetworkInterfaceRequirements": {
              "description": "Specifies requirements on a virtual network interface realizing the CPs instantiated from this CPD.",
              "items": {
                "$ref": "#/components/schemas/VirtualNetworkInterfaceRequirements"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "inherited_attributes"
          ],
          "type": "object",
          "x-etsi-ref": "6.2.1.6"
Elian Kraja's avatar
Elian Kraja committed
        "CallbackUri": {
          "description": "The URI of the endpoint for the notification to be sent to.",
          "type": "string",
          "format": "uri"
        },
        "AppDId": {
          "description": "Identifier of this MEC application descriptor. This attribute shall be globally unique.",
          "type": "string"
        },
        "AppProvider": {
          "description": "Provider of the application and of the AppD.",
          "type": "string"
        },
        "AppName": {
          "description": "Name to identify the MEC application.",
          "type": "string"
        },
        "AppDVersion": {
          "description": "Identifies the version of the application descriptor.",
          "type": "string"
        },
        "AppPkgId": {
          "description": "Identifier of the onboarded application package.",
          "type": "string"
        },
        "SubscriptionId": {
          "description": "Identifier of the subscription related to this notification.",
          "type": "string"
        },
        "AppPkgArtifactInfo": {
          "description": "Additional information of application package artifacts that are not application software images. Type is TBD"
        },
        "AppPkgInfo": {
          "description": "'The data type AppPkgInfo represents the parameters for an application package resource'",
          "type": "object",
          "required": [
            "id",
            "appDId",
            "appName",
            "appSoftwareVersion",
            "appDVersion",
            "checksum",
            "softwareImages",
            "onboardingState",
            "operationalState",
            "usageState",
            "_links"
          ],
          "properties": {
            "id": {
              "$ref": "#/components/schemas/AppPkgId"
            },
            "appDId": {
              "$ref": "#/components/schemas/AppDId"
            },
            "appProvider": {
              "$ref": "#/components/schemas/AppProvider"
            },
            "appName": {
              "$ref": "#/components/schemas/AppName"
            },
            "appSoftwareVersion": {
              "$ref": "#/components/schemas/AppSoftwareVersion"
            },
            "appDVersion": {
              "$ref": "#/components/schemas/AppDVersion"
            },
            "checksum": {
              "$ref": "#/components/schemas/Checksum"
            },
            "softwareImages": {
              "$ref": "#/components/schemas/AppPkgSWImageInfo"
            },
            "additionalArtifacts": {
              "$ref": "#/components/schemas/AppPkgArtifactInfo"
            },
            "onboardingState": {
              "$ref": "#/components/schemas/OnboardingState"
            },
            "operationalState": {
              "$ref": "#/components/schemas/AppPkg.OperationalState"
            },
            "usageState": {
              "$ref": "#/components/schemas/UsageState"
            },
            "userDefinedData": {
              "$ref": "#/components/schemas/KeyValuePairs"
            },
            "_links": {
              "$ref": "#/components/schemas/AppPkgInfo.links"
Elian Kraja's avatar
Elian Kraja committed
        },
        "AppPkgInfoModifications": {
          "description": "'The data type represents the operational state for an application package resource'",
          "type": "object",
          "required": [
            "operationState"
          ],
          "properties": {
            "operationState": {
              "type": "string",
              "enum": [
                "DISABLED",
                "ENABLED"
              ]
Elian Kraja's avatar
Elian Kraja committed
        "AppSoftwareVersion": {
          "description": "Software version of the application. This is updated when there is any change to the software in the onboarded application package.",
          "type": "string"
Elian Kraja's avatar
Elian Kraja committed
        "AppPkg.OperationalState": {
          "description": "Operational state of the onboarded application package: •ENABLED: the application package can be used for instantiation of new application instances. •DISABLED: the application package cannot be used for further application instantiation requests.",
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        "OnboardingState": {
          "description": "Onboarding state of application package",
          "type": "string",
          "format": "enum",
          "enum": [
            "CREATED",
            "UPLOADING",
            "PROCESSING",
            "ONBOARDED"
          ]
        },
        "UsageState": {
          "description": "Usage state of the onboarded instance of the application package",
          "type": "string",
          "format": "enum",
          "enum": [
            "IN_USE",
            "NOT_IN_USE"
          ]
        },
        "KeyValuePairs": {
          "description": "'This data type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key-value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 8259'",
          "type": "object",
          "additionalProperties": true
        },
        "AppPkgInfo.links": {
          "description": "Links to resources related to this resource.",
          "type": "object",
          "required": [
            "self",
            "appD",
            "appPkgContent"
          ],
          "properties": {
            "self": {
              "$ref": "#/components/schemas/LinkType"
            },
            "appD": {
              "$ref": "#/components/schemas/LinkType"
            },
            "appPkgContent": {
              "$ref": "#/components/schemas/LinkType"
            }
Elian Kraja's avatar
Elian Kraja committed
        "AppPkgNotification": {
          "description": "'This data type represents an application package management notification for informing the subscribers about onboarding application package resources. The notification is triggered when a new application package is onboarded'",
          "type": "object",
          "required": [
            "id",
            "notificationType",
            "subscriptionId",
            "timeStamp",
            "appPkgId",
            "appDId",
            "operationalState",
            "_links"
          ],
          "properties": {
            "id": {
              "$ref": "#/components/schemas/AppPkgNotification.Id"
            },
            "notificationType": {
              "$ref": "#/components/schemas/AppPkg.NotificationType"
            },
            "subscriptionId": {
              "$ref": "#/components/schemas/SubscriptionId"
            },
            "timeStamp": {
              "$ref": "#/components/schemas/TimeStamp"
            },
            "appPkgId": {
              "$ref": "#/components/schemas/AppPkgId"
            },
            "appDId": {
              "$ref": "#/components/schemas/AppDId"
            },
            "operationalState": {
              "type": "string",
              "enum": [
                "DISABLED",
                "ENABLED"
              ]
            },
            "_links": {
              "$ref": "#/components/schemas/AppPkgNotification.links"
            }
Elian Kraja's avatar
Elian Kraja committed
        "AppPkgNotification.Id": {
          "description": "''",
          "type": "string"
        },
        "AppPkg.NotificationType": {
          "description": "Discriminator for the different notification types",
          "type": "string",
          "enum": [
            "AppPackageOnBoarded",
            "AppPacakgeEnabled",
            "AppPacakgeDisabled",
            "AppPackageDeleted"
          ]
        },
        "AppPkgNotification.links": {
          "description": "Links to resources related to this resource.",
          "type": "object",
          "required": [
            "subscription"
          ],
          "properties": {
            "subscription": {
              "$ref": "#/components/schemas/LinkType"
            }
Elian Kraja's avatar
Elian Kraja committed
        "AppPkgSWImageInfo": {
          "description": "Information of application software image in application package. Type is TBD"
        },
        "AppPkgSubscriptionInfo": {
          "description": "'The data type represents a subscription to notification of application package management for the onboarding, or operational state change of application package'",
          "type": "object",
          "required": [
            "id",
            "subscriptionType",
            "callbackUri",
            "_links"
          ],
          "properties": {
            "id": {
              "$ref": "#/components/schemas/AppPkgSubscriptionInfo.Id"
            },
            "subscriptionType": {
              "$ref": "#/components/schemas/AppPkg.SubscriptionType"
            },
            "callbackUri": {
              "$ref": "#/components/schemas/CallbackUri"
            },
            "_links": {
              "$ref": "#/components/schemas/AppPkgSubscriptionInfo.links"
            }
Elian Kraja's avatar
Elian Kraja committed
        "AppPkgSubscriptionInfo.Id": {
          "description": "''",
          "type": "string"
        },
        "AppPkg.SubscriptionType": {
          "description": "Subscribed notification type.",
          "type": "string",
          "enum": [
            "AppPackageOnBoarding",
            "AppPacakgeOperationChange",
            "AppPackageDeletion"
          ]
        },
        "AppPkgSubscriptionInfo.links": {
          "description": "Links to resources related to this resource.",
          "type": "object",
          "required": [
            "self"
          ],
          "properties": {
            "self": {
              "$ref": "#/components/schemas/LinkType"
            }
Elian Kraja's avatar
Elian Kraja committed
        "AppPkgSubscriptionLinkList": {
          "description": "'The data type represents a subscription link list of notification on application package management'",
          "type": "object",
          "required": [
            "_links"
          ],
          "properties": {
            "_links": {
              "$ref": "#/components/schemas/AppPkgSubscriptionLinkList.links"
            }
Elian Kraja's avatar
Elian Kraja committed
        "AppPkgSubscriptionLinkList.links": {
          "description": "Links to resources related to this resource.",
          "type": "object",
          "required": [
            "self"
          ],
          "properties": {
            "self": {
              "$ref": "#/components/schemas/LinkType"
Elian Kraja's avatar
Elian Kraja committed
            "subscriptions": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/Subscriptions.AppPkgSubscription"
              }
            }
Elian Kraja's avatar
Elian Kraja committed
        "Subscriptions.AppPkgSubscription": {
          "description": "'The data type represents the input parameters of \"subscription operation\" to notification of application package management for the onboarding, or operational state change of application package.'",
          "type": "object",
          "required": [
            "href",
            "subsctiptionType"
          ],
          "properties": {
            "href": {
              "$ref": "#/components/schemas/Href"
            },
            "subsctiptionType": {
              "$ref": "#/components/schemas/SubsctiptionType.AppPkg"
            }
Elian Kraja's avatar
Elian Kraja committed
        },
        "Href": {
          "description": "The URI referring to the subscription.",
          "type": "string",
          "format": "uri"
        },
        "AppPkgSubscription": {
          "description": "'The data type represents the input parameters of \"subscription operation\" to notification of application package management for the onboarding, or operational state change of application package.'",
          "type": "object",
          "required": [
            "callbackUri",
            "subsctiptionType"
          ],
          "properties": {
            "callbackUri": {
              "$ref": "#/components/schemas/CallbackUri"
            },
            "subsctiptionType": {
              "$ref": "#/components/schemas/SubsctiptionType.AppPkg"
            },
            "appPkgFilter": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/AppPkgFilter"
              }
            }
Elian Kraja's avatar
Elian Kraja committed
        "SubsctiptionType.AppPkg": {
          "description": "'Subscribed notification type'",
          "type": "string",
          "enum": [
            "AppPackageOnBoarding",
            "AppPacakgeOperationChange",
            "AppPackageDeletion"
          ]
        },
        "AppPkgFilter": {
          "type": "string",
          "description": "The attribute-based filter is to filter application packages on which the query applies."
        },
        "ChangeAppInstanceStateOpConfig": {
          "description": "NFV",
          "type": "string"
        },
        "Checksum": {
          "description": "",
          "properties": {
            "algorithm": {
              "$ref": "#/components/schemas/Algorithm"
Elian Kraja's avatar
Elian Kraja committed
            "hash": {
              "$ref": "#/components/schemas/Hash"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "algorithm",
            "hash"
          ],
          "type": "object"
        },
        "CreateAppPkg": {
          "properties": {
            "appPkgName": {
              "description": "Name of the application package to be onboarded.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "appPkgPath": {
              "$ref": "#/components/schemas/URI"
Elian Kraja's avatar
Elian Kraja committed
            "appPkgVersion": {
              "description": "Version of the application package to be onboarded.\nThe appPkgName with appPkgVersion can be used to uniquely identify the application package.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "appProvider": {
              "description": "The provider's name of the application package to be onboarded.",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "checksum": {
              "$ref": "#/components/schemas/Checksum"
Elian Kraja's avatar
Elian Kraja committed
            "userDefinedData": {
              "$ref": "#/components/schemas/KeyValuePairs"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "appPkgName",
            "appPkgVersion",
            "checksum",
            "appPkgPath"
          ],
          "type": "object",
          "x-etsi-notes": "NOTE:\tIt is for further study how to convey appPkgPath, and align with ETSI GS NFV-SOL 005 [i.7].",
          "x-etsi-ref": "6.2.3.2"
        },
        "DNSRuleDescriptor": {
          "properties": {
            "dnsRuleId": {
              "description": "Identifies the DNS Rule",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "domainName": {
              "description": "FQDN of the DNS rule",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "ipAddress": {
              "description": "IP address given by the DNS rule",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "ipAddressType": {
              "$ref": "#/components/schemas/IpAddressType"
            },
            "ttl": {
              "description": "Time-to-live value",
              "type": "integer",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "Int"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "dnsRuleId",
            "domainName",
            "ipAddressType",
            "ipAddress"
          ],
          "type": "object",
          "x-etsi-ref": "6.2.1.13"
        },
        "IpAddressType": {
          "description": "Specifies the IP address type",
          "type": "string",
          "enum": [
            "IP_V6",
            "IP_V4"
          ]
        },
        "FeatureDependency": {
          "properties": {
            "featureName": {
              "description": "The name of the feature, for example, UserApps, UEIdentity, etc.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
Elian Kraja's avatar
Elian Kraja committed
            "version": {
              "description": "The version of the feature.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
            }
          },
          "required": [
            "featureName",
            "version"
          ],
          "type": "object",
          "x-etsi-ref": "6.2.1.8"
Elian Kraja's avatar
Elian Kraja committed
        "Hash": {
          "description": "'String 1 The hexadecimal value of the checksum'",
          "type": "string"
        },
        "InterfaceDescriptor": {
          "properties": {
            "dstIPAddress": {
              "description": "If the interface type is IP, the destination address identifies the IP address of the destination. Only used for dstInterface.",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "String"
            },
            "dstMACAddress": {
              "description": "If the interface type is MAC, the destination address identifies the MAC address of the destination. Only used for dstInterface.",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "String"
            },
            "interfaceType": {
              "$ref": "#/components/schemas/InterfaceType"
            },
            "srcMACAddress": {
              "description": "If the interface type is MAC, the source address identifies the MAC address of the interface.",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "String"
            },
            "tunnelInfo": {
              "$ref": "#/components/schemas/TunnelInfo"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "interfaceType"
          ],
          "type": "object",
          "x-etsi-ref": "6.2.1.11"
        },
        "InterfaceType": {
          "description": "Type of interface.",
          "type": "string",
          "enum": [
            "TUNNEL",
            "MAC",
            "IP"
          ]
        },
        "LatencyDescriptor": {
          "properties": {
            "maxLatency": {
              "description": "The value of the maximum latency in nano seconds tolerated by the MEC application. See note.",
              "format": "Uint32",
              "type": "integer",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "Uint32"
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "maxLatency"
          ],
          "type": "object",
          "x-etsi-notes": "NOTE:\tThe latency is considered to be the one way end-to-end latency between the client application (e.g. in a device) and the service (i.e. the MEC Application instance).",
          "x-etsi-ref": "6.2.1.14"
        },
        "LinkType": {
          "properties": {
            "href": {
              "description": "URI referring to a resource",
              "format": "uri",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "URI"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "href"
          ],
          "type": "object",
          "x-etsi-ref": "6.5.2"
        },
        "ProblemDetails": {
          "properties": {
            "detail": {
              "description": "A human-readable explanation specific to this occurrence of the problem",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "String"
            },
            "instance": {
              "description": "A URI reference that identifies the specific occurrence of the problem",
              "format": "uri",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "URI"
            },
            "status": {
              "description": "The HTTP status code for this occurrence of the problem",
              "format": "uint32",
              "type": "integer",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "Uint32"
            },
            "title": {
              "description": "A short, human-readable summary of the problem type",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "String"
            },
            "type": {
              "description": "A URI reference according to IETF RFC 3986 that identifies the problem type",
              "format": "uri",
              "type": "string",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "URI"
            }
Elian Kraja's avatar
Elian Kraja committed
          "type": "object"
        },
        "SerializerTypes": {
          "type": "string"
        },
        "ServiceDependency": {
          "properties": {
            "requestedPermissions": {
              "description": "Requested permissions regarding the access of the application to the service. See clause 8.2 of ETSI GS MEC 009 [4].\nThe format of this attribute is left for the data model design stage.",
              "items": {
                "$ref": "#/components/schemas/Not_specified"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "Not_specified"
            },
            "serCategory": {
              "$ref": "#/components/schemas/CategoryRef"
            },
            "serName": {
              "description": "The name of the service, for example, RNIS, LocationService, etc.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
            },
            "serTransportDependencies": {
              "description": "Indicates transport and serialization format dependencies of consuming the service. Defaults to REST + JSON if absent. See note.",
              "items": {
                "$ref": "#/components/schemas/TransportDependency"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "TransportDependency"
            },
            "version": {
              "description": "The version of the service.",
              "type": "string",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "String"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "serName",
            "version"
          ],
          "type": "object",
          "x-etsi-notes": "NOTE:\tThis attribute indicates groups of transport bindings that a service-consuming MEC application supports for the consumption of the MEC service defined by this ServiceDependency structure. If at least one of the indicated groups is supported by the service it may be consumed by the application.",
          "x-etsi-ref": "6.2.1.17"
        },
        "ServiceDescriptor": {
          "description": "'The ServiceDescriptor data type describes a MEC service produced by a service-providing MEC application.'",
          "type": "object",
          "required": [
            "serName",
            "version"
          ],
          "properties": {
            "serName": {
              "$ref": "#/components/schemas/SerName"
            },
            "serCategory": {
              "$ref": "#/components/schemas/CategoryRef"
            },
            "version": {
              "$ref": "#/components/schemas/SerVersion"
            },
            "transportsSupported": {
              "$ref": "#/components/schemas/TransportsSupported"
            }
Elian Kraja's avatar
Elian Kraja committed
        "SerName": {
          "description": "The name of the service, for example, RNIS, LocationService, etc.",
          "type": "string"
        },
        "SerVersion": {
          "description": "The version of the service.",
          "type": "string"
        },
        "TransportsSupported": {
          "description": "'Indicates transports and serialization formats supported made available to the service-consuming application. Defaults to REST + JSON if absent.'",
          "type": "object",
          "required": [
            "featureName",
            "version"
          ],
          "properties": {
            "transport": {
              "$ref": "#/components/schemas/TransportDescriptor"
Elian Kraja's avatar
Elian Kraja committed
            "serializers": {
              "$ref": "#/components/schemas/Serializers"
            }
Elian Kraja's avatar
Elian Kraja committed
        "Serializers": {
          "description": "'Information about the serializers in this binding, as defined in the SerializerTypes type in ETSI GS MEC 011 '",
          "type": "array",
          "minItems": 1,
          "items": {
            "$ref": "#/components/schemas/SerializerTypes"
          }
        },
        "SwImageDescriptor": {
          "description": "Ref NFV",
          "type": "string"
        },
        "TerminateAppInstanceOpConfig": {
          "description": "NFV",
          "type": "string",
          "x-etsi-ref": "6.2.2.9"
        },
        "TimeStamp": {
          "properties": {
            "nanoSeconds": {
              "description": "The nanoseconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
              "format": "Uint32",
              "type": "integer",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "Uint32"
            },
            "seconds": {
              "description": "The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
              "format": "Uint32",
              "type": "integer",
              "x-etsi-mec-cardinality": "1",
              "x-etsi-mec-origin-type": "Uint32"
            }
Elian Kraja's avatar
Elian Kraja committed
          "required": [
            "seconds",
            "nanoSeconds"
          ],
          "type": "object",
          "x-etsi-ref": "6.2.5.4"
        },
        "TrafficFilter": {
          "properties": {
            "dSCP": {
              "description": "Used to match all IPv4 packets that have the same DSCP.",
              "type": "integer",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "Int"
            },
            "dstAddress": {
              "description": "A IP address or a range of IP addresses.For IPv4, the IP address could be an IP address plus mask, or an individual IP address, or a range of IP addresses.For IPv6, the IP address could be an IP prefix, or a range of IP prefixes.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "dstPort": {
              "description": "A port or a range of ports.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "dstTunnelPort": {
              "description": "Used for GTP tunnel based traffic rule.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "protocol": {
              "description": "Specify the protocol of the traffic filter.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "qCI": {
              "description": "Used to match all packets that have the same QCI.",
              "type": "integer",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "Int"
            },
            "srcAddress": {
              "description": "An IP address or a range of IP addresses.For IPv4, the IP address could be an IP address plus mask, or an individual IP address, or a range of IP addresses.For IPv6, the IP address could be an IP prefix, or a range of IP prefixes.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "srcPort": {
              "description": "A port or a range of ports.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "srcTunnelAddress": {
              "description": "Used for GTP tunnel based traffic rule.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "srcTunnelPort": {
              "description": "Used for GTP tunnel based traffic rule.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "tC": {
              "description": "Used to match all IPv6 packets that have the same TC.",
              "type": "integer",
              "x-etsi-mec-cardinality": "0..1",
              "x-etsi-mec-origin-type": "Int"
            },
            "tag": {
              "description": "Used for tag based traffic rule.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            },
            "tgtTunnelAddress": {
              "description": "Used for GTP tunnel based traffic rule.",
              "items": {
                "type": "string"
              },
              "minItems": 0,
              "type": "array",
              "x-etsi-mec-cardinality": "0..N",
              "x-etsi-mec-origin-type": "String"
            }