{
  "$id": "https://intentschema.org/profiles/com.notion/productivity.notes.note.read.v1.json",
  "id": "org.intentschema.productivity.notes.note.read.v1@com.notion.v1",
  "pins": "https://intentschema.org/intents/productivity/notes/note/read/v1.json",
  "title": "Notion note read profile",
  "description": "Notion profile for note read.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "notion"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "GET",
    "path": "/v1/pages/{id}",
    "scopes": [],
    "docs": "https://developers.notion.com/reference/retrieve-a-page",
    "params": {
      "target.external_id": "page_id path param"
    },
    "base_url": "https://api.notion.com"
  }
}
