requirementsExtensionElement.capabilities object

Identifies the requirement sets.

Syntax

{
  "name": "{string}",
  "minVersion": "{string}",
  "maxVersion": "{string}"
}

Properties

name

Identifies the name of the requirement set.

Type
string

Required

Constraints
Maximum string length: 128.

Supported values

minVersion

Identifies the minimum version for the requirement set.

Type
string

Required

Constraints

Supported values

maxVersion

Identifies the maximum version for the requirement set.

Type
string

Required

Constraints

Supported values

Examples

{
  "capabilities": [
    {
      "name": "Mailbox",
      "minVersion": "1.1"
    }
  ]
}