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