{
  "kind": "singleType",
  "collectionName": "line_logins",
  "info": {
    "name": "line_login"
  },
  "options": {
    "increments": true,
    "timestamps": true,
    "draftAndPublish": true
  },
  "pluginOptions": {},
  "attributes": {
    "LINE_CLIENT_ID": {
      "type": "string"
    },
    "LINE_CLIENT_SECRET": {
      "type": "string"
    },
    "REDIRECT_URI": {
      "type": "text"
    }
  }
}
