{
  "title": "features",
  "type": "array",
  "uniqueItems": true,
  "items": {
    "title": "featureEntry",
    "type": "object",
    "properties": {
      "name": {
        "description": "The name of the feature",
        "type": "string",
        "pattern": ".+"
      },
      "description": {
        "description": "The description of the feature",
        "type": "string",
        "pattern": ".+"
      },
      "versions": {
        "description": "A tuple that describes the range of versions in the range",
        "type": "array",
        "items": {
          "title": "versionForFeatureIdentification",
          "type": "string",
          "minItems": 2,
          "additionalItems": false
        }
      }
    }
  }
}
