{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["versions"],
  "properties": {
    "versions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
