{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/addressCountry.prop.jsd", "title": "http://alumio.com/addressCountry", "description": "The country, as two-letter ISO 3166-1 alpha-2 country code. For example, NL.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }