{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/familyName.prop.jsd", "title": "http://alumio.com/familyName", "description": "Family name. In the U.S., the last name of a Person.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }