{
  "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "$schema": { "type": "string" },
    "data": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "version": {
            "type": "string",
            "description": "The semver version of this release."
          },
          "notes": {
            "type": "object",
            "propertyNames": { "type": "string" },
            "additionalProperties": { "type": "string" }
          },
          "showInApp": {
            "type": "boolean",
            "description": "If true, these release notes will pop up in a modal when the user updates to the newest version."
          }
        },
        "required": ["version", "notes", "showInApp"],
        "additionalProperties": false
      }
    }
  },
  "required": ["$schema", "data"]
}
