{
  "$schema": "http://json-schema.org/schema",
  "$id": "SchematicsStore",
  "title": "Store Schema",
  "type": "object",
  "properties": {
    "dsn": {
      "type": "string",
      "description": "The Sentry DSN.",
      "x-prompt": "What is your Sentry DSN?"
    }
  },
  "required": []
}
