{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/previousItem.prop.jsd", "title": "http://alumio.com/previousItem", "description": "A link to the ListItem that precedes the current one.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "ListItem.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }