{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/locale.prop.jsd", "title": "http://alumio.com/locale", "description": "Standard country-language codes are comprised of two arguments separated by a underscore, for example: nl_NL, en_US, en_GB, de_DE ", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }