{ "@context": { "@vocab": "https://schema.org/", "slite": "https://developers.slite.com/vocab#", "openapi": "https://openapis.org/schema#", "Note": "slite:Note", "Source": "slite:Source", "AnswerAndSources": "slite:AnswerAndSources", "Me": "slite:Me", "User": "slite:User", "Group": "slite:Group", "SearchNoteHit": "slite:SearchNoteHit", "NoteWithContent": "slite:NoteWithContent", "PaginatedNotes": "slite:PaginatedNotes", "PaginatedUsers": "slite:PaginatedUsers", "PaginatedGroups": "slite:PaginatedGroups", "id": "@id", "title": "schema:name", "description": "schema:description", "url": "schema:url", "createdAt": "schema:dateCreated", "updatedAt": "schema:dateModified", "lastEditedAt": "schema:dateModified", "email": "schema:email", "displayName": "schema:name", "organizationName": "schema:Organization", "content": "schema:text", "answer": "slite:answer", "sources": "slite:sources", "notes": "slite:notes", "users": "slite:users", "groups": "slite:groups", "parentNoteId": "slite:parentNoteId", "archivedAt": "slite:archivedAt", "reviewState": "slite:reviewState" } }