{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/addressLocality.prop.jsd", "title": "http://alumio.com/addressLocality", "description": "The locality in which the street address is, and which is in the region. For example, Mountain View.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }