{
	"@context": {
		"fe": "https://ns.alemi.dev/as/fe/#",
		"xsd": "https://www.w3.org/TR/xmlschema11-2/#",
		"notifications": {
			"@id": "fe:notifications",
			"@type": "@id"
		},
		"groups": {
			"@id": "fe:groups",
			"@type": "@id"
		},
		"lists": {
			"@id": "fe:lists",
			"@type": "@id"
		},
		"likedByMe": {
			"@id": "fe:likedByMe",
			"@type": "xdf:boolean"
		},
		"followingMe": {
			"@id": "fe:followingMe",
			"@type": "xdf:boolean"
		},
		"followedByMe": {
			"@id": "fe:followedByMe",
			"@type": "xdf:boolean"
		},
		"seen": {
			"@id": "fe:seen",
			"@type": "xdf:boolean"
		}
	}
}
