{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/jobTitle.prop.jsd", "title": "http://alumio.com/jobTitle", "description": "The job title of the person (for example, Financial Manager).", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }