{
  "kind": "collectionType",
  "info": {
    "name": "client"
  },
  "options": {
    "increments": true,
    "timestamps": true,
    "draftAndPublish": false
  },
  "attributes": {
    "project_id": {
      "type": "string"
    },
    "client_id": {
      "type": "string",
      "required": true
    },
    "client_secret": {
      "type": "string",
      "required": true
    },
    "redirect_uri": {
      "type": "string",
      "default": "http://<your-domain>/admin/plugins/google-drive/callback",
      "required": true
    },
    "status": {
      "type": "boolean",
      "default": true
    }
  }
}
