Created
May 23, 2025 06:05
-
-
Save magick93/d059e5a865aca65ec3e47ebca7beb829 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonType", | |
"description": "A schema that represents all of the information of a person.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonBaseType", | |
"description": "Represents common data about a person.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonReferenceType", | |
"description": "A schema to reference to a person.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier is a character string used to uniquely identify one instance of an object within an identification scheme that is managed by an agency. Use this type when the list or values are controlled by an external entity, the list or values are public and could be referenced or validated.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonNameType", | |
"description": "A component for capturing summary or fine-grain data comprising a person's name.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LocalizationInclusion", | |
"description": "Can be used for any entity to specify localization language code.", | |
"type": "object", | |
"properties": { | |
"language": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
} | |
], | |
"properties": { | |
"formattedName": { | |
"description": "The formatted name of a person, as it would be written out together (for example, on a mailing label).", | |
"type": "string" | |
}, | |
"legal": { | |
"description": "The legal name of a person (typically used if it differs from family name).", | |
"type": "string" | |
}, | |
"given": { | |
"description": "The given name of a person.", | |
"type": "string" | |
}, | |
"preferred": { | |
"description": "The preferred name of a person (if it differs from given name).", | |
"type": "string" | |
}, | |
"middle": { | |
"description": "The middle names or initials of a person.", | |
"type": "string" | |
}, | |
"family": { | |
"description": "The family name (or surname) of a person.", | |
"type": "string" | |
}, | |
"familyPrefix": { | |
"description": "The prefix of a family name, e.g. van der, de jong.", | |
"type": "string" | |
}, | |
"alias": { | |
"description": "An alias or (or also known as) name of a person.", | |
"type": "string" | |
}, | |
"formerFamily": { | |
"description": "The former family name of a person (used if the person's name was changed).", | |
"type": "string" | |
}, | |
"formerFamilyPrefix": { | |
"description": "The prefix of the former family name, e.g. van der, de jong.", | |
"type": "string" | |
}, | |
"preferredSalutationCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The salutation used to address a person (such as Dr., Mr., Mrs.).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"generationAffixCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The generational designation attached to the end of a person's name (such as Jr., Sr., II, III).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"qualificationAffixCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The professional designation attached to the end of a person's name (such as M.Sc., Ph.D).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"titleAffixCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The title designation attached to the end of a person's name (such as Esq., K.B.E.).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"initials": { | |
"description": "The initials of a person.", | |
"type": "string" | |
}, | |
"script": { | |
"description": "Script used to represent the name.", | |
"type": "string" | |
} | |
} | |
}, | |
"communication": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationType", | |
"description": "Allows capture of information about a variety of communication channels (telephone, email, fax, messaging, address, etc.).", | |
"type": "object", | |
"properties": { | |
"address": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressTypeArray", | |
"description": "Array of address information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressType", | |
"description": "The physical or mailing address of the entity. This may include the street and building number, city, region (state, province, etc), country and postal code.", | |
"type": "object", | |
"properties": { | |
"line": { | |
"description": "Street line address", | |
"type": "string" | |
}, | |
"extendedLines": { | |
"description": "Extended address components (e.g. apartment or suite number).", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"countryCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CountryCodeList", | |
"description": "Two letter country codes as defined by ISO 3166-1:2013. Content referenced from Wikipedia.", | |
"enum": [ | |
"AD", | |
"AE", | |
"AF", | |
"AG", | |
"AI", | |
"AL", | |
"AM", | |
"AO", | |
"AQ", | |
"AR", | |
"AS", | |
"AT", | |
"AU", | |
"AW", | |
"AX", | |
"AZ", | |
"BA", | |
"BB", | |
"BD", | |
"BE", | |
"BF", | |
"BG", | |
"BH", | |
"BI", | |
"BJ", | |
"BL", | |
"BM", | |
"BN", | |
"BO", | |
"BR", | |
"BS", | |
"BT", | |
"BV", | |
"BW", | |
"BY", | |
"BZ", | |
"CA", | |
"CC", | |
"CD", | |
"CF", | |
"CG", | |
"CH", | |
"CI", | |
"CK", | |
"CL", | |
"CM", | |
"CN", | |
"CO", | |
"CR", | |
"CU", | |
"CV", | |
"CW", | |
"CX", | |
"CY", | |
"CZ", | |
"DE", | |
"DJ", | |
"DK", | |
"DM", | |
"DO", | |
"DZ", | |
"EC", | |
"EE", | |
"EG", | |
"EH", | |
"ER", | |
"ES", | |
"ET", | |
"FI", | |
"FJ", | |
"FK", | |
"FM", | |
"FO", | |
"FR", | |
"GA", | |
"GB", | |
"GD", | |
"GE", | |
"GF", | |
"GG", | |
"GH", | |
"GI", | |
"GL", | |
"GM", | |
"GN", | |
"GP", | |
"GQ", | |
"GR", | |
"GS", | |
"GT", | |
"GU", | |
"GW", | |
"GY", | |
"HK", | |
"HM", | |
"HN", | |
"HR", | |
"HT", | |
"HU", | |
"ID", | |
"IE", | |
"IL", | |
"IM", | |
"IN", | |
"IO", | |
"IQ", | |
"IR", | |
"IS", | |
"IT", | |
"JE", | |
"JM", | |
"JO", | |
"JP", | |
"KE", | |
"KG", | |
"KH", | |
"KI", | |
"KM", | |
"KN", | |
"KP", | |
"KR", | |
"KW", | |
"KY", | |
"KZ", | |
"LA", | |
"LB", | |
"LC", | |
"LI", | |
"LK", | |
"LR", | |
"LS", | |
"LT", | |
"LU", | |
"LV", | |
"LY", | |
"MA", | |
"MC", | |
"MD", | |
"ME", | |
"MF", | |
"MG", | |
"MH", | |
"MK", | |
"ML", | |
"MM", | |
"MN", | |
"MO", | |
"MP", | |
"MQ", | |
"MR", | |
"MS", | |
"MT", | |
"MU", | |
"MV", | |
"MW", | |
"MX", | |
"MY", | |
"MZ", | |
"NA", | |
"NC", | |
"NE", | |
"NF", | |
"NG", | |
"NI", | |
"NL", | |
"NO", | |
"NP", | |
"NR", | |
"NU", | |
"NZ", | |
"OM", | |
"PA", | |
"PE", | |
"PF", | |
"PG", | |
"PH", | |
"PK", | |
"PL", | |
"PM", | |
"PN", | |
"PR", | |
"PS", | |
"PT", | |
"PW", | |
"PY", | |
"QA", | |
"RE", | |
"RO", | |
"RS", | |
"RU", | |
"RW", | |
"SA", | |
"SB", | |
"SC", | |
"SD", | |
"SE", | |
"SG", | |
"SH", | |
"SI", | |
"SJ", | |
"SK", | |
"SL", | |
"SM", | |
"SN", | |
"SO", | |
"SR", | |
"SS", | |
"ST", | |
"SV", | |
"SX", | |
"SY", | |
"SZ", | |
"TC", | |
"TD", | |
"TF", | |
"TG", | |
"TH", | |
"TJ", | |
"TK", | |
"TL", | |
"TM", | |
"TN", | |
"TO", | |
"TR", | |
"TT", | |
"TV", | |
"TW", | |
"TZ", | |
"UA", | |
"UG", | |
"UM", | |
"US", | |
"UY", | |
"UZ", | |
"VA", | |
"VC", | |
"VE", | |
"VG", | |
"VI", | |
"VN", | |
"VU", | |
"WF", | |
"WS", | |
"YE", | |
"YT", | |
"ZA", | |
"ZM", | |
"ZW" | |
], | |
"enumNames": [ | |
"ANDORRA", | |
"UNITED ARAB EMIRATES", | |
"AFGHANISTAN", | |
"ANTIGUA AND BARBUDA", | |
"ANGUILLA", | |
"ALBANIA", | |
"ARMENIA", | |
"ANGOLA", | |
"ANTARCTICA", | |
"ARGENTINA", | |
"AMERICAN SAMOA", | |
"AUSTRIA", | |
"AUSTRALIA", | |
"ARUBA", | |
"ÅLAND ISLANDS", | |
"AZERBAIJAN", | |
"BOSNIA AND HERZEGOVINA", | |
"BARBADOS", | |
"BANGLADESH", | |
"BELGIUM", | |
"BURKINA FASO", | |
"BULGARIA", | |
"BAHRAIN", | |
"BURUNDI", | |
"BENIN", | |
"SAINT BARTHELEMY", | |
"BERMUDA", | |
"BRUNEI DARUSSALAM", | |
"BOLIVIA", | |
"BRAZIL", | |
"BAHAMAS", | |
"BHUTAN", | |
"BOUVET ISLAND", | |
"BOTSWANA", | |
"BELARUS", | |
"BELIZE", | |
"CANADA", | |
"COCOS (KEELING) ISLANDS", | |
"CONGO, THE DEMOCRATIC REPUBLIC OF THE", | |
"CENTRAL AFRICAN REPUBLIC", | |
"CONGO", | |
"SWITZERLAND", | |
"COTE D'IVOIRE", | |
"COOK ISLANDS", | |
"CHILE", | |
"CAMEROON", | |
"CHINA", | |
"COLOMBIA", | |
"COSTA RICA", | |
"CUBA", | |
"CAPE VERDE", | |
"CURACAO", | |
"CHRISTMAS ISLAND", | |
"CYPRUS", | |
"CZECH REPUBLIC", | |
"GERMANY", | |
"DJIBOUTI", | |
"DENMARK", | |
"DOMINICA", | |
"DOMINICAN REPUBLIC", | |
"ALGERIA", | |
"ECUADOR", | |
"ESTONIA", | |
"EGYPT", | |
"WESTERN SAHARA", | |
"ERITREA", | |
"SPAIN", | |
"ETHIOPIA", | |
"FINLAND", | |
"FIJI", | |
"FALKLAND ISLANDS (MALVINAS)", | |
"MICRONESIA, FEDERATED STATES OF", | |
"FAROE ISLANDS", | |
"FRANCE", | |
"GABON", | |
"UNITED KINGDOM", | |
"GRENADA", | |
"GEORGIA", | |
"FRENCH GUIANA", | |
"GUERNSEY", | |
"GHANA", | |
"GIBRALTAR", | |
"GREENLAND", | |
"GAMBIA", | |
"GUINEA", | |
"GUADELOUPE", | |
"EQUATORIAL GUINEA", | |
"GREECE", | |
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", | |
"GUATEMALA", | |
"GUAM", | |
"GUINEA-BISSAU", | |
"GUYANA", | |
"HONG KONG", | |
"HEARD ISLAND AND MCDONALD ISLANDS", | |
"HONDURAS", | |
"CROATIA", | |
"HAITI", | |
"HUNGARY", | |
"INDONESIA", | |
"IRELAND", | |
"ISRAEL", | |
"ISLE OF MAN", | |
"INDIA", | |
"BRITISH INDIAN OCEAN TERRITORY", | |
"IRAQ", | |
"IRAN, ISLAMIC REPUBLIC OF", | |
"ICELAND", | |
"ITALY", | |
"JERSEY", | |
"JAMAICA", | |
"JORDAN", | |
"JAPAN", | |
"KENYA", | |
"KYRGYZSTAN", | |
"CAMBODIA", | |
"KIRIBATI", | |
"COMOROS", | |
"SAINT KITTS AND NEVIS", | |
"KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF", | |
"KOREA, REPUBLIC OF", | |
"KUWAIT", | |
"CAYMAN ISLANDS", | |
"KAZAKHSTAN", | |
"LAO PEOPLE'S DEMOCRATIC REPUBLIC", | |
"LEBANON", | |
"SAINT LUCIA", | |
"LIECHTENSTEIN", | |
"SRI LANKA", | |
"LIBERIA", | |
"LESOTHO", | |
"LITHUANIA", | |
"LUXEMBOURG", | |
"LATVIA", | |
"LIBYAN ARAB JAMAHIRIYA", | |
"MOROCCO", | |
"MONACO", | |
"MOLDOVA, REPUBLIC OF", | |
"MONTENEGRO", | |
"SAINT MARTIN (FRENCH PART)", | |
"MADAGASCAR", | |
"MARSHALL ISLANDS", | |
"MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", | |
"MALI", | |
"MYANMAR", | |
"MONGOLIA", | |
"MACAO", | |
"NORTHERN MARIANA ISLANDS", | |
"MARTINIQUE", | |
"MAURITANIA", | |
"MONTSERRAT", | |
"MALTA", | |
"MAURITIUS", | |
"MALDIVES", | |
"MALAWI", | |
"MEXICO", | |
"MALAYSIA", | |
"MOZAMBIQUE", | |
"NAMIBIA", | |
"NEW CALEDONIA", | |
"NIGER", | |
"NORFOLK ISLAND", | |
"NIGERIA", | |
"NICARAGUA", | |
"NETHERLANDS", | |
"NORWAY", | |
"NEPAL", | |
"NAURU", | |
"NIUE", | |
"NEW ZEALAND", | |
"OMAN", | |
"PANAMA", | |
"PERU", | |
"FRENCH POLYNESIA", | |
"PAPUA NEW GUINEA", | |
"PHILIPPINES", | |
"PAKISTAN", | |
"POLAND", | |
"SAINT PIERRE AND MIQUELON", | |
"PITCAIRN", | |
"PUERTO RICO", | |
"PALESTINIAN TERRITORY, OCCUPIED", | |
"PORTUGAL", | |
"PALAU", | |
"PARAGUAY", | |
"QATAR", | |
"REUNION", | |
"ROMANIA", | |
"SERBIA", | |
"RUSSIAN FEDERATION", | |
"RWANDA", | |
"SAUDI ARABIA", | |
"SOLOMON ISLANDS", | |
"SEYCHELLES", | |
"SUDAN", | |
"SWEDEN", | |
"SINGAPORE", | |
"SAINT HELENA", | |
"SLOVENIA", | |
"SVALBARD AND JAN MAYEN", | |
"SLOVAKIA", | |
"SIERRA LEONE", | |
"SAN MARINO", | |
"SENEGAL", | |
"SOMALIA", | |
"SURINAME", | |
"SOUTH SUDAN", | |
"SAO TOME AND PRINCIPE", | |
"EL SALVADOR", | |
"SINT MAARTEN (DUTCH PART)", | |
"SYRIAN ARAB REPUBLIC", | |
"SWAZILAND", | |
"TURKS AND CAICOS ISLANDS", | |
"CHAD", | |
"FRENCH SOUTHERN TERRITORIES", | |
"TOGO", | |
"THAILAND", | |
"TAJIKISTAN", | |
"TOKELAU", | |
"TIMOR-LESTE", | |
"TURKMENISTAN", | |
"TUNISIA", | |
"TONGA", | |
"TURKEY", | |
"TRINIDAD AND TOBAGO", | |
"TUVALU", | |
"TAIWAN, PROVINCE OF CHINA", | |
"TANZANIA, UNITED REPUBLIC OF", | |
"UKRAINE", | |
"UGANDA", | |
"UNITED STATES MINOR OUTLYING ISLANDS", | |
"UNITED STATES", | |
"URUGUAY", | |
"UZBEKISTAN", | |
"HOLY SEE (VATICAN CITY STATE)", | |
"SAINT VINCENT AND THE GRENADINES", | |
"VENEZUELA", | |
"VIRGIN ISLANDS, BRITISH", | |
"VIRGIN ISLANDS, U.S.", | |
"VIET NAM", | |
"VANUATU", | |
"WALLIS AND FUTUNA", | |
"SAMOA", | |
"YEMEN", | |
"MAYOTTE", | |
"SOUTH AFRICA", | |
"ZAMBIA", | |
"ZIMBABWE" | |
], | |
"links": [ | |
{ | |
"href": "https://en.wikipedia.org/wiki/ISO_3166-1" | |
} | |
] | |
}, | |
"countrySubDivisions": { | |
"description": "Qualifies the further divisions of the Country. These may be Districts, Regions, States, Provinces etc.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"city": { | |
"type": "string" | |
}, | |
"postalCode": { | |
"type": "string" | |
}, | |
"postOfficeBox": { | |
"type": "string" | |
}, | |
"geoLocation": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "GeoType", | |
"description": "A geographical coordinate.", | |
"type": "object", | |
"properties": { | |
"latitude": { | |
"description": "The latitude of the geographical location.", | |
"type": "number", | |
"minimum": -90, | |
"maximum": 90 | |
}, | |
"longitude": { | |
"description": "The longitude of the geographical location.", | |
"type": "number", | |
"minimum": -180, | |
"maximum": 180 | |
}, | |
"altitude": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "MeasureType", | |
"description": "The altitude of the geographical location. Defaults to meters above sea level in case no unitCode provided.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The numeric value of the measure.", | |
"type": "number" | |
}, | |
"unitCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "UnitCodeList", | |
"description": "The unit of measure.", | |
"enum": [ | |
"ACR", | |
"ARE", | |
"CMT", | |
"DAY", | |
"EA", | |
"FOT", | |
"GRM", | |
"HAR", | |
"HUR", | |
"INH", | |
"KGM", | |
"KMT", | |
"LTR", | |
"MTR", | |
"SMI", | |
"MGM", | |
"MLT", | |
"MMT", | |
"C26", | |
"MIN", | |
"MON", | |
"C62", | |
"ONZ", | |
"PTI", | |
"PT", | |
"LBR", | |
"QTI", | |
"QT", | |
"SEC", | |
"STI", | |
"WEE", | |
"YRD", | |
"ANN" | |
], | |
"enumNames": [ | |
"acre", | |
"are", | |
"centimeter", | |
"day", | |
"each", | |
"foot", | |
"gram", | |
"hectare", | |
"hour", | |
"inch", | |
"kilogram", | |
"kilometre", | |
"litre", | |
"metre", | |
"mile", | |
"milligram", | |
"millilitre", | |
"millimetre", | |
"millisecond", | |
"minute", | |
"month", | |
"one [piece]", | |
"ounce", | |
"pint [UK]", | |
"pint [US]", | |
"pound", | |
"quart [UK]", | |
"quart [US]", | |
"second", | |
"stone", | |
"week", | |
"yard", | |
"year" | |
], | |
"links": [ | |
{ | |
"href": "https://www.unece.org/cefact/codesfortrade/codes_index.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "The label of the geo coordinates.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"latitude", | |
"longitude" | |
] | |
}, | |
"formattedAddress": { | |
"type": "string" | |
} | |
}, | |
"minProperties": 1 | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"phone": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneTypeArray", | |
"description": "Array of phone information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneType", | |
"type": "object", | |
"properties": { | |
"countryDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The country dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"areaDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The area dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"dialNumber": { | |
"description": "The communication number, not including country dialing or area dialing codes.", | |
"type": "string" | |
}, | |
"phoneExtension": { | |
"description": "The extension of the associated communication number.", | |
"type": "string" | |
}, | |
"access": { | |
"description": "The text that permits access to the electronic network of the associated communication number such as telephone network, for example 9, *70.", | |
"type": "string" | |
}, | |
"formattedNumber": { | |
"description": "Specifies details of an actual formatted number.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"formattedNumber" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"email": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailTypeArray", | |
"description": "Array of email information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailType", | |
"type": "object", | |
"properties": { | |
"address": { | |
"description": "Actual email address", | |
"type": "string", | |
"format": "email" | |
} | |
}, | |
"required": [ | |
"address" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"web": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebTypeArray", | |
"description": "Array of web information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebType", | |
"type": "object", | |
"properties": { | |
"url": { | |
"description": "Actual web address.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"url" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
} | |
}, | |
"minProperties": 1 | |
}, | |
"primaryLanguage": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"properties": { | |
"legalId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "The legal identifier of a person. The issuer is most likely a country or state.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"previousLegalId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "The previous legal identifier of a person. The issuer is most likely a country or state.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"birthDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "The birth date of a person.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
"gender": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "GenderCodeList", | |
"description": "The gender of a person.", | |
"enum": [ | |
"Male", | |
"Female", | |
"X" | |
], | |
"enumNames": [ | |
"The gender is male.", | |
"The gender is female.", | |
"The person does not identify explicity with male or female." | |
] | |
}, | |
"citizenship": { | |
"description": "The citizenships that a person holds. This is a legal citizenship in a country (as opposed to nationality which may or may not be a country).", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CountryCodeList", | |
"description": "Two letter country codes as defined by ISO 3166-1:2013. Content referenced from Wikipedia.", | |
"enum": [ | |
"AD", | |
"AE", | |
"AF", | |
"AG", | |
"AI", | |
"AL", | |
"AM", | |
"AO", | |
"AQ", | |
"AR", | |
"AS", | |
"AT", | |
"AU", | |
"AW", | |
"AX", | |
"AZ", | |
"BA", | |
"BB", | |
"BD", | |
"BE", | |
"BF", | |
"BG", | |
"BH", | |
"BI", | |
"BJ", | |
"BL", | |
"BM", | |
"BN", | |
"BO", | |
"BR", | |
"BS", | |
"BT", | |
"BV", | |
"BW", | |
"BY", | |
"BZ", | |
"CA", | |
"CC", | |
"CD", | |
"CF", | |
"CG", | |
"CH", | |
"CI", | |
"CK", | |
"CL", | |
"CM", | |
"CN", | |
"CO", | |
"CR", | |
"CU", | |
"CV", | |
"CW", | |
"CX", | |
"CY", | |
"CZ", | |
"DE", | |
"DJ", | |
"DK", | |
"DM", | |
"DO", | |
"DZ", | |
"EC", | |
"EE", | |
"EG", | |
"EH", | |
"ER", | |
"ES", | |
"ET", | |
"FI", | |
"FJ", | |
"FK", | |
"FM", | |
"FO", | |
"FR", | |
"GA", | |
"GB", | |
"GD", | |
"GE", | |
"GF", | |
"GG", | |
"GH", | |
"GI", | |
"GL", | |
"GM", | |
"GN", | |
"GP", | |
"GQ", | |
"GR", | |
"GS", | |
"GT", | |
"GU", | |
"GW", | |
"GY", | |
"HK", | |
"HM", | |
"HN", | |
"HR", | |
"HT", | |
"HU", | |
"ID", | |
"IE", | |
"IL", | |
"IM", | |
"IN", | |
"IO", | |
"IQ", | |
"IR", | |
"IS", | |
"IT", | |
"JE", | |
"JM", | |
"JO", | |
"JP", | |
"KE", | |
"KG", | |
"KH", | |
"KI", | |
"KM", | |
"KN", | |
"KP", | |
"KR", | |
"KW", | |
"KY", | |
"KZ", | |
"LA", | |
"LB", | |
"LC", | |
"LI", | |
"LK", | |
"LR", | |
"LS", | |
"LT", | |
"LU", | |
"LV", | |
"LY", | |
"MA", | |
"MC", | |
"MD", | |
"ME", | |
"MF", | |
"MG", | |
"MH", | |
"MK", | |
"ML", | |
"MM", | |
"MN", | |
"MO", | |
"MP", | |
"MQ", | |
"MR", | |
"MS", | |
"MT", | |
"MU", | |
"MV", | |
"MW", | |
"MX", | |
"MY", | |
"MZ", | |
"NA", | |
"NC", | |
"NE", | |
"NF", | |
"NG", | |
"NI", | |
"NL", | |
"NO", | |
"NP", | |
"NR", | |
"NU", | |
"NZ", | |
"OM", | |
"PA", | |
"PE", | |
"PF", | |
"PG", | |
"PH", | |
"PK", | |
"PL", | |
"PM", | |
"PN", | |
"PR", | |
"PS", | |
"PT", | |
"PW", | |
"PY", | |
"QA", | |
"RE", | |
"RO", | |
"RS", | |
"RU", | |
"RW", | |
"SA", | |
"SB", | |
"SC", | |
"SD", | |
"SE", | |
"SG", | |
"SH", | |
"SI", | |
"SJ", | |
"SK", | |
"SL", | |
"SM", | |
"SN", | |
"SO", | |
"SR", | |
"SS", | |
"ST", | |
"SV", | |
"SX", | |
"SY", | |
"SZ", | |
"TC", | |
"TD", | |
"TF", | |
"TG", | |
"TH", | |
"TJ", | |
"TK", | |
"TL", | |
"TM", | |
"TN", | |
"TO", | |
"TR", | |
"TT", | |
"TV", | |
"TW", | |
"TZ", | |
"UA", | |
"UG", | |
"UM", | |
"US", | |
"UY", | |
"UZ", | |
"VA", | |
"VC", | |
"VE", | |
"VG", | |
"VI", | |
"VN", | |
"VU", | |
"WF", | |
"WS", | |
"YE", | |
"YT", | |
"ZA", | |
"ZM", | |
"ZW" | |
], | |
"enumNames": [ | |
"ANDORRA", | |
"UNITED ARAB EMIRATES", | |
"AFGHANISTAN", | |
"ANTIGUA AND BARBUDA", | |
"ANGUILLA", | |
"ALBANIA", | |
"ARMENIA", | |
"ANGOLA", | |
"ANTARCTICA", | |
"ARGENTINA", | |
"AMERICAN SAMOA", | |
"AUSTRIA", | |
"AUSTRALIA", | |
"ARUBA", | |
"ÅLAND ISLANDS", | |
"AZERBAIJAN", | |
"BOSNIA AND HERZEGOVINA", | |
"BARBADOS", | |
"BANGLADESH", | |
"BELGIUM", | |
"BURKINA FASO", | |
"BULGARIA", | |
"BAHRAIN", | |
"BURUNDI", | |
"BENIN", | |
"SAINT BARTHELEMY", | |
"BERMUDA", | |
"BRUNEI DARUSSALAM", | |
"BOLIVIA", | |
"BRAZIL", | |
"BAHAMAS", | |
"BHUTAN", | |
"BOUVET ISLAND", | |
"BOTSWANA", | |
"BELARUS", | |
"BELIZE", | |
"CANADA", | |
"COCOS (KEELING) ISLANDS", | |
"CONGO, THE DEMOCRATIC REPUBLIC OF THE", | |
"CENTRAL AFRICAN REPUBLIC", | |
"CONGO", | |
"SWITZERLAND", | |
"COTE D'IVOIRE", | |
"COOK ISLANDS", | |
"CHILE", | |
"CAMEROON", | |
"CHINA", | |
"COLOMBIA", | |
"COSTA RICA", | |
"CUBA", | |
"CAPE VERDE", | |
"CURACAO", | |
"CHRISTMAS ISLAND", | |
"CYPRUS", | |
"CZECH REPUBLIC", | |
"GERMANY", | |
"DJIBOUTI", | |
"DENMARK", | |
"DOMINICA", | |
"DOMINICAN REPUBLIC", | |
"ALGERIA", | |
"ECUADOR", | |
"ESTONIA", | |
"EGYPT", | |
"WESTERN SAHARA", | |
"ERITREA", | |
"SPAIN", | |
"ETHIOPIA", | |
"FINLAND", | |
"FIJI", | |
"FALKLAND ISLANDS (MALVINAS)", | |
"MICRONESIA, FEDERATED STATES OF", | |
"FAROE ISLANDS", | |
"FRANCE", | |
"GABON", | |
"UNITED KINGDOM", | |
"GRENADA", | |
"GEORGIA", | |
"FRENCH GUIANA", | |
"GUERNSEY", | |
"GHANA", | |
"GIBRALTAR", | |
"GREENLAND", | |
"GAMBIA", | |
"GUINEA", | |
"GUADELOUPE", | |
"EQUATORIAL GUINEA", | |
"GREECE", | |
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", | |
"GUATEMALA", | |
"GUAM", | |
"GUINEA-BISSAU", | |
"GUYANA", | |
"HONG KONG", | |
"HEARD ISLAND AND MCDONALD ISLANDS", | |
"HONDURAS", | |
"CROATIA", | |
"HAITI", | |
"HUNGARY", | |
"INDONESIA", | |
"IRELAND", | |
"ISRAEL", | |
"ISLE OF MAN", | |
"INDIA", | |
"BRITISH INDIAN OCEAN TERRITORY", | |
"IRAQ", | |
"IRAN, ISLAMIC REPUBLIC OF", | |
"ICELAND", | |
"ITALY", | |
"JERSEY", | |
"JAMAICA", | |
"JORDAN", | |
"JAPAN", | |
"KENYA", | |
"KYRGYZSTAN", | |
"CAMBODIA", | |
"KIRIBATI", | |
"COMOROS", | |
"SAINT KITTS AND NEVIS", | |
"KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF", | |
"KOREA, REPUBLIC OF", | |
"KUWAIT", | |
"CAYMAN ISLANDS", | |
"KAZAKHSTAN", | |
"LAO PEOPLE'S DEMOCRATIC REPUBLIC", | |
"LEBANON", | |
"SAINT LUCIA", | |
"LIECHTENSTEIN", | |
"SRI LANKA", | |
"LIBERIA", | |
"LESOTHO", | |
"LITHUANIA", | |
"LUXEMBOURG", | |
"LATVIA", | |
"LIBYAN ARAB JAMAHIRIYA", | |
"MOROCCO", | |
"MONACO", | |
"MOLDOVA, REPUBLIC OF", | |
"MONTENEGRO", | |
"SAINT MARTIN (FRENCH PART)", | |
"MADAGASCAR", | |
"MARSHALL ISLANDS", | |
"MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", | |
"MALI", | |
"MYANMAR", | |
"MONGOLIA", | |
"MACAO", | |
"NORTHERN MARIANA ISLANDS", | |
"MARTINIQUE", | |
"MAURITANIA", | |
"MONTSERRAT", | |
"MALTA", | |
"MAURITIUS", | |
"MALDIVES", | |
"MALAWI", | |
"MEXICO", | |
"MALAYSIA", | |
"MOZAMBIQUE", | |
"NAMIBIA", | |
"NEW CALEDONIA", | |
"NIGER", | |
"NORFOLK ISLAND", | |
"NIGERIA", | |
"NICARAGUA", | |
"NETHERLANDS", | |
"NORWAY", | |
"NEPAL", | |
"NAURU", | |
"NIUE", | |
"NEW ZEALAND", | |
"OMAN", | |
"PANAMA", | |
"PERU", | |
"FRENCH POLYNESIA", | |
"PAPUA NEW GUINEA", | |
"PHILIPPINES", | |
"PAKISTAN", | |
"POLAND", | |
"SAINT PIERRE AND MIQUELON", | |
"PITCAIRN", | |
"PUERTO RICO", | |
"PALESTINIAN TERRITORY, OCCUPIED", | |
"PORTUGAL", | |
"PALAU", | |
"PARAGUAY", | |
"QATAR", | |
"REUNION", | |
"ROMANIA", | |
"SERBIA", | |
"RUSSIAN FEDERATION", | |
"RWANDA", | |
"SAUDI ARABIA", | |
"SOLOMON ISLANDS", | |
"SEYCHELLES", | |
"SUDAN", | |
"SWEDEN", | |
"SINGAPORE", | |
"SAINT HELENA", | |
"SLOVENIA", | |
"SVALBARD AND JAN MAYEN", | |
"SLOVAKIA", | |
"SIERRA LEONE", | |
"SAN MARINO", | |
"SENEGAL", | |
"SOMALIA", | |
"SURINAME", | |
"SOUTH SUDAN", | |
"SAO TOME AND PRINCIPE", | |
"EL SALVADOR", | |
"SINT MAARTEN (DUTCH PART)", | |
"SYRIAN ARAB REPUBLIC", | |
"SWAZILAND", | |
"TURKS AND CAICOS ISLANDS", | |
"CHAD", | |
"FRENCH SOUTHERN TERRITORIES", | |
"TOGO", | |
"THAILAND", | |
"TAJIKISTAN", | |
"TOKELAU", | |
"TIMOR-LESTE", | |
"TURKMENISTAN", | |
"TUNISIA", | |
"TONGA", | |
"TURKEY", | |
"TRINIDAD AND TOBAGO", | |
"TUVALU", | |
"TAIWAN, PROVINCE OF CHINA", | |
"TANZANIA, UNITED REPUBLIC OF", | |
"UKRAINE", | |
"UGANDA", | |
"UNITED STATES MINOR OUTLYING ISLANDS", | |
"UNITED STATES", | |
"URUGUAY", | |
"UZBEKISTAN", | |
"HOLY SEE (VATICAN CITY STATE)", | |
"SAINT VINCENT AND THE GRENADINES", | |
"VENEZUELA", | |
"VIRGIN ISLANDS, BRITISH", | |
"VIRGIN ISLANDS, U.S.", | |
"VIET NAM", | |
"VANUATU", | |
"WALLIS AND FUTUNA", | |
"SAMOA", | |
"YEMEN", | |
"MAYOTTE", | |
"SOUTH AFRICA", | |
"ZAMBIA", | |
"ZIMBABWE" | |
], | |
"links": [ | |
{ | |
"href": "https://en.wikipedia.org/wiki/ISO_3166-1" | |
} | |
] | |
} | |
}, | |
"residenceCountry": { | |
"description": "The country (or countries) where a person currently resides.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CountryCodeList", | |
"description": "Two letter country codes as defined by ISO 3166-1:2013. Content referenced from Wikipedia.", | |
"enum": [ | |
"AD", | |
"AE", | |
"AF", | |
"AG", | |
"AI", | |
"AL", | |
"AM", | |
"AO", | |
"AQ", | |
"AR", | |
"AS", | |
"AT", | |
"AU", | |
"AW", | |
"AX", | |
"AZ", | |
"BA", | |
"BB", | |
"BD", | |
"BE", | |
"BF", | |
"BG", | |
"BH", | |
"BI", | |
"BJ", | |
"BL", | |
"BM", | |
"BN", | |
"BO", | |
"BR", | |
"BS", | |
"BT", | |
"BV", | |
"BW", | |
"BY", | |
"BZ", | |
"CA", | |
"CC", | |
"CD", | |
"CF", | |
"CG", | |
"CH", | |
"CI", | |
"CK", | |
"CL", | |
"CM", | |
"CN", | |
"CO", | |
"CR", | |
"CU", | |
"CV", | |
"CW", | |
"CX", | |
"CY", | |
"CZ", | |
"DE", | |
"DJ", | |
"DK", | |
"DM", | |
"DO", | |
"DZ", | |
"EC", | |
"EE", | |
"EG", | |
"EH", | |
"ER", | |
"ES", | |
"ET", | |
"FI", | |
"FJ", | |
"FK", | |
"FM", | |
"FO", | |
"FR", | |
"GA", | |
"GB", | |
"GD", | |
"GE", | |
"GF", | |
"GG", | |
"GH", | |
"GI", | |
"GL", | |
"GM", | |
"GN", | |
"GP", | |
"GQ", | |
"GR", | |
"GS", | |
"GT", | |
"GU", | |
"GW", | |
"GY", | |
"HK", | |
"HM", | |
"HN", | |
"HR", | |
"HT", | |
"HU", | |
"ID", | |
"IE", | |
"IL", | |
"IM", | |
"IN", | |
"IO", | |
"IQ", | |
"IR", | |
"IS", | |
"IT", | |
"JE", | |
"JM", | |
"JO", | |
"JP", | |
"KE", | |
"KG", | |
"KH", | |
"KI", | |
"KM", | |
"KN", | |
"KP", | |
"KR", | |
"KW", | |
"KY", | |
"KZ", | |
"LA", | |
"LB", | |
"LC", | |
"LI", | |
"LK", | |
"LR", | |
"LS", | |
"LT", | |
"LU", | |
"LV", | |
"LY", | |
"MA", | |
"MC", | |
"MD", | |
"ME", | |
"MF", | |
"MG", | |
"MH", | |
"MK", | |
"ML", | |
"MM", | |
"MN", | |
"MO", | |
"MP", | |
"MQ", | |
"MR", | |
"MS", | |
"MT", | |
"MU", | |
"MV", | |
"MW", | |
"MX", | |
"MY", | |
"MZ", | |
"NA", | |
"NC", | |
"NE", | |
"NF", | |
"NG", | |
"NI", | |
"NL", | |
"NO", | |
"NP", | |
"NR", | |
"NU", | |
"NZ", | |
"OM", | |
"PA", | |
"PE", | |
"PF", | |
"PG", | |
"PH", | |
"PK", | |
"PL", | |
"PM", | |
"PN", | |
"PR", | |
"PS", | |
"PT", | |
"PW", | |
"PY", | |
"QA", | |
"RE", | |
"RO", | |
"RS", | |
"RU", | |
"RW", | |
"SA", | |
"SB", | |
"SC", | |
"SD", | |
"SE", | |
"SG", | |
"SH", | |
"SI", | |
"SJ", | |
"SK", | |
"SL", | |
"SM", | |
"SN", | |
"SO", | |
"SR", | |
"SS", | |
"ST", | |
"SV", | |
"SX", | |
"SY", | |
"SZ", | |
"TC", | |
"TD", | |
"TF", | |
"TG", | |
"TH", | |
"TJ", | |
"TK", | |
"TL", | |
"TM", | |
"TN", | |
"TO", | |
"TR", | |
"TT", | |
"TV", | |
"TW", | |
"TZ", | |
"UA", | |
"UG", | |
"UM", | |
"US", | |
"UY", | |
"UZ", | |
"VA", | |
"VC", | |
"VE", | |
"VG", | |
"VI", | |
"VN", | |
"VU", | |
"WF", | |
"WS", | |
"YE", | |
"YT", | |
"ZA", | |
"ZM", | |
"ZW" | |
], | |
"enumNames": [ | |
"ANDORRA", | |
"UNITED ARAB EMIRATES", | |
"AFGHANISTAN", | |
"ANTIGUA AND BARBUDA", | |
"ANGUILLA", | |
"ALBANIA", | |
"ARMENIA", | |
"ANGOLA", | |
"ANTARCTICA", | |
"ARGENTINA", | |
"AMERICAN SAMOA", | |
"AUSTRIA", | |
"AUSTRALIA", | |
"ARUBA", | |
"ÅLAND ISLANDS", | |
"AZERBAIJAN", | |
"BOSNIA AND HERZEGOVINA", | |
"BARBADOS", | |
"BANGLADESH", | |
"BELGIUM", | |
"BURKINA FASO", | |
"BULGARIA", | |
"BAHRAIN", | |
"BURUNDI", | |
"BENIN", | |
"SAINT BARTHELEMY", | |
"BERMUDA", | |
"BRUNEI DARUSSALAM", | |
"BOLIVIA", | |
"BRAZIL", | |
"BAHAMAS", | |
"BHUTAN", | |
"BOUVET ISLAND", | |
"BOTSWANA", | |
"BELARUS", | |
"BELIZE", | |
"CANADA", | |
"COCOS (KEELING) ISLANDS", | |
"CONGO, THE DEMOCRATIC REPUBLIC OF THE", | |
"CENTRAL AFRICAN REPUBLIC", | |
"CONGO", | |
"SWITZERLAND", | |
"COTE D'IVOIRE", | |
"COOK ISLANDS", | |
"CHILE", | |
"CAMEROON", | |
"CHINA", | |
"COLOMBIA", | |
"COSTA RICA", | |
"CUBA", | |
"CAPE VERDE", | |
"CURACAO", | |
"CHRISTMAS ISLAND", | |
"CYPRUS", | |
"CZECH REPUBLIC", | |
"GERMANY", | |
"DJIBOUTI", | |
"DENMARK", | |
"DOMINICA", | |
"DOMINICAN REPUBLIC", | |
"ALGERIA", | |
"ECUADOR", | |
"ESTONIA", | |
"EGYPT", | |
"WESTERN SAHARA", | |
"ERITREA", | |
"SPAIN", | |
"ETHIOPIA", | |
"FINLAND", | |
"FIJI", | |
"FALKLAND ISLANDS (MALVINAS)", | |
"MICRONESIA, FEDERATED STATES OF", | |
"FAROE ISLANDS", | |
"FRANCE", | |
"GABON", | |
"UNITED KINGDOM", | |
"GRENADA", | |
"GEORGIA", | |
"FRENCH GUIANA", | |
"GUERNSEY", | |
"GHANA", | |
"GIBRALTAR", | |
"GREENLAND", | |
"GAMBIA", | |
"GUINEA", | |
"GUADELOUPE", | |
"EQUATORIAL GUINEA", | |
"GREECE", | |
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", | |
"GUATEMALA", | |
"GUAM", | |
"GUINEA-BISSAU", | |
"GUYANA", | |
"HONG KONG", | |
"HEARD ISLAND AND MCDONALD ISLANDS", | |
"HONDURAS", | |
"CROATIA", | |
"HAITI", | |
"HUNGARY", | |
"INDONESIA", | |
"IRELAND", | |
"ISRAEL", | |
"ISLE OF MAN", | |
"INDIA", | |
"BRITISH INDIAN OCEAN TERRITORY", | |
"IRAQ", | |
"IRAN, ISLAMIC REPUBLIC OF", | |
"ICELAND", | |
"ITALY", | |
"JERSEY", | |
"JAMAICA", | |
"JORDAN", | |
"JAPAN", | |
"KENYA", | |
"KYRGYZSTAN", | |
"CAMBODIA", | |
"KIRIBATI", | |
"COMOROS", | |
"SAINT KITTS AND NEVIS", | |
"KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF", | |
"KOREA, REPUBLIC OF", | |
"KUWAIT", | |
"CAYMAN ISLANDS", | |
"KAZAKHSTAN", | |
"LAO PEOPLE'S DEMOCRATIC REPUBLIC", | |
"LEBANON", | |
"SAINT LUCIA", | |
"LIECHTENSTEIN", | |
"SRI LANKA", | |
"LIBERIA", | |
"LESOTHO", | |
"LITHUANIA", | |
"LUXEMBOURG", | |
"LATVIA", | |
"LIBYAN ARAB JAMAHIRIYA", | |
"MOROCCO", | |
"MONACO", | |
"MOLDOVA, REPUBLIC OF", | |
"MONTENEGRO", | |
"SAINT MARTIN (FRENCH PART)", | |
"MADAGASCAR", | |
"MARSHALL ISLANDS", | |
"MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", | |
"MALI", | |
"MYANMAR", | |
"MONGOLIA", | |
"MACAO", | |
"NORTHERN MARIANA ISLANDS", | |
"MARTINIQUE", | |
"MAURITANIA", | |
"MONTSERRAT", | |
"MALTA", | |
"MAURITIUS", | |
"MALDIVES", | |
"MALAWI", | |
"MEXICO", | |
"MALAYSIA", | |
"MOZAMBIQUE", | |
"NAMIBIA", | |
"NEW CALEDONIA", | |
"NIGER", | |
"NORFOLK ISLAND", | |
"NIGERIA", | |
"NICARAGUA", | |
"NETHERLANDS", | |
"NORWAY", | |
"NEPAL", | |
"NAURU", | |
"NIUE", | |
"NEW ZEALAND", | |
"OMAN", | |
"PANAMA", | |
"PERU", | |
"FRENCH POLYNESIA", | |
"PAPUA NEW GUINEA", | |
"PHILIPPINES", | |
"PAKISTAN", | |
"POLAND", | |
"SAINT PIERRE AND MIQUELON", | |
"PITCAIRN", | |
"PUERTO RICO", | |
"PALESTINIAN TERRITORY, OCCUPIED", | |
"PORTUGAL", | |
"PALAU", | |
"PARAGUAY", | |
"QATAR", | |
"REUNION", | |
"ROMANIA", | |
"SERBIA", | |
"RUSSIAN FEDERATION", | |
"RWANDA", | |
"SAUDI ARABIA", | |
"SOLOMON ISLANDS", | |
"SEYCHELLES", | |
"SUDAN", | |
"SWEDEN", | |
"SINGAPORE", | |
"SAINT HELENA", | |
"SLOVENIA", | |
"SVALBARD AND JAN MAYEN", | |
"SLOVAKIA", | |
"SIERRA LEONE", | |
"SAN MARINO", | |
"SENEGAL", | |
"SOMALIA", | |
"SURINAME", | |
"SOUTH SUDAN", | |
"SAO TOME AND PRINCIPE", | |
"EL SALVADOR", | |
"SINT MAARTEN (DUTCH PART)", | |
"SYRIAN ARAB REPUBLIC", | |
"SWAZILAND", | |
"TURKS AND CAICOS ISLANDS", | |
"CHAD", | |
"FRENCH SOUTHERN TERRITORIES", | |
"TOGO", | |
"THAILAND", | |
"TAJIKISTAN", | |
"TOKELAU", | |
"TIMOR-LESTE", | |
"TURKMENISTAN", | |
"TUNISIA", | |
"TONGA", | |
"TURKEY", | |
"TRINIDAD AND TOBAGO", | |
"TUVALU", | |
"TAIWAN, PROVINCE OF CHINA", | |
"TANZANIA, UNITED REPUBLIC OF", | |
"UKRAINE", | |
"UGANDA", | |
"UNITED STATES MINOR OUTLYING ISLANDS", | |
"UNITED STATES", | |
"URUGUAY", | |
"UZBEKISTAN", | |
"HOLY SEE (VATICAN CITY STATE)", | |
"SAINT VINCENT AND THE GRENADINES", | |
"VENEZUELA", | |
"VIRGIN ISLANDS, BRITISH", | |
"VIRGIN ISLANDS, U.S.", | |
"VIET NAM", | |
"VANUATU", | |
"WALLIS AND FUTUNA", | |
"SAMOA", | |
"YEMEN", | |
"MAYOTTE", | |
"SOUTH AFRICA", | |
"ZAMBIA", | |
"ZIMBABWE" | |
], | |
"links": [ | |
{ | |
"href": "https://en.wikipedia.org/wiki/ISO_3166-1" | |
} | |
] | |
} | |
}, | |
"militaryStatus": { | |
"description": "The military status of a person.", | |
"type": "string" | |
}, | |
"ethnicity": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "The ethnicity (or ethnicities) of a person. A country may define which of these terms (race, nationality, ethnicity) be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their ethnicity.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
} | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonPhysicalInclusion", | |
"description": "Person physical information.", | |
"type": "object", | |
"properties": { | |
"height": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "MeasureType", | |
"description": "The height of the person.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The numeric value of the measure.", | |
"type": "number" | |
}, | |
"unitCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "UnitCodeList", | |
"description": "The unit of measure.", | |
"enum": [ | |
"ACR", | |
"ARE", | |
"CMT", | |
"DAY", | |
"EA", | |
"FOT", | |
"GRM", | |
"HAR", | |
"HUR", | |
"INH", | |
"KGM", | |
"KMT", | |
"LTR", | |
"MTR", | |
"SMI", | |
"MGM", | |
"MLT", | |
"MMT", | |
"C26", | |
"MIN", | |
"MON", | |
"C62", | |
"ONZ", | |
"PTI", | |
"PT", | |
"LBR", | |
"QTI", | |
"QT", | |
"SEC", | |
"STI", | |
"WEE", | |
"YRD", | |
"ANN" | |
], | |
"enumNames": [ | |
"acre", | |
"are", | |
"centimeter", | |
"day", | |
"each", | |
"foot", | |
"gram", | |
"hectare", | |
"hour", | |
"inch", | |
"kilogram", | |
"kilometre", | |
"litre", | |
"metre", | |
"mile", | |
"milligram", | |
"millilitre", | |
"millimetre", | |
"millisecond", | |
"minute", | |
"month", | |
"one [piece]", | |
"ounce", | |
"pint [UK]", | |
"pint [US]", | |
"pound", | |
"quart [UK]", | |
"quart [US]", | |
"second", | |
"stone", | |
"week", | |
"yard", | |
"year" | |
], | |
"links": [ | |
{ | |
"href": "https://www.unece.org/cefact/codesfortrade/codes_index.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"weight": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "MeasureType", | |
"description": "The weight of the person.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The numeric value of the measure.", | |
"type": "number" | |
}, | |
"unitCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "UnitCodeList", | |
"description": "The unit of measure.", | |
"enum": [ | |
"ACR", | |
"ARE", | |
"CMT", | |
"DAY", | |
"EA", | |
"FOT", | |
"GRM", | |
"HAR", | |
"HUR", | |
"INH", | |
"KGM", | |
"KMT", | |
"LTR", | |
"MTR", | |
"SMI", | |
"MGM", | |
"MLT", | |
"MMT", | |
"C26", | |
"MIN", | |
"MON", | |
"C62", | |
"ONZ", | |
"PTI", | |
"PT", | |
"LBR", | |
"QTI", | |
"QT", | |
"SEC", | |
"STI", | |
"WEE", | |
"YRD", | |
"ANN" | |
], | |
"enumNames": [ | |
"acre", | |
"are", | |
"centimeter", | |
"day", | |
"each", | |
"foot", | |
"gram", | |
"hectare", | |
"hour", | |
"inch", | |
"kilogram", | |
"kilometre", | |
"litre", | |
"metre", | |
"mile", | |
"milligram", | |
"millilitre", | |
"millimetre", | |
"millisecond", | |
"minute", | |
"month", | |
"one [piece]", | |
"ounce", | |
"pint [UK]", | |
"pint [US]", | |
"pound", | |
"quart [UK]", | |
"quart [US]", | |
"second", | |
"stone", | |
"week", | |
"yard", | |
"year" | |
], | |
"links": [ | |
{ | |
"href": "https://www.unece.org/cefact/codesfortrade/codes_index.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"disability": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DisabilityType", | |
"description": "A type of disability that a person has.", | |
"definitions": { | |
"DisabilityLevelCodeList": { | |
"title": "DisabilityLevelCodeList", | |
"description": "A value classifying the level of disability.", | |
"enum": [ | |
"1", | |
"2", | |
"3", | |
"4", | |
"5" | |
], | |
"enumNames": [ | |
"need for another person's assistance with daily life tasks", | |
"inability to perform one or more sensory or physical functions", | |
"experiencing difficulties in multiple sensory or physical functions", | |
"experiencing difficulty in just one function", | |
"no limitations in functioning" | |
] | |
}, | |
"DisabilitySummaryType": { | |
"title": "DisabilitySummaryType", | |
"description": "Describes a disability associated with a specified person. Want of ability to discharge a function. Incapacity in the eye of the law.", | |
"type": "object", | |
"properties": { | |
"disabilityId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier of the persons disability recognition, e.g. the number of the persons 'severely handicapped pass'.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"disabilityLevelCode": { | |
"title": "DisabilityLevelCodeList", | |
"description": "A value classifying the level of disability.", | |
"enum": [ | |
"1", | |
"2", | |
"3", | |
"4", | |
"5" | |
], | |
"enumNames": [ | |
"need for another person's assistance with daily life tasks", | |
"inability to perform one or more sensory or physical functions", | |
"experiencing difficulties in multiple sensory or physical functions", | |
"experiencing difficulty in just one function", | |
"no limitations in functioning" | |
] | |
}, | |
"percentage": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PercentType", | |
"description": "The amount of disability as a percentage of impairment. This should be defined by a medical board based on standards.", | |
"type": "number" | |
}, | |
"disabilityType": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EntityType", | |
"description": "A value from an external code list classifying the type of disability. Examples: 1. DisabilityConditionType as defined by PESC.org; 2. U.S. Office of Special Education Programs (OSEP) Primary and Secondary Disability Codes; 3. 'Total', 'Partial', and 'Residual' as broad classifications of disability in certain contexts (Acord.org).", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A unique identifier which cannot be expressed as enumeration.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Free text description for that entity.", | |
"type": "string" | |
}, | |
"code": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code which can be expressed as enumeration.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"minProperties": 1 | |
}, | |
"disabilityDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The date on which an injury occurred or which is otherwise associated as the start of a period of disability.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"disabilityCertifiedDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The date on which a person's disabled status is verified by a doctor or medical professional.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"recoveryDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The date on which a person is determined to have recovered from an injury or disability.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"accommodationTypeCode": { | |
"description": "A code identifying a type of assistance or technology required to accommodate a disability. This is a value from an external code list.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
}, | |
"comment": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommentType", | |
"description": "Additional comments on the disability.", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LocalizationInclusion", | |
"description": "Can be used for any entity to specify localization language code.", | |
"type": "object", | |
"properties": { | |
"language": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
} | |
], | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "A label describing the type of comment.", | |
"type": "string" | |
}, | |
"author": { | |
"description": "The name of an author of a comment.", | |
"type": "string" | |
}, | |
"datetime": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "The date and time that the comment was made.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"status": { | |
"description": "The status of a comment.", | |
"type": "string" | |
}, | |
"note": { | |
"description": "The comment.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"note" | |
] | |
}, | |
"effectiveDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EffectiveTimePeriodType", | |
"description": "Effective date of the defined disability.", | |
"type": "object", | |
"properties": { | |
"validFrom": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"validTo": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
} | |
}, | |
"attachments": { | |
"description": "Attachments supporting the disability summary.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentType", | |
"description": "Embedded attachment data or URL to actual attachment.", | |
"definitions": { | |
"AttachmentContent": { | |
"title": "AttachmentContent", | |
"description": "Content of an attachment in the JSON message, which can be embedded or an external reference.", | |
"type": "object", | |
"properties": { | |
"content": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "BinaryObjectType", | |
"description": "Embedded attachment represented as a binary object.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"type": "string" | |
}, | |
"encoding": { | |
"enum": [ | |
"7bit", | |
"8bit", | |
"binary", | |
"quoted-printable", | |
"base64", | |
"ietf-token", | |
"x-token" | |
] | |
}, | |
"mimeType": { | |
"type": "string" | |
}, | |
"filename": { | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"url": { | |
"description": "A URL to an external document.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"minProperties": 1 | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentType", | |
"description": "Content of an attachment in the JSON message, which can be embedded or an external reference.", | |
"type": "object", | |
"properties": { | |
"content": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "BinaryObjectType", | |
"description": "Embedded attachment represented as a binary object.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"type": "string" | |
}, | |
"encoding": { | |
"enum": [ | |
"7bit", | |
"8bit", | |
"binary", | |
"quoted-printable", | |
"base64", | |
"ietf-token", | |
"x-token" | |
] | |
}, | |
"mimeType": { | |
"type": "string" | |
}, | |
"filename": { | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"url": { | |
"description": "A URL to an external document.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier of the attachment.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"descriptions": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Descriptions of the attachment.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
} | |
} | |
}, | |
"attachmentReferences": { | |
"description": "Attachment references supporting the disability summary.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentReferenceType", | |
"description": "A reference to an attachment that is within the current context of the document, or an external reference.", | |
"type": "object", | |
"properties": { | |
"reference": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier or reference to a document.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"uri": { | |
"description": "An internal reference (typically a JSON pointer reference).", | |
"type": "string" | |
}, | |
"descriptions": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Descriptions of the attachment reference.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
}, | |
"required": [ | |
"uri" | |
] | |
} | |
} | |
} | |
} | |
}, | |
"type": "object", | |
"properties": { | |
"indicator": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IndicatorType", | |
"description": "An indicator of a disability associated with a specified person.", | |
"type": "boolean" | |
}, | |
"summary": { | |
"description": "A summary of a disability associated with a specified person.", | |
"type": "array", | |
"items": { | |
"title": "DisabilitySummaryType", | |
"description": "Describes a disability associated with a specified person. Want of ability to discharge a function. Incapacity in the eye of the law.", | |
"type": "object", | |
"properties": { | |
"disabilityId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier of the persons disability recognition, e.g. the number of the persons 'severely handicapped pass'.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"disabilityLevelCode": { | |
"title": "DisabilityLevelCodeList", | |
"description": "A value classifying the level of disability.", | |
"enum": [ | |
"1", | |
"2", | |
"3", | |
"4", | |
"5" | |
], | |
"enumNames": [ | |
"need for another person's assistance with daily life tasks", | |
"inability to perform one or more sensory or physical functions", | |
"experiencing difficulties in multiple sensory or physical functions", | |
"experiencing difficulty in just one function", | |
"no limitations in functioning" | |
] | |
}, | |
"percentage": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PercentType", | |
"description": "The amount of disability as a percentage of impairment. This should be defined by a medical board based on standards.", | |
"type": "number" | |
}, | |
"disabilityType": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EntityType", | |
"description": "A value from an external code list classifying the type of disability. Examples: 1. DisabilityConditionType as defined by PESC.org; 2. U.S. Office of Special Education Programs (OSEP) Primary and Secondary Disability Codes; 3. 'Total', 'Partial', and 'Residual' as broad classifications of disability in certain contexts (Acord.org).", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A unique identifier which cannot be expressed as enumeration.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Free text description for that entity.", | |
"type": "string" | |
}, | |
"code": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code which can be expressed as enumeration.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"minProperties": 1 | |
}, | |
"disabilityDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The date on which an injury occurred or which is otherwise associated as the start of a period of disability.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"disabilityCertifiedDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The date on which a person's disabled status is verified by a doctor or medical professional.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"recoveryDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The date on which a person is determined to have recovered from an injury or disability.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"accommodationTypeCode": { | |
"description": "A code identifying a type of assistance or technology required to accommodate a disability. This is a value from an external code list.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
}, | |
"comment": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommentType", | |
"description": "Additional comments on the disability.", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LocalizationInclusion", | |
"description": "Can be used for any entity to specify localization language code.", | |
"type": "object", | |
"properties": { | |
"language": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
} | |
], | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "A label describing the type of comment.", | |
"type": "string" | |
}, | |
"author": { | |
"description": "The name of an author of a comment.", | |
"type": "string" | |
}, | |
"datetime": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "The date and time that the comment was made.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"status": { | |
"description": "The status of a comment.", | |
"type": "string" | |
}, | |
"note": { | |
"description": "The comment.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"note" | |
] | |
}, | |
"effectiveDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EffectiveTimePeriodType", | |
"description": "Effective date of the defined disability.", | |
"type": "object", | |
"properties": { | |
"validFrom": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"validTo": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
} | |
}, | |
"attachments": { | |
"description": "Attachments supporting the disability summary.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentType", | |
"description": "Embedded attachment data or URL to actual attachment.", | |
"definitions": { | |
"AttachmentContent": { | |
"title": "AttachmentContent", | |
"description": "Content of an attachment in the JSON message, which can be embedded or an external reference.", | |
"type": "object", | |
"properties": { | |
"content": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "BinaryObjectType", | |
"description": "Embedded attachment represented as a binary object.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"type": "string" | |
}, | |
"encoding": { | |
"enum": [ | |
"7bit", | |
"8bit", | |
"binary", | |
"quoted-printable", | |
"base64", | |
"ietf-token", | |
"x-token" | |
] | |
}, | |
"mimeType": { | |
"type": "string" | |
}, | |
"filename": { | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"url": { | |
"description": "A URL to an external document.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"minProperties": 1 | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentType", | |
"description": "Content of an attachment in the JSON message, which can be embedded or an external reference.", | |
"type": "object", | |
"properties": { | |
"content": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "BinaryObjectType", | |
"description": "Embedded attachment represented as a binary object.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"type": "string" | |
}, | |
"encoding": { | |
"enum": [ | |
"7bit", | |
"8bit", | |
"binary", | |
"quoted-printable", | |
"base64", | |
"ietf-token", | |
"x-token" | |
] | |
}, | |
"mimeType": { | |
"type": "string" | |
}, | |
"filename": { | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"url": { | |
"description": "A URL to an external document.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier of the attachment.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"descriptions": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Descriptions of the attachment.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
} | |
} | |
}, | |
"attachmentReferences": { | |
"description": "Attachment references supporting the disability summary.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentReferenceType", | |
"description": "A reference to an attachment that is within the current context of the document, or an external reference.", | |
"type": "object", | |
"properties": { | |
"reference": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier or reference to a document.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"uri": { | |
"description": "An internal reference (typically a JSON pointer reference).", | |
"type": "string" | |
}, | |
"descriptions": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Descriptions of the attachment reference.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
}, | |
"required": [ | |
"uri" | |
] | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"tobaccoUserIndicator": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IndicatorType", | |
"description": "An indicator that a person is a tobacco user.", | |
"type": "boolean" | |
}, | |
"hairColor": { | |
"description": "The color of the hair of a person.", | |
"type": "string" | |
}, | |
"eyeColor": { | |
"description": "The color of the eyes of a person.", | |
"type": "string" | |
}, | |
"identifyingMarks": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "A list of identifying marks of a person.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
}, | |
"age": { | |
"description": "The age of a person (in years).", | |
"type": "integer" | |
}, | |
"bloodType": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The blood type of a person.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
} | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonProfileInclusion", | |
"description": "Personal profile.", | |
"type": "object", | |
"properties": { | |
"profileName": { | |
"description": "The name given to the profile.", | |
"type": "string" | |
}, | |
"languageCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "The primary language of the content of the profile.", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
}, | |
"education": { | |
"description": "The education history of the person.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EducationAttendanceType", | |
"description": "Contains details documenting a person's attendance at an educational institution. (OED Institution, n. An establishment, organization, or association, instituted for the promotion of education.)", | |
"definitions": { | |
"EducationSpecializationType": { | |
"title": "EducationSpecializationType", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EntityType", | |
"description": "A description of an entity with id, name and code.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A unique identifier which cannot be expressed as enumeration.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Free text description for that entity.", | |
"type": "string" | |
}, | |
"code": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code which can be expressed as enumeration.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Type of specialization, e.g. 'major', 'minor'.", | |
"type": "string" | |
} | |
} | |
}, | |
"EducationDegreeType": { | |
"title": "EducationDegreeType", | |
"description": "Contains details about the student's degree. A degree is a recognized completion of studies at a school (such as a college or university). A certificate, which may be a diploma or degree, is generally issued in recognition of having completed the course of study.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "Identifier for the degree.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Name for the degree.", | |
"type": "string" | |
}, | |
"codes": { | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code is a character string of letters, numbers, special characters (except escape sequences), and symbols. It represents a definitive value, a method, or a property description in an abbreviated or language-independent form that is part of a finite list of allowed values. Use this schema when there is a defined list of values but the owner is unknown or private, the values may not be referenced, or there is no validation possible.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"date": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "This is formatted representation of a date, which may be specified as a date, date/time, year, or year/month.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"specializations": { | |
"description": "The focus of study for the student's degree. This may include majors, minors, emphasis or other foci.", | |
"type": "array", | |
"items": { | |
"title": "EducationSpecializationType", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EntityType", | |
"description": "A description of an entity with id, name and code.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A unique identifier which cannot be expressed as enumeration.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Free text description for that entity.", | |
"type": "string" | |
}, | |
"code": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code which can be expressed as enumeration.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Type of specialization, e.g. 'major', 'minor'.", | |
"type": "string" | |
} | |
} | |
} | |
}, | |
"score": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "ScoreType", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "BaseScoreType", | |
"description": "Type object to contain either numeric or text scores.", | |
"type": "object", | |
"properties": { | |
"scoresNumeric": { | |
"description": "Numeric scores for a test.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "ScoreNumericType", | |
"description": "A numeric measurement of abilities or capacity to learn.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"type": "number" | |
}, | |
"scoreCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "ScoreNumericCodeList", | |
"description": "A set of enumerations describing the numeric type of scoring scheme.", | |
"enum": [ | |
"Percentile", | |
"RawScore", | |
"Stanine", | |
"Sten", | |
"T-score", | |
"Z-score", | |
"IntelligenceQuotient", | |
"Scaled", | |
"NormalCurve", | |
"GPA" | |
], | |
"enumNames": [ | |
"Percentile", | |
"RawScore", | |
"Stanine", | |
"Sten", | |
"T-score", | |
"Z-score", | |
"IntelligenceQuotient", | |
"Scaled", | |
"NormalCurve", | |
"GPA" | |
] | |
}, | |
"interval": { | |
"description": "The stop points between minimum and maximum.", | |
"type": "number" | |
}, | |
"minimum": { | |
"description": "Optional. Indicates lower value for a range.", | |
"type": "number" | |
}, | |
"maximum": { | |
"description": "Optional. Indicates upper value for a range.", | |
"type": "number" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
} | |
}, | |
"scoresText": { | |
"description": "Text scores for a test.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "ScoreTextType", | |
"description": "A non-numeric or textual representation of a Score.", | |
"type": "object", | |
"properties": { | |
"valueable": { | |
"type": "string" | |
}, | |
"value": { | |
"type": "string" | |
}, | |
"scoreTextCode": { | |
"description": "Default: CourseGrade. A code used to textually classify the type scoring methodology or convention.", | |
"type": "string" | |
}, | |
"minimum": { | |
"description": "Optional. Describes the minimum score.", | |
"type": "string" | |
}, | |
"maximum": { | |
"description": "Optional. Describes the maximum score.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
} | |
} | |
} | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EffectiveTimePeriodType", | |
"description": "A time period in which an associated object is effective.", | |
"type": "object", | |
"properties": { | |
"validFrom": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"validTo": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
} | |
} | |
] | |
}, | |
"academicHonors": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Array of string data.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
}, | |
"degreeGrantedStatus": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EducationDegreeGrantedStatusCodeList", | |
"description": "Current education degree granted status.", | |
"enum": [ | |
"Granted", | |
"InProgress", | |
"Postponed", | |
"NotGranted" | |
], | |
"enumNames": [ | |
"Granted", | |
"In Progress", | |
"Postponed", | |
"Not Granted" | |
] | |
}, | |
"iscedEducationLevelCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IscedCodeList", | |
"description": "ISCED: International Standard Classification of Education - is the standard classification of the education level of this attendance.", | |
"enum": [ | |
"0", | |
"1", | |
"2", | |
"3", | |
"4", | |
"5", | |
"6", | |
"7", | |
"8" | |
], | |
"enumNames": [ | |
"Early childhood education", | |
"Primary education", | |
"Lower secondary education", | |
"Upper secondary education", | |
"Post-secondary non-tertiary education", | |
"Short-cycle tertiary education", | |
"Bachelor or equivalent", | |
"Master or equivalent", | |
"Doctoral or equivalent" | |
], | |
"links": [ | |
{ | |
"href": "http://www.uis.unesco.org/Education/Documents/isced-2011-operational-manual.pdf", | |
"rel": "full", | |
"mediaType": "application/pdf" | |
} | |
] | |
} | |
} | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "BaseHistoryType", | |
"description": "Basic type that contains all properties common to a person's profile history entry - intended for use in education history, employment history or military history.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "The identifier for the history.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The start date of the history if known.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "FormattedDateTimeType", | |
"description": "The end date of the history if known.", | |
"anyOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "Date representation according ISO 8601 standard.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearType", | |
"description": "A single 4 digit year.", | |
"type": "string", | |
"hropenFormat": "year", | |
"pattern": "^([12]\\d{3})$" | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "YearMonthType", | |
"description": "A single year and month, in the format YYYY-MM", | |
"type": "string", | |
"hropenFormat": "yearMonth", | |
"pattern": "^([12]\\d{3}-(0[1-9]|1[0-2]))$" | |
} | |
] | |
}, | |
"current": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IndicatorType", | |
"description": "Indicator that the person's history entry is currently active (i.e. if education, still at the school. If work history, still working at the organization)", | |
"type": "boolean" | |
}, | |
"attachmentReferences": { | |
"description": "Attachment references supporting the history entry.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AttachmentReferenceType", | |
"description": "A reference to an attachment that is within the current context of the document, or an external reference.", | |
"type": "object", | |
"properties": { | |
"reference": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier or reference to a document.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"uri": { | |
"description": "An internal reference (typically a JSON pointer reference).", | |
"type": "string" | |
}, | |
"descriptions": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Descriptions of the attachment reference.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
}, | |
"required": [ | |
"uri" | |
] | |
} | |
}, | |
"descriptions": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StringTypeArray", | |
"description": "Additional details or descriptions about the history entry.", | |
"type": "array", | |
"items": { | |
"type": "string" | |
} | |
} | |
} | |
} | |
], | |
"type": "object", | |
"properties": { | |
"institution": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "OrganizationType", | |
"description": "The institution to which the person attended.", | |
"definitions": { | |
"GeographicResponsibilityCodeList": { | |
"title": "GeographicResponsibilityCodeList", | |
"description": "Values that classify the geographic level at which the organization operates.", | |
"enum": [ | |
"Global", | |
"National", | |
"Regional", | |
"Local" | |
] | |
}, | |
"OwnershipTypeCodeList": { | |
"title": "OwnershipTypeCodeList", | |
"description": "Values that classify the ownership of the organization.", | |
"enum": [ | |
"Public", | |
"Private", | |
"NonProfit", | |
"Government", | |
"Joint Venture", | |
"Mutual" | |
] | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "OrganizationReferenceType", | |
"description": "Basic information to reference a specific organization.", | |
"definitions": { | |
"ResponsibilityCodeList": { | |
"title": "ResponsibilityCodeList", | |
"description": "Values that classify the level or the responsibility at which the organization operates.", | |
"enum": [ | |
"Unit", | |
"Department", | |
"Division", | |
"Parent", | |
"Group", | |
"Plant", | |
"Subsidiary", | |
"Joint Venture", | |
"Branch", | |
"Holding Affiliate" | |
] | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EntityType", | |
"description": "A description of an entity with id, name and code.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A unique identifier which cannot be expressed as enumeration.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Free text description for that entity.", | |
"type": "string" | |
}, | |
"code": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code which can be expressed as enumeration.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"responsibilityCode": { | |
"title": "ResponsibilityCodeList", | |
"description": "The level or the responsibility at which the organization operates.", | |
"enum": [ | |
"Unit", | |
"Department", | |
"Division", | |
"Parent", | |
"Group", | |
"Plant", | |
"Subsidiary", | |
"Joint Venture", | |
"Branch", | |
"Holding Affiliate" | |
] | |
}, | |
"communication": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationType", | |
"description": "The methods of communication by which the organization can be contacted.", | |
"type": "object", | |
"properties": { | |
"address": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressTypeArray", | |
"description": "Array of address information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressType", | |
"description": "The physical or mailing address of the entity. This may include the street and building number, city, region (state, province, etc), country and postal code.", | |
"type": "object", | |
"properties": { | |
"line": { | |
"description": "Street line address", | |
"type": "string" | |
}, | |
"extendedLines": { | |
"description": "Extended address components (e.g. apartment or suite number).", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"countryCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CountryCodeList", | |
"description": "Two letter country codes as defined by ISO 3166-1:2013. Content referenced from Wikipedia.", | |
"enum": [ | |
"AD", | |
"AE", | |
"AF", | |
"AG", | |
"AI", | |
"AL", | |
"AM", | |
"AO", | |
"AQ", | |
"AR", | |
"AS", | |
"AT", | |
"AU", | |
"AW", | |
"AX", | |
"AZ", | |
"BA", | |
"BB", | |
"BD", | |
"BE", | |
"BF", | |
"BG", | |
"BH", | |
"BI", | |
"BJ", | |
"BL", | |
"BM", | |
"BN", | |
"BO", | |
"BR", | |
"BS", | |
"BT", | |
"BV", | |
"BW", | |
"BY", | |
"BZ", | |
"CA", | |
"CC", | |
"CD", | |
"CF", | |
"CG", | |
"CH", | |
"CI", | |
"CK", | |
"CL", | |
"CM", | |
"CN", | |
"CO", | |
"CR", | |
"CU", | |
"CV", | |
"CW", | |
"CX", | |
"CY", | |
"CZ", | |
"DE", | |
"DJ", | |
"DK", | |
"DM", | |
"DO", | |
"DZ", | |
"EC", | |
"EE", | |
"EG", | |
"EH", | |
"ER", | |
"ES", | |
"ET", | |
"FI", | |
"FJ", | |
"FK", | |
"FM", | |
"FO", | |
"FR", | |
"GA", | |
"GB", | |
"GD", | |
"GE", | |
"GF", | |
"GG", | |
"GH", | |
"GI", | |
"GL", | |
"GM", | |
"GN", | |
"GP", | |
"GQ", | |
"GR", | |
"GS", | |
"GT", | |
"GU", | |
"GW", | |
"GY", | |
"HK", | |
"HM", | |
"HN", | |
"HR", | |
"HT", | |
"HU", | |
"ID", | |
"IE", | |
"IL", | |
"IM", | |
"IN", | |
"IO", | |
"IQ", | |
"IR", | |
"IS", | |
"IT", | |
"JE", | |
"JM", | |
"JO", | |
"JP", | |
"KE", | |
"KG", | |
"KH", | |
"KI", | |
"KM", | |
"KN", | |
"KP", | |
"KR", | |
"KW", | |
"KY", | |
"KZ", | |
"LA", | |
"LB", | |
"LC", | |
"LI", | |
"LK", | |
"LR", | |
"LS", | |
"LT", | |
"LU", | |
"LV", | |
"LY", | |
"MA", | |
"MC", | |
"MD", | |
"ME", | |
"MF", | |
"MG", | |
"MH", | |
"MK", | |
"ML", | |
"MM", | |
"MN", | |
"MO", | |
"MP", | |
"MQ", | |
"MR", | |
"MS", | |
"MT", | |
"MU", | |
"MV", | |
"MW", | |
"MX", | |
"MY", | |
"MZ", | |
"NA", | |
"NC", | |
"NE", | |
"NF", | |
"NG", | |
"NI", | |
"NL", | |
"NO", | |
"NP", | |
"NR", | |
"NU", | |
"NZ", | |
"OM", | |
"PA", | |
"PE", | |
"PF", | |
"PG", | |
"PH", | |
"PK", | |
"PL", | |
"PM", | |
"PN", | |
"PR", | |
"PS", | |
"PT", | |
"PW", | |
"PY", | |
"QA", | |
"RE", | |
"RO", | |
"RS", | |
"RU", | |
"RW", | |
"SA", | |
"SB", | |
"SC", | |
"SD", | |
"SE", | |
"SG", | |
"SH", | |
"SI", | |
"SJ", | |
"SK", | |
"SL", | |
"SM", | |
"SN", | |
"SO", | |
"SR", | |
"SS", | |
"ST", | |
"SV", | |
"SX", | |
"SY", | |
"SZ", | |
"TC", | |
"TD", | |
"TF", | |
"TG", | |
"TH", | |
"TJ", | |
"TK", | |
"TL", | |
"TM", | |
"TN", | |
"TO", | |
"TR", | |
"TT", | |
"TV", | |
"TW", | |
"TZ", | |
"UA", | |
"UG", | |
"UM", | |
"US", | |
"UY", | |
"UZ", | |
"VA", | |
"VC", | |
"VE", | |
"VG", | |
"VI", | |
"VN", | |
"VU", | |
"WF", | |
"WS", | |
"YE", | |
"YT", | |
"ZA", | |
"ZM", | |
"ZW" | |
], | |
"enumNames": [ | |
"ANDORRA", | |
"UNITED ARAB EMIRATES", | |
"AFGHANISTAN", | |
"ANTIGUA AND BARBUDA", | |
"ANGUILLA", | |
"ALBANIA", | |
"ARMENIA", | |
"ANGOLA", | |
"ANTARCTICA", | |
"ARGENTINA", | |
"AMERICAN SAMOA", | |
"AUSTRIA", | |
"AUSTRALIA", | |
"ARUBA", | |
"ÅLAND ISLANDS", | |
"AZERBAIJAN", | |
"BOSNIA AND HERZEGOVINA", | |
"BARBADOS", | |
"BANGLADESH", | |
"BELGIUM", | |
"BURKINA FASO", | |
"BULGARIA", | |
"BAHRAIN", | |
"BURUNDI", | |
"BENIN", | |
"SAINT BARTHELEMY", | |
"BERMUDA", | |
"BRUNEI DARUSSALAM", | |
"BOLIVIA", | |
"BRAZIL", | |
"BAHAMAS", | |
"BHUTAN", | |
"BOUVET ISLAND", | |
"BOTSWANA", | |
"BELARUS", | |
"BELIZE", | |
"CANADA", | |
"COCOS (KEELING) ISLANDS", | |
"CONGO, THE DEMOCRATIC REPUBLIC OF THE", | |
"CENTRAL AFRICAN REPUBLIC", | |
"CONGO", | |
"SWITZERLAND", | |
"COTE D'IVOIRE", | |
"COOK ISLANDS", | |
"CHILE", | |
"CAMEROON", | |
"CHINA", | |
"COLOMBIA", | |
"COSTA RICA", | |
"CUBA", | |
"CAPE VERDE", | |
"CURACAO", | |
"CHRISTMAS ISLAND", | |
"CYPRUS", | |
"CZECH REPUBLIC", | |
"GERMANY", | |
"DJIBOUTI", | |
"DENMARK", | |
"DOMINICA", | |
"DOMINICAN REPUBLIC", | |
"ALGERIA", | |
"ECUADOR", | |
"ESTONIA", | |
"EGYPT", | |
"WESTERN SAHARA", | |
"ERITREA", | |
"SPAIN", | |
"ETHIOPIA", | |
"FINLAND", | |
"FIJI", | |
"FALKLAND ISLANDS (MALVINAS)", | |
"MICRONESIA, FEDERATED STATES OF", | |
"FAROE ISLANDS", | |
"FRANCE", | |
"GABON", | |
"UNITED KINGDOM", | |
"GRENADA", | |
"GEORGIA", | |
"FRENCH GUIANA", | |
"GUERNSEY", | |
"GHANA", | |
"GIBRALTAR", | |
"GREENLAND", | |
"GAMBIA", | |
"GUINEA", | |
"GUADELOUPE", | |
"EQUATORIAL GUINEA", | |
"GREECE", | |
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", | |
"GUATEMALA", | |
"GUAM", | |
"GUINEA-BISSAU", | |
"GUYANA", | |
"HONG KONG", | |
"HEARD ISLAND AND MCDONALD ISLANDS", | |
"HONDURAS", | |
"CROATIA", | |
"HAITI", | |
"HUNGARY", | |
"INDONESIA", | |
"IRELAND", | |
"ISRAEL", | |
"ISLE OF MAN", | |
"INDIA", | |
"BRITISH INDIAN OCEAN TERRITORY", | |
"IRAQ", | |
"IRAN, ISLAMIC REPUBLIC OF", | |
"ICELAND", | |
"ITALY", | |
"JERSEY", | |
"JAMAICA", | |
"JORDAN", | |
"JAPAN", | |
"KENYA", | |
"KYRGYZSTAN", | |
"CAMBODIA", | |
"KIRIBATI", | |
"COMOROS", | |
"SAINT KITTS AND NEVIS", | |
"KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF", | |
"KOREA, REPUBLIC OF", | |
"KUWAIT", | |
"CAYMAN ISLANDS", | |
"KAZAKHSTAN", | |
"LAO PEOPLE'S DEMOCRATIC REPUBLIC", | |
"LEBANON", | |
"SAINT LUCIA", | |
"LIECHTENSTEIN", | |
"SRI LANKA", | |
"LIBERIA", | |
"LESOTHO", | |
"LITHUANIA", | |
"LUXEMBOURG", | |
"LATVIA", | |
"LIBYAN ARAB JAMAHIRIYA", | |
"MOROCCO", | |
"MONACO", | |
"MOLDOVA, REPUBLIC OF", | |
"MONTENEGRO", | |
"SAINT MARTIN (FRENCH PART)", | |
"MADAGASCAR", | |
"MARSHALL ISLANDS", | |
"MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", | |
"MALI", | |
"MYANMAR", | |
"MONGOLIA", | |
"MACAO", | |
"NORTHERN MARIANA ISLANDS", | |
"MARTINIQUE", | |
"MAURITANIA", | |
"MONTSERRAT", | |
"MALTA", | |
"MAURITIUS", | |
"MALDIVES", | |
"MALAWI", | |
"MEXICO", | |
"MALAYSIA", | |
"MOZAMBIQUE", | |
"NAMIBIA", | |
"NEW CALEDONIA", | |
"NIGER", | |
"NORFOLK ISLAND", | |
"NIGERIA", | |
"NICARAGUA", | |
"NETHERLANDS", | |
"NORWAY", | |
"NEPAL", | |
"NAURU", | |
"NIUE", | |
"NEW ZEALAND", | |
"OMAN", | |
"PANAMA", | |
"PERU", | |
"FRENCH POLYNESIA", | |
"PAPUA NEW GUINEA", | |
"PHILIPPINES", | |
"PAKISTAN", | |
"POLAND", | |
"SAINT PIERRE AND MIQUELON", | |
"PITCAIRN", | |
"PUERTO RICO", | |
"PALESTINIAN TERRITORY, OCCUPIED", | |
"PORTUGAL", | |
"PALAU", | |
"PARAGUAY", | |
"QATAR", | |
"REUNION", | |
"ROMANIA", | |
"SERBIA", | |
"RUSSIAN FEDERATION", | |
"RWANDA", | |
"SAUDI ARABIA", | |
"SOLOMON ISLANDS", | |
"SEYCHELLES", | |
"SUDAN", | |
"SWEDEN", | |
"SINGAPORE", | |
"SAINT HELENA", | |
"SLOVENIA", | |
"SVALBARD AND JAN MAYEN", | |
"SLOVAKIA", | |
"SIERRA LEONE", | |
"SAN MARINO", | |
"SENEGAL", | |
"SOMALIA", | |
"SURINAME", | |
"SOUTH SUDAN", | |
"SAO TOME AND PRINCIPE", | |
"EL SALVADOR", | |
"SINT MAARTEN (DUTCH PART)", | |
"SYRIAN ARAB REPUBLIC", | |
"SWAZILAND", | |
"TURKS AND CAICOS ISLANDS", | |
"CHAD", | |
"FRENCH SOUTHERN TERRITORIES", | |
"TOGO", | |
"THAILAND", | |
"TAJIKISTAN", | |
"TOKELAU", | |
"TIMOR-LESTE", | |
"TURKMENISTAN", | |
"TUNISIA", | |
"TONGA", | |
"TURKEY", | |
"TRINIDAD AND TOBAGO", | |
"TUVALU", | |
"TAIWAN, PROVINCE OF CHINA", | |
"TANZANIA, UNITED REPUBLIC OF", | |
"UKRAINE", | |
"UGANDA", | |
"UNITED STATES MINOR OUTLYING ISLANDS", | |
"UNITED STATES", | |
"URUGUAY", | |
"UZBEKISTAN", | |
"HOLY SEE (VATICAN CITY STATE)", | |
"SAINT VINCENT AND THE GRENADINES", | |
"VENEZUELA", | |
"VIRGIN ISLANDS, BRITISH", | |
"VIRGIN ISLANDS, U.S.", | |
"VIET NAM", | |
"VANUATU", | |
"WALLIS AND FUTUNA", | |
"SAMOA", | |
"YEMEN", | |
"MAYOTTE", | |
"SOUTH AFRICA", | |
"ZAMBIA", | |
"ZIMBABWE" | |
], | |
"links": [ | |
{ | |
"href": "https://en.wikipedia.org/wiki/ISO_3166-1" | |
} | |
] | |
}, | |
"countrySubDivisions": { | |
"description": "Qualifies the further divisions of the Country. These may be Districts, Regions, States, Provinces etc.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"city": { | |
"type": "string" | |
}, | |
"postalCode": { | |
"type": "string" | |
}, | |
"postOfficeBox": { | |
"type": "string" | |
}, | |
"geoLocation": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "GeoType", | |
"description": "A geographical coordinate.", | |
"type": "object", | |
"properties": { | |
"latitude": { | |
"description": "The latitude of the geographical location.", | |
"type": "number", | |
"minimum": -90, | |
"maximum": 90 | |
}, | |
"longitude": { | |
"description": "The longitude of the geographical location.", | |
"type": "number", | |
"minimum": -180, | |
"maximum": 180 | |
}, | |
"altitude": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "MeasureType", | |
"description": "The altitude of the geographical location. Defaults to meters above sea level in case no unitCode provided.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The numeric value of the measure.", | |
"type": "number" | |
}, | |
"unitCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "UnitCodeList", | |
"description": "The unit of measure.", | |
"enum": [ | |
"ACR", | |
"ARE", | |
"CMT", | |
"DAY", | |
"EA", | |
"FOT", | |
"GRM", | |
"HAR", | |
"HUR", | |
"INH", | |
"KGM", | |
"KMT", | |
"LTR", | |
"MTR", | |
"SMI", | |
"MGM", | |
"MLT", | |
"MMT", | |
"C26", | |
"MIN", | |
"MON", | |
"C62", | |
"ONZ", | |
"PTI", | |
"PT", | |
"LBR", | |
"QTI", | |
"QT", | |
"SEC", | |
"STI", | |
"WEE", | |
"YRD", | |
"ANN" | |
], | |
"enumNames": [ | |
"acre", | |
"are", | |
"centimeter", | |
"day", | |
"each", | |
"foot", | |
"gram", | |
"hectare", | |
"hour", | |
"inch", | |
"kilogram", | |
"kilometre", | |
"litre", | |
"metre", | |
"mile", | |
"milligram", | |
"millilitre", | |
"millimetre", | |
"millisecond", | |
"minute", | |
"month", | |
"one [piece]", | |
"ounce", | |
"pint [UK]", | |
"pint [US]", | |
"pound", | |
"quart [UK]", | |
"quart [US]", | |
"second", | |
"stone", | |
"week", | |
"yard", | |
"year" | |
], | |
"links": [ | |
{ | |
"href": "https://www.unece.org/cefact/codesfortrade/codes_index.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "The label of the geo coordinates.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"latitude", | |
"longitude" | |
] | |
}, | |
"formattedAddress": { | |
"type": "string" | |
} | |
}, | |
"minProperties": 1 | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"phone": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneTypeArray", | |
"description": "Array of phone information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneType", | |
"type": "object", | |
"properties": { | |
"countryDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The country dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"areaDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The area dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"dialNumber": { | |
"description": "The communication number, not including country dialing or area dialing codes.", | |
"type": "string" | |
}, | |
"phoneExtension": { | |
"description": "The extension of the associated communication number.", | |
"type": "string" | |
}, | |
"access": { | |
"description": "The text that permits access to the electronic network of the associated communication number such as telephone network, for example 9, *70.", | |
"type": "string" | |
}, | |
"formattedNumber": { | |
"description": "Specifies details of an actual formatted number.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"formattedNumber" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"email": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailTypeArray", | |
"description": "Array of email information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailType", | |
"type": "object", | |
"properties": { | |
"address": { | |
"description": "Actual email address", | |
"type": "string", | |
"format": "email" | |
} | |
}, | |
"required": [ | |
"address" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"web": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebTypeArray", | |
"description": "Array of web information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebType", | |
"type": "object", | |
"properties": { | |
"url": { | |
"description": "Actual web address.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"url" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
} | |
}, | |
"minProperties": 1 | |
} | |
} | |
} | |
], | |
"type": "object", | |
"properties": { | |
"taxId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A government assigned identifier to distinguish an organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"formerTaxId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "The former government assigned identifier to distinguish organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"legalId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier of the organization for legal purposes. This could be a company, state, or other kind of identifier. For example, Data Universal Numbering System, abbreviated as DUNS.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"industryCodes": { | |
"description": "Deprecated. Use IndustryIdentifiers instead.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code is a character string of letters, numbers, special characters (except escape sequences), and symbols. It represents a definitive value, a method, or a property description in an abbreviated or language-independent form that is part of a finite list of allowed values. Use this schema when there is a defined list of values but the owner is unknown or private, the values may not be referenced, or there is no validation possible.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"industryIdentifiers": { | |
"description": "The types of industry to which the organization belongs. The Industry identifiers could be referenced to a standard taxonomy (such as NAICS) or a custom taxonomy.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier is a character string used to uniquely identify one instance of an object within an identification scheme that is managed by an agency. Use this type when the list or values are controlled by an external entity, the list or values are public and could be referenced or validated.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
} | |
}, | |
"headCount": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "NumberType", | |
"description": "The number of employees in the organization. Depending on the organization, this could include full-time, part-time and contractors.", | |
"type": "number" | |
}, | |
"revenue": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AmountType", | |
"description": "The amount of revenue of the organization, typically from the most recent fiscal year.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The value of the amount.", | |
"type": "number" | |
}, | |
"currency": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CurrencyCodeList", | |
"description": "The currency of the amount.", | |
"enum": [ | |
"AED", | |
"AFN", | |
"ALL", | |
"AMD", | |
"ANG", | |
"AOA", | |
"ARS", | |
"AUD", | |
"AWG", | |
"AZN", | |
"BAM", | |
"BBD", | |
"BDT", | |
"BGN", | |
"BHD", | |
"BIF", | |
"BMD", | |
"BND", | |
"BOB", | |
"BOV", | |
"BRL", | |
"BSD", | |
"BTN", | |
"BWP", | |
"BYR", | |
"BZD", | |
"CAD", | |
"CDF", | |
"CHE", | |
"CHF", | |
"CHW", | |
"CLF", | |
"CLP", | |
"CNY", | |
"COP", | |
"COU", | |
"CRC", | |
"CUC", | |
"CUP", | |
"CVE", | |
"CZK", | |
"DJF", | |
"DKK", | |
"DOP", | |
"DZD", | |
"EGP", | |
"ERN", | |
"ETB", | |
"EUR", | |
"FJD", | |
"FKP", | |
"GBP", | |
"GEL", | |
"GHS", | |
"GIP", | |
"GMD", | |
"GNF", | |
"GTQ", | |
"GYD", | |
"HKD", | |
"HNL", | |
"HRK", | |
"HTG", | |
"HUF", | |
"IDR", | |
"ILS", | |
"INR", | |
"IQD", | |
"IRR", | |
"ISK", | |
"JMD", | |
"JOD", | |
"JPY", | |
"KES", | |
"KGS", | |
"KHR", | |
"KMF", | |
"KPW", | |
"KRW", | |
"KWD", | |
"KYD", | |
"KZT", | |
"LAK", | |
"LBP", | |
"LKR", | |
"LRD", | |
"LSL", | |
"LYD", | |
"MAD", | |
"MDL", | |
"MGA", | |
"MKD", | |
"MMK", | |
"MNT", | |
"MOP", | |
"MRU", | |
"MUR", | |
"MVR", | |
"MWK", | |
"MXN", | |
"MXV", | |
"MYR", | |
"MZN", | |
"NAD", | |
"NGN", | |
"NIO", | |
"NOK", | |
"NPR", | |
"NZD", | |
"OMR", | |
"PAB", | |
"PEN", | |
"PGK", | |
"PHP", | |
"PKR", | |
"PLN", | |
"PYG", | |
"QAR", | |
"RON", | |
"RSD", | |
"RUB", | |
"RWF", | |
"SAR", | |
"SBD", | |
"SCR", | |
"SDG", | |
"SEK", | |
"SGD", | |
"SHP", | |
"SLL", | |
"SOS", | |
"SRD", | |
"SSP", | |
"STN", | |
"SVC", | |
"SYP", | |
"SZL", | |
"THB", | |
"TJS", | |
"TMT", | |
"TND", | |
"TOP", | |
"TRY", | |
"TTD", | |
"TWD", | |
"TZS", | |
"UAH", | |
"UGX", | |
"USD", | |
"USN", | |
"UYI", | |
"UYU", | |
"UZS", | |
"VEF", | |
"VND", | |
"VUV", | |
"WST", | |
"XAF", | |
"XAG", | |
"XAU", | |
"XBA", | |
"XBB", | |
"XBC", | |
"XBD", | |
"XCD", | |
"XDR", | |
"XOF", | |
"XPD", | |
"XPF", | |
"XPT", | |
"XSU", | |
"XTS", | |
"XUA", | |
"XXX", | |
"YER", | |
"ZAR", | |
"ZMW", | |
"ZWL" | |
], | |
"enumNames": [ | |
"UAE Dirham", | |
"Afghani", | |
"Lek", | |
"Armenian Dram", | |
"Netherlands Antillean Guilder", | |
"Kwanza", | |
"Argentine Peso", | |
"Australian Dollar", | |
"Aruban Florin", | |
"Azerbaijanian Manat", | |
"Convertible Mark", | |
"Barbados Dollar", | |
"Taka", | |
"Bulgarian Lev", | |
"Bahraini Dinar", | |
"Burundi Franc", | |
"Bermudian Dollar", | |
"Brunei Dollar", | |
"Boliviano", | |
"Mvdol", | |
"Brazilian Real", | |
"Bahamian Dollar", | |
"Ngultrum", | |
"Pula", | |
"Belarussian Ruble", | |
"Belize Dollar", | |
"Canadian Dollar", | |
"Congolese Franc", | |
"WIR Euro", | |
"Swiss Franc", | |
"WIR Franc", | |
"Unidades de fomento", | |
"Chilean Peso", | |
"Yuan Renminbi", | |
"Colombian Peso", | |
"Unidad de Valor Real", | |
"Costa Rican Colon", | |
"Peso Convertible", | |
"Cuban Peso", | |
"Cape Verde Escudo", | |
"Czech Koruna", | |
"Djibouti Franc", | |
"Danish Krone", | |
"Dominican Peso", | |
"Algerian Dinar", | |
"Egyptian Pound", | |
"Nakfa", | |
"Ethiopian Birr", | |
"Euro", | |
"Fiji Dollar", | |
"Falkland Islands Pound", | |
"Pound Sterling", | |
"Lari", | |
"Ghana Cedi", | |
"Gibraltar Pound", | |
"Dalasi", | |
"Guinea Franc", | |
"Quetzal", | |
"Guyana Dollar", | |
"Hong Kong Dollar", | |
"Lempira", | |
"Croatian Kuna", | |
"Gourde", | |
"Forint", | |
"Rupiah", | |
"New Israeli Sheqel", | |
"Indian Rupee", | |
"Iraqi Dinar", | |
"Iranian Rial", | |
"Iceland Krona", | |
"Jamaican Dollar", | |
"Jordanian Dinar", | |
"Yen", | |
"Kenyan Shilling", | |
"Som", | |
"Riel", | |
"Comoro Franc", | |
"North Korean Won", | |
"Won", | |
"Kuwaiti Dinar", | |
"Cayman Islands Dollar", | |
"Tenge", | |
"Kip", | |
"Lebanese Pound", | |
"Sri Lanka Rupee", | |
"Liberian Dollar", | |
"Loti", | |
"Libyan Dinar", | |
"Moroccan Dirham", | |
"Moldovan Leu", | |
"Malagasy Ariary", | |
"Denar", | |
"Kyat", | |
"Tugrik", | |
"Pataca", | |
"Ouguiya", | |
"Mauritius Rupee", | |
"Rufiyaa", | |
"Kwacha", | |
"Mexican Peso", | |
"Mexican Unidad de Inversion (UDI)", | |
"Malaysian Ringgit", | |
"Mozambique Metical", | |
"Namibia Dollar", | |
"Naira", | |
"Cordoba Oro", | |
"Norwegian Krone", | |
"Nepalese Rupee", | |
"New Zealand Dollar", | |
"Rial Omani", | |
"Balboa", | |
"Nuevo Sol", | |
"Kina", | |
"Philippine Peso", | |
"Pakistan Rupee", | |
"Zloty", | |
"Guarani", | |
"Qatari Rial", | |
"New Romanian Leu", | |
"Serbian Dinar", | |
"Russian Ruble", | |
"Rwanda Franc", | |
"Saudi Riyal", | |
"Solomon Islands Dollar", | |
"Seychelles Rupee", | |
"Sudanese Pound", | |
"Swedish Krona", | |
"Singapore Dollar", | |
"Saint Helena Pound", | |
"Leone", | |
"Somali Shilling", | |
"Surinam Dollar", | |
"South Sudanese Pound", | |
"Dobra", | |
"El Salvador Colon", | |
"Syrian Pound", | |
"Lilangeni", | |
"Baht", | |
"Somoni", | |
"Turkmenistan New Manat", | |
"Tunisian Dinar", | |
"Pa’anga", | |
"Turkish Lira", | |
"Trinidad and Tobago Dollar", | |
"New Taiwan Dollar", | |
"Tanzanian Shilling", | |
"Hryvnia", | |
"Uganda Shilling", | |
"US Dollar", | |
"US Dollar (Next day)", | |
"Uruguay Peso en Unidades Indexadas (URUIURUI)", | |
"Peso Uruguayo", | |
"Uzbekistan Sum", | |
"Bolivar", | |
"Dong", | |
"Vatu", | |
"Tala", | |
"CFA Franc BEAC", | |
"Silver", | |
"Gold", | |
"Bond Markets Unit European Composite Unit (EURCO)", | |
"Bond Markets Unit European Monetary Unit (E.M.U.-6)", | |
"Bond Markets Unit European Unit of Account 9 (E.U.A.-9)", | |
"Bond Markets Unit European Unit of Account 17 (E.U.A.-17)", | |
"East Caribbean Dollar", | |
"SDR (Special Drawing Right)", | |
"CFA Franc BCEAO", | |
"Palladium", | |
"CFP Franc", | |
"Platinum", | |
"Sucre", | |
"Codes specifically reserved for testing purposes", | |
"ADB Unit of Account", | |
"The codes assigned for transactions where no currency is involved", | |
"Yemeni Rial", | |
"Rand", | |
"Zambian Kwacha", | |
"Zimbabwe Dollar" | |
], | |
"links": [ | |
{ | |
"href": "https://www.iso.org/iso-4217-currency-codes.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"description": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "TextType", | |
"description": "A description or quick summary of the organization.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The text.", | |
"type": "string" | |
}, | |
"languageCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "The language of the text.", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
}, | |
"geographicResponsibilityCode": { | |
"title": "GeographicResponsibilityCodeList", | |
"description": "A code that classifies the geographic level at which the organization operates.", | |
"enum": [ | |
"Global", | |
"National", | |
"Regional", | |
"Local" | |
] | |
}, | |
"ownershipType": { | |
"title": "OwnershipTypeCodeList", | |
"description": "A code that classifies the ownership of the organization.", | |
"enum": [ | |
"Public", | |
"Private", | |
"NonProfit", | |
"Government", | |
"Joint Venture", | |
"Mutual" | |
] | |
}, | |
"organizationActivity": { | |
"description": "A description of the business activities conducted at the organization, listed by approximate percentage of revenue or sales associated with each activity.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EstablishmentActivityType", | |
"description": "The business activities conducted at the establishment.", | |
"type": "object", | |
"properties": { | |
"activityCode": { | |
"description": "The code defining the activity.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code is a character string of letters, numbers, special characters (except escape sequences), and symbols. It represents a definitive value, a method, or a property description in an abbreviated or language-independent form that is part of a finite list of allowed values. Use this schema when there is a defined list of values but the owner is unknown or private, the values may not be referenced, or there is no validation possible.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"description": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "TextType", | |
"description": "A description of the establishment activities.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The text.", | |
"type": "string" | |
}, | |
"languageCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "The language of the text.", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
}, | |
"percentage": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PercentType", | |
"description": "The percentage the entity spends on the activity.", | |
"type": "number" | |
} | |
} | |
} | |
}, | |
"stockSymbol": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The stock symbol for the organization. The stock exchange symbol should also be included. Example: NYSE:XOM representing Exxon Mobile on the New York Stock Exchange.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"workEnvironmentCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code to represent the working environment of the organization. E.g., Office, Workshop, Factory, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"contacts": { | |
"description": "Specific people at the organization who are contacts.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "SpecifiedPersonType", | |
"description": "Contains information to identify a person associated with the interaction or entity.", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonReferenceType", | |
"description": "A schema to reference to a person.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier is a character string used to uniquely identify one instance of an object within an identification scheme that is managed by an agency. Use this type when the list or values are controlled by an external entity, the list or values are public and could be referenced or validated.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PersonNameType", | |
"description": "A component for capturing summary or fine-grain data comprising a person's name.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LocalizationInclusion", | |
"description": "Can be used for any entity to specify localization language code.", | |
"type": "object", | |
"properties": { | |
"language": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
} | |
], | |
"properties": { | |
"formattedName": { | |
"description": "The formatted name of a person, as it would be written out together (for example, on a mailing label).", | |
"type": "string" | |
}, | |
"legal": { | |
"description": "The legal name of a person (typically used if it differs from family name).", | |
"type": "string" | |
}, | |
"given": { | |
"description": "The given name of a person.", | |
"type": "string" | |
}, | |
"preferred": { | |
"description": "The preferred name of a person (if it differs from given name).", | |
"type": "string" | |
}, | |
"middle": { | |
"description": "The middle names or initials of a person.", | |
"type": "string" | |
}, | |
"family": { | |
"description": "The family name (or surname) of a person.", | |
"type": "string" | |
}, | |
"familyPrefix": { | |
"description": "The prefix of a family name, e.g. van der, de jong.", | |
"type": "string" | |
}, | |
"alias": { | |
"description": "An alias or (or also known as) name of a person.", | |
"type": "string" | |
}, | |
"formerFamily": { | |
"description": "The former family name of a person (used if the person's name was changed).", | |
"type": "string" | |
}, | |
"formerFamilyPrefix": { | |
"description": "The prefix of the former family name, e.g. van der, de jong.", | |
"type": "string" | |
}, | |
"preferredSalutationCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The salutation used to address a person (such as Dr., Mr., Mrs.).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"generationAffixCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The generational designation attached to the end of a person's name (such as Jr., Sr., II, III).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"qualificationAffixCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The professional designation attached to the end of a person's name (such as M.Sc., Ph.D).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"titleAffixCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The title designation attached to the end of a person's name (such as Esq., K.B.E.).", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"initials": { | |
"description": "The initials of a person.", | |
"type": "string" | |
}, | |
"script": { | |
"description": "Script used to represent the name.", | |
"type": "string" | |
} | |
} | |
}, | |
"communication": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationType", | |
"description": "Allows capture of information about a variety of communication channels (telephone, email, fax, messaging, address, etc.).", | |
"type": "object", | |
"properties": { | |
"address": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressTypeArray", | |
"description": "Array of address information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressType", | |
"description": "The physical or mailing address of the entity. This may include the street and building number, city, region (state, province, etc), country and postal code.", | |
"type": "object", | |
"properties": { | |
"line": { | |
"description": "Street line address", | |
"type": "string" | |
}, | |
"extendedLines": { | |
"description": "Extended address components (e.g. apartment or suite number).", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"countryCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CountryCodeList", | |
"description": "Two letter country codes as defined by ISO 3166-1:2013. Content referenced from Wikipedia.", | |
"enum": [ | |
"AD", | |
"AE", | |
"AF", | |
"AG", | |
"AI", | |
"AL", | |
"AM", | |
"AO", | |
"AQ", | |
"AR", | |
"AS", | |
"AT", | |
"AU", | |
"AW", | |
"AX", | |
"AZ", | |
"BA", | |
"BB", | |
"BD", | |
"BE", | |
"BF", | |
"BG", | |
"BH", | |
"BI", | |
"BJ", | |
"BL", | |
"BM", | |
"BN", | |
"BO", | |
"BR", | |
"BS", | |
"BT", | |
"BV", | |
"BW", | |
"BY", | |
"BZ", | |
"CA", | |
"CC", | |
"CD", | |
"CF", | |
"CG", | |
"CH", | |
"CI", | |
"CK", | |
"CL", | |
"CM", | |
"CN", | |
"CO", | |
"CR", | |
"CU", | |
"CV", | |
"CW", | |
"CX", | |
"CY", | |
"CZ", | |
"DE", | |
"DJ", | |
"DK", | |
"DM", | |
"DO", | |
"DZ", | |
"EC", | |
"EE", | |
"EG", | |
"EH", | |
"ER", | |
"ES", | |
"ET", | |
"FI", | |
"FJ", | |
"FK", | |
"FM", | |
"FO", | |
"FR", | |
"GA", | |
"GB", | |
"GD", | |
"GE", | |
"GF", | |
"GG", | |
"GH", | |
"GI", | |
"GL", | |
"GM", | |
"GN", | |
"GP", | |
"GQ", | |
"GR", | |
"GS", | |
"GT", | |
"GU", | |
"GW", | |
"GY", | |
"HK", | |
"HM", | |
"HN", | |
"HR", | |
"HT", | |
"HU", | |
"ID", | |
"IE", | |
"IL", | |
"IM", | |
"IN", | |
"IO", | |
"IQ", | |
"IR", | |
"IS", | |
"IT", | |
"JE", | |
"JM", | |
"JO", | |
"JP", | |
"KE", | |
"KG", | |
"KH", | |
"KI", | |
"KM", | |
"KN", | |
"KP", | |
"KR", | |
"KW", | |
"KY", | |
"KZ", | |
"LA", | |
"LB", | |
"LC", | |
"LI", | |
"LK", | |
"LR", | |
"LS", | |
"LT", | |
"LU", | |
"LV", | |
"LY", | |
"MA", | |
"MC", | |
"MD", | |
"ME", | |
"MF", | |
"MG", | |
"MH", | |
"MK", | |
"ML", | |
"MM", | |
"MN", | |
"MO", | |
"MP", | |
"MQ", | |
"MR", | |
"MS", | |
"MT", | |
"MU", | |
"MV", | |
"MW", | |
"MX", | |
"MY", | |
"MZ", | |
"NA", | |
"NC", | |
"NE", | |
"NF", | |
"NG", | |
"NI", | |
"NL", | |
"NO", | |
"NP", | |
"NR", | |
"NU", | |
"NZ", | |
"OM", | |
"PA", | |
"PE", | |
"PF", | |
"PG", | |
"PH", | |
"PK", | |
"PL", | |
"PM", | |
"PN", | |
"PR", | |
"PS", | |
"PT", | |
"PW", | |
"PY", | |
"QA", | |
"RE", | |
"RO", | |
"RS", | |
"RU", | |
"RW", | |
"SA", | |
"SB", | |
"SC", | |
"SD", | |
"SE", | |
"SG", | |
"SH", | |
"SI", | |
"SJ", | |
"SK", | |
"SL", | |
"SM", | |
"SN", | |
"SO", | |
"SR", | |
"SS", | |
"ST", | |
"SV", | |
"SX", | |
"SY", | |
"SZ", | |
"TC", | |
"TD", | |
"TF", | |
"TG", | |
"TH", | |
"TJ", | |
"TK", | |
"TL", | |
"TM", | |
"TN", | |
"TO", | |
"TR", | |
"TT", | |
"TV", | |
"TW", | |
"TZ", | |
"UA", | |
"UG", | |
"UM", | |
"US", | |
"UY", | |
"UZ", | |
"VA", | |
"VC", | |
"VE", | |
"VG", | |
"VI", | |
"VN", | |
"VU", | |
"WF", | |
"WS", | |
"YE", | |
"YT", | |
"ZA", | |
"ZM", | |
"ZW" | |
], | |
"enumNames": [ | |
"ANDORRA", | |
"UNITED ARAB EMIRATES", | |
"AFGHANISTAN", | |
"ANTIGUA AND BARBUDA", | |
"ANGUILLA", | |
"ALBANIA", | |
"ARMENIA", | |
"ANGOLA", | |
"ANTARCTICA", | |
"ARGENTINA", | |
"AMERICAN SAMOA", | |
"AUSTRIA", | |
"AUSTRALIA", | |
"ARUBA", | |
"ÅLAND ISLANDS", | |
"AZERBAIJAN", | |
"BOSNIA AND HERZEGOVINA", | |
"BARBADOS", | |
"BANGLADESH", | |
"BELGIUM", | |
"BURKINA FASO", | |
"BULGARIA", | |
"BAHRAIN", | |
"BURUNDI", | |
"BENIN", | |
"SAINT BARTHELEMY", | |
"BERMUDA", | |
"BRUNEI DARUSSALAM", | |
"BOLIVIA", | |
"BRAZIL", | |
"BAHAMAS", | |
"BHUTAN", | |
"BOUVET ISLAND", | |
"BOTSWANA", | |
"BELARUS", | |
"BELIZE", | |
"CANADA", | |
"COCOS (KEELING) ISLANDS", | |
"CONGO, THE DEMOCRATIC REPUBLIC OF THE", | |
"CENTRAL AFRICAN REPUBLIC", | |
"CONGO", | |
"SWITZERLAND", | |
"COTE D'IVOIRE", | |
"COOK ISLANDS", | |
"CHILE", | |
"CAMEROON", | |
"CHINA", | |
"COLOMBIA", | |
"COSTA RICA", | |
"CUBA", | |
"CAPE VERDE", | |
"CURACAO", | |
"CHRISTMAS ISLAND", | |
"CYPRUS", | |
"CZECH REPUBLIC", | |
"GERMANY", | |
"DJIBOUTI", | |
"DENMARK", | |
"DOMINICA", | |
"DOMINICAN REPUBLIC", | |
"ALGERIA", | |
"ECUADOR", | |
"ESTONIA", | |
"EGYPT", | |
"WESTERN SAHARA", | |
"ERITREA", | |
"SPAIN", | |
"ETHIOPIA", | |
"FINLAND", | |
"FIJI", | |
"FALKLAND ISLANDS (MALVINAS)", | |
"MICRONESIA, FEDERATED STATES OF", | |
"FAROE ISLANDS", | |
"FRANCE", | |
"GABON", | |
"UNITED KINGDOM", | |
"GRENADA", | |
"GEORGIA", | |
"FRENCH GUIANA", | |
"GUERNSEY", | |
"GHANA", | |
"GIBRALTAR", | |
"GREENLAND", | |
"GAMBIA", | |
"GUINEA", | |
"GUADELOUPE", | |
"EQUATORIAL GUINEA", | |
"GREECE", | |
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", | |
"GUATEMALA", | |
"GUAM", | |
"GUINEA-BISSAU", | |
"GUYANA", | |
"HONG KONG", | |
"HEARD ISLAND AND MCDONALD ISLANDS", | |
"HONDURAS", | |
"CROATIA", | |
"HAITI", | |
"HUNGARY", | |
"INDONESIA", | |
"IRELAND", | |
"ISRAEL", | |
"ISLE OF MAN", | |
"INDIA", | |
"BRITISH INDIAN OCEAN TERRITORY", | |
"IRAQ", | |
"IRAN, ISLAMIC REPUBLIC OF", | |
"ICELAND", | |
"ITALY", | |
"JERSEY", | |
"JAMAICA", | |
"JORDAN", | |
"JAPAN", | |
"KENYA", | |
"KYRGYZSTAN", | |
"CAMBODIA", | |
"KIRIBATI", | |
"COMOROS", | |
"SAINT KITTS AND NEVIS", | |
"KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF", | |
"KOREA, REPUBLIC OF", | |
"KUWAIT", | |
"CAYMAN ISLANDS", | |
"KAZAKHSTAN", | |
"LAO PEOPLE'S DEMOCRATIC REPUBLIC", | |
"LEBANON", | |
"SAINT LUCIA", | |
"LIECHTENSTEIN", | |
"SRI LANKA", | |
"LIBERIA", | |
"LESOTHO", | |
"LITHUANIA", | |
"LUXEMBOURG", | |
"LATVIA", | |
"LIBYAN ARAB JAMAHIRIYA", | |
"MOROCCO", | |
"MONACO", | |
"MOLDOVA, REPUBLIC OF", | |
"MONTENEGRO", | |
"SAINT MARTIN (FRENCH PART)", | |
"MADAGASCAR", | |
"MARSHALL ISLANDS", | |
"MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", | |
"MALI", | |
"MYANMAR", | |
"MONGOLIA", | |
"MACAO", | |
"NORTHERN MARIANA ISLANDS", | |
"MARTINIQUE", | |
"MAURITANIA", | |
"MONTSERRAT", | |
"MALTA", | |
"MAURITIUS", | |
"MALDIVES", | |
"MALAWI", | |
"MEXICO", | |
"MALAYSIA", | |
"MOZAMBIQUE", | |
"NAMIBIA", | |
"NEW CALEDONIA", | |
"NIGER", | |
"NORFOLK ISLAND", | |
"NIGERIA", | |
"NICARAGUA", | |
"NETHERLANDS", | |
"NORWAY", | |
"NEPAL", | |
"NAURU", | |
"NIUE", | |
"NEW ZEALAND", | |
"OMAN", | |
"PANAMA", | |
"PERU", | |
"FRENCH POLYNESIA", | |
"PAPUA NEW GUINEA", | |
"PHILIPPINES", | |
"PAKISTAN", | |
"POLAND", | |
"SAINT PIERRE AND MIQUELON", | |
"PITCAIRN", | |
"PUERTO RICO", | |
"PALESTINIAN TERRITORY, OCCUPIED", | |
"PORTUGAL", | |
"PALAU", | |
"PARAGUAY", | |
"QATAR", | |
"REUNION", | |
"ROMANIA", | |
"SERBIA", | |
"RUSSIAN FEDERATION", | |
"RWANDA", | |
"SAUDI ARABIA", | |
"SOLOMON ISLANDS", | |
"SEYCHELLES", | |
"SUDAN", | |
"SWEDEN", | |
"SINGAPORE", | |
"SAINT HELENA", | |
"SLOVENIA", | |
"SVALBARD AND JAN MAYEN", | |
"SLOVAKIA", | |
"SIERRA LEONE", | |
"SAN MARINO", | |
"SENEGAL", | |
"SOMALIA", | |
"SURINAME", | |
"SOUTH SUDAN", | |
"SAO TOME AND PRINCIPE", | |
"EL SALVADOR", | |
"SINT MAARTEN (DUTCH PART)", | |
"SYRIAN ARAB REPUBLIC", | |
"SWAZILAND", | |
"TURKS AND CAICOS ISLANDS", | |
"CHAD", | |
"FRENCH SOUTHERN TERRITORIES", | |
"TOGO", | |
"THAILAND", | |
"TAJIKISTAN", | |
"TOKELAU", | |
"TIMOR-LESTE", | |
"TURKMENISTAN", | |
"TUNISIA", | |
"TONGA", | |
"TURKEY", | |
"TRINIDAD AND TOBAGO", | |
"TUVALU", | |
"TAIWAN, PROVINCE OF CHINA", | |
"TANZANIA, UNITED REPUBLIC OF", | |
"UKRAINE", | |
"UGANDA", | |
"UNITED STATES MINOR OUTLYING ISLANDS", | |
"UNITED STATES", | |
"URUGUAY", | |
"UZBEKISTAN", | |
"HOLY SEE (VATICAN CITY STATE)", | |
"SAINT VINCENT AND THE GRENADINES", | |
"VENEZUELA", | |
"VIRGIN ISLANDS, BRITISH", | |
"VIRGIN ISLANDS, U.S.", | |
"VIET NAM", | |
"VANUATU", | |
"WALLIS AND FUTUNA", | |
"SAMOA", | |
"YEMEN", | |
"MAYOTTE", | |
"SOUTH AFRICA", | |
"ZAMBIA", | |
"ZIMBABWE" | |
], | |
"links": [ | |
{ | |
"href": "https://en.wikipedia.org/wiki/ISO_3166-1" | |
} | |
] | |
}, | |
"countrySubDivisions": { | |
"description": "Qualifies the further divisions of the Country. These may be Districts, Regions, States, Provinces etc.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"city": { | |
"type": "string" | |
}, | |
"postalCode": { | |
"type": "string" | |
}, | |
"postOfficeBox": { | |
"type": "string" | |
}, | |
"geoLocation": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "GeoType", | |
"description": "A geographical coordinate.", | |
"type": "object", | |
"properties": { | |
"latitude": { | |
"description": "The latitude of the geographical location.", | |
"type": "number", | |
"minimum": -90, | |
"maximum": 90 | |
}, | |
"longitude": { | |
"description": "The longitude of the geographical location.", | |
"type": "number", | |
"minimum": -180, | |
"maximum": 180 | |
}, | |
"altitude": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "MeasureType", | |
"description": "The altitude of the geographical location. Defaults to meters above sea level in case no unitCode provided.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The numeric value of the measure.", | |
"type": "number" | |
}, | |
"unitCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "UnitCodeList", | |
"description": "The unit of measure.", | |
"enum": [ | |
"ACR", | |
"ARE", | |
"CMT", | |
"DAY", | |
"EA", | |
"FOT", | |
"GRM", | |
"HAR", | |
"HUR", | |
"INH", | |
"KGM", | |
"KMT", | |
"LTR", | |
"MTR", | |
"SMI", | |
"MGM", | |
"MLT", | |
"MMT", | |
"C26", | |
"MIN", | |
"MON", | |
"C62", | |
"ONZ", | |
"PTI", | |
"PT", | |
"LBR", | |
"QTI", | |
"QT", | |
"SEC", | |
"STI", | |
"WEE", | |
"YRD", | |
"ANN" | |
], | |
"enumNames": [ | |
"acre", | |
"are", | |
"centimeter", | |
"day", | |
"each", | |
"foot", | |
"gram", | |
"hectare", | |
"hour", | |
"inch", | |
"kilogram", | |
"kilometre", | |
"litre", | |
"metre", | |
"mile", | |
"milligram", | |
"millilitre", | |
"millimetre", | |
"millisecond", | |
"minute", | |
"month", | |
"one [piece]", | |
"ounce", | |
"pint [UK]", | |
"pint [US]", | |
"pound", | |
"quart [UK]", | |
"quart [US]", | |
"second", | |
"stone", | |
"week", | |
"yard", | |
"year" | |
], | |
"links": [ | |
{ | |
"href": "https://www.unece.org/cefact/codesfortrade/codes_index.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "The label of the geo coordinates.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"latitude", | |
"longitude" | |
] | |
}, | |
"formattedAddress": { | |
"type": "string" | |
} | |
}, | |
"minProperties": 1 | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"phone": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneTypeArray", | |
"description": "Array of phone information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneType", | |
"type": "object", | |
"properties": { | |
"countryDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The country dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"areaDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The area dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"dialNumber": { | |
"description": "The communication number, not including country dialing or area dialing codes.", | |
"type": "string" | |
}, | |
"phoneExtension": { | |
"description": "The extension of the associated communication number.", | |
"type": "string" | |
}, | |
"access": { | |
"description": "The text that permits access to the electronic network of the associated communication number such as telephone network, for example 9, *70.", | |
"type": "string" | |
}, | |
"formattedNumber": { | |
"description": "Specifies details of an actual formatted number.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"formattedNumber" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"email": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailTypeArray", | |
"description": "Array of email information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailType", | |
"type": "object", | |
"properties": { | |
"address": { | |
"description": "Actual email address", | |
"type": "string", | |
"format": "email" | |
} | |
}, | |
"required": [ | |
"address" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"web": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebTypeArray", | |
"description": "Array of web information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebType", | |
"type": "object", | |
"properties": { | |
"url": { | |
"description": "Actual web address.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"url" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
} | |
}, | |
"minProperties": 1 | |
}, | |
"primaryLanguage": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"roleCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code is a character string of letters, numbers, special characters (except escape sequences), and symbols. It represents a definitive value, a method, or a property description in an abbreviated or language-independent form that is part of a finite list of allowed values. Use this schema when there is a defined list of values but the owner is unknown or private, the values may not be referenced, or there is no validation possible.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
} | |
} | |
}, | |
"tradeName": { | |
"description": "Trade name of the organizationor doing-business-as (DBA).", | |
"type": "string" | |
}, | |
"statusHistory": { | |
"description": "A history of the organization statuses; e.g the date and code. e.g. sold, temporarily closed, permanently closed, merged, acquired, etc.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "StatusType", | |
"description": "Provide a status for an entity.", | |
"type": "object", | |
"properties": { | |
"statusCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The status of the entity.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"statusDate": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateType", | |
"description": "The date on which the status changed.", | |
"type": "string", | |
"hropenFormat": "date", | |
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))?)?$" | |
}, | |
"description": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "TextType", | |
"description": "A description of the status.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The text.", | |
"type": "string" | |
}, | |
"languageCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "The language of the text.", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
"kl", | |
"kl-GL", | |
"km", | |
"km-KH", | |
"kn", | |
"kn-IN", | |
"ko", | |
"kok", | |
"kok-IN", | |
"ko-KR", | |
"kr", | |
"ks", | |
"ku", | |
"ku-Arab", | |
"ku-Arab-IQ", | |
"kv", | |
"kw", | |
"ky", | |
"ky-KG", | |
"la", | |
"lb", | |
"lb-LU", | |
"lg", | |
"li", | |
"ln", | |
"lo", | |
"lo-LA", | |
"lt", | |
"lt-LT", | |
"lu", | |
"lv", | |
"lv-LV", | |
"mg", | |
"mg-MG", | |
"mh", | |
"mi", | |
"mi-NZ", | |
"mk", | |
"mk-MK", | |
"ml", | |
"ml-IN", | |
"mn", | |
"mn-Cyrl", | |
"mn-MN", | |
"mn-Mong", | |
"mn-Mong-CN", | |
"mo", | |
"moh", | |
"moh-CA", | |
"mr", | |
"mr-IN", | |
"ms", | |
"ms-BN", | |
"ms-MY", | |
"mt", | |
"mt-MT", | |
"my", | |
"my-MM", | |
"na", | |
"nb", | |
"nb-NO", | |
"nd", | |
"ne", | |
"ne-IN", | |
"ne-NP", | |
"ng", | |
"nl", | |
"nl-BE", | |
"nl-NL", | |
"nn", | |
"nn-NO", | |
"no", | |
"nqo", | |
"nqo-GN", | |
"nr", | |
"nso", | |
"nso-ZA", | |
"nv", | |
"ny", | |
"oc", | |
"oc-FR", | |
"oj", | |
"om", | |
"om-ET", | |
"or", | |
"or-IN", | |
"os", | |
"pa", | |
"pa-Arab", | |
"pa-Arab-PK", | |
"pa-IN", | |
"pi", | |
"pl", | |
"pl-PL", | |
"prs", | |
"prs-AF", | |
"ps", | |
"ps-AF", | |
"pt", | |
"pt-AO", | |
"pt-BR", | |
"pt-PT", | |
"qu", | |
"qut", | |
"qut-GT", | |
"quz", | |
"quz-BO", | |
"quz-EC", | |
"quz-PE", | |
"rm", | |
"rm-CH", | |
"rn", | |
"ro", | |
"ro-MD", | |
"ro-RO", | |
"ru", | |
"ru-RU", | |
"rw", | |
"rw-RW", | |
"sa", | |
"sah", | |
"sah-RU", | |
"sa-IN", | |
"sc", | |
"sd", | |
"sd-Arab", | |
"sd-Arab-PK", | |
"se", | |
"se-FI", | |
"se-NO", | |
"se-SE", | |
"sg", | |
"si", | |
"si-LK", | |
"sk", | |
"sk-SK", | |
"sl", | |
"sl-SI", | |
"sm", | |
"sma", | |
"sma-NO", | |
"sma-SE", | |
"smj", | |
"smj-NO", | |
"smj-SE", | |
"smn", | |
"smn-FI", | |
"sms", | |
"sms-FI", | |
"sn", | |
"sn-Latn", | |
"sn-Latn-ZW", | |
"so", | |
"so-SO", | |
"sq", | |
"sq-AL", | |
"sr", | |
"sr-Cyrl", | |
"sr-Cyrl-BA", | |
"sr-Cyrl-CS", | |
"sr-Cyrl-ME", | |
"sr-Cyrl-RS", | |
"sr-Latn", | |
"sr-Latn-BA", | |
"sr-Latn-CS", | |
"sr-Latn-ME", | |
"sr-Latn-RS", | |
"ss", | |
"st", | |
"st-ZA", | |
"su", | |
"sv", | |
"sv-FI", | |
"sv-SE", | |
"sw", | |
"sw-KE", | |
"syr", | |
"syr-SY", | |
"ta", | |
"ta-IN", | |
"ta-LK", | |
"te", | |
"te-IN", | |
"tg", | |
"tg-Cyrl", | |
"tg-Cyrl-TJ", | |
"th", | |
"th-TH", | |
"ti", | |
"ti-ER", | |
"ti-ET", | |
"tk", | |
"tk-TM", | |
"tl", | |
"tn", | |
"tn-BW", | |
"tn-ZA", | |
"to", | |
"tr", | |
"tr-TR", | |
"ts", | |
"ts-ZA", | |
"tt", | |
"tt-RU", | |
"tw", | |
"ty", | |
"tzm", | |
"tzm-Latn", | |
"tzm-Latn-DZ", | |
"ug", | |
"ug-CN", | |
"uk", | |
"uk-UA", | |
"ur", | |
"ur-IN", | |
"ur-PK", | |
"uz", | |
"uz-Cyrl", | |
"uz-Cyrl-UZ", | |
"uz-Latn", | |
"uz-Latn-UZ", | |
"ve", | |
"vi", | |
"vi-VN", | |
"vo", | |
"wa", | |
"wo", | |
"wo-SN", | |
"xh", | |
"xh-ZA", | |
"yi", | |
"yo", | |
"yo-NG", | |
"za", | |
"zgh", | |
"zgh-Tfng", | |
"zgh-Tfng-MA", | |
"zh", | |
"zh-CN", | |
"zh-Hans", | |
"zh-Hant", | |
"zh-HK", | |
"zh-MO", | |
"zh-SG", | |
"zh-TW", | |
"zu", | |
"zu-ZA" | |
], | |
"enumNames": [ | |
"Afar", | |
"Abkhazian", | |
"Avestan", | |
"Afrikaans", | |
"Afrikaans, South Africa", | |
"Akan", | |
"Amharic", | |
"Amharic, Ethiopia", | |
"Aragonese", | |
"Arabic", | |
"Arabic, U.A.E.", | |
"Arabic, Bahrain", | |
"Arabic, Algeria", | |
"Arabic, Egypt", | |
"Arabic, Iraq", | |
"Arabic, Jordan", | |
"Arabic, Kuwait", | |
"Arabic, Lebanon", | |
"Arabic, Libya", | |
"Arabic, Morocco", | |
"Arabic, Oman", | |
"Arabic, Qatar", | |
"Arabic, Saudi Arabia", | |
"Arabic, Syria", | |
"Arabic, Tunisia", | |
"Arabic, Yemen", | |
"Mapudungun", | |
"Mapudungun, Chile", | |
"Assamese", | |
"Assamese, India", | |
"Avaric", | |
"Aymara", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Cyrillic)", | |
"Azerbaijani (Cyrillic), Azerbaijan", | |
"Azerbaijani (Latin)", | |
"Azerbaijani (Latin), Azerbaijan", | |
"Bashkir", | |
"Bashkir, Russia", | |
"Belarusian", | |
"Belarusian, Belarus", | |
"Bulgarian", | |
"Bulgarian, Bulgaria", | |
"Bihari languages", | |
"Bislama", | |
"Bambara", | |
"Bangla", | |
"Bangla, Bangladesh", | |
"Bangla, India", | |
"Tibetan", | |
"Tibetan, People's Republic of China", | |
"Breton", | |
"Breton, France", | |
"Bosnian (Latin)", | |
"Croatian", | |
"Bosnian (Cyrillic)", | |
"Bosnian (Cyrillic), Bosnia and Herzegovina", | |
"Bosnian (Latin)", | |
"Bosnian (Latin), Bosnia and Herzegovina", | |
"Catalan", | |
"Catalan, Spain", | |
"Valencian, Spain", | |
"Chechen", | |
"Chamorro", | |
"Cherokee", | |
"Cherokee", | |
"Cherokee, United States", | |
"Corsican", | |
"Corsican, France", | |
"Cree", | |
"Czech", | |
"Czech, Czech Republic", | |
"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", | |
"Chuvash", | |
"Welsh", | |
"Welsh, United Kingdom", | |
"Danish", | |
"Danish, Denmark", | |
"German", | |
"German, Austria", | |
"German, Switzerland", | |
"German, Germany", | |
"German, Liechtenstein", | |
"German, Luxembourg", | |
"Upper Sorbian", | |
"Lower Sorbian", | |
"Lower Sorbian, Germany", | |
"Divehi", | |
"Divehi, Maldives", | |
"Dzongkha", | |
"Ewe", | |
"Greek", | |
"Greek, Greece", | |
"English", | |
"English, Caribbean", | |
"English, Australia", | |
"English, Belize", | |
"English, Canada", | |
"English, United Kingdom", | |
"English, Hong Kong", | |
"English, Ireland", | |
"English, India", | |
"English, Jamaica", | |
"English, Malaysia", | |
"English, New Zealand", | |
"English, Republic of the Philippines", | |
"English, Singapore", | |
"English, Trinidad and Tobago", | |
"English, United States", | |
"English, South Africa", | |
"English, Zimbabwe", | |
"Esperanto", | |
"Spanish", | |
"Spanish, Latin America", | |
"Spanish, Argentina", | |
"Spanish, Bolivia", | |
"Spanish, Chile", | |
"Spanish, Colombia", | |
"Spanish, Costa Rica", | |
"Spanish, Dominican Republic", | |
"Spanish, Ecuador", | |
"Spanish, Spain", | |
"Spanish, Spain", | |
"Spanish, Guatemala", | |
"Spanish, Honduras", | |
"Spanish, Mexico", | |
"Spanish, Nicaragua", | |
"Spanish, Panama", | |
"Spanish, Peru", | |
"Spanish, Puerto Rico", | |
"Spanish, Paraguay", | |
"Spanish, El Salvador", | |
"Spanish, United States", | |
"Spanish, Uruguay", | |
"Spanish, Bolivarian Republic of Venezuela", | |
"Estonian", | |
"Estonian, Estonia", | |
"Basque", | |
"Basque, Spain", | |
"Persian", | |
"Persian, Iran", | |
"Fulah", | |
"Fulah", | |
"Fulah, Senegal", | |
"Finnish", | |
"Finnish, Finland", | |
"Filipino", | |
"Filipino, Philippines", | |
"Fijian", | |
"Faroese", | |
"Faroese, Faroe Islands", | |
"French", | |
"French, Belgium", | |
"French, Canada", | |
"French, Congo, DRC", | |
"French, Switzerland", | |
"French, Côte d’Ivoire", | |
"French, Cameroon", | |
"French, France", | |
"French, Haiti", | |
"French, Luxembourg", | |
"French, Morocco", | |
"French, Principality of Monaco", | |
"French, Mali", | |
"French, Reunion", | |
"French, Senegal", | |
"Frisian", | |
"Frisian, Netherlands", | |
"Irish", | |
"Irish, Ireland", | |
"Scottish Gaelic", | |
"Scottish Gaelic, United Kingdom", | |
"Galician", | |
"Galician, Spain", | |
"Guarani", | |
"Guarani, Paraguay", | |
"Alsatian", | |
"Alsatian, France", | |
"Gujarati", | |
"Gujarati, India", | |
"Manx", | |
"Hausa (Latin)", | |
"Hausa (Latin)", | |
"Hausa (Latin), Nigeria", | |
"Hawaiian", | |
"Hawaiian, United States", | |
"Hebrew", | |
"Hebrew, Israel", | |
"Hindi", | |
"Hindi, India", | |
"Hiri Motu", | |
"Croatian", | |
"Croatian (Latin), Bosnia and Herzegovina", | |
"Croatian, Croatia", | |
"Upper Sorbian, Germany", | |
"Haitian; Haitian Creole", | |
"Hungarian", | |
"Hungarian, Hungary", | |
"Armenian", | |
"Armenian, Armenia", | |
"Herero", | |
"Interlingua (International Auxiliary Language Association)", | |
"Indonesian", | |
"Indonesian, Indonesia", | |
"Interlingue; Occidental", | |
"Igbo", | |
"Igbo, Nigeria", | |
"Yi", | |
"Yi, People's Republic of China", | |
"Inupiaq", | |
"Ido", | |
"Icelandic", | |
"Icelandic, Iceland", | |
"Italian", | |
"Italian, Switzerland", | |
"Italian, Italy", | |
"Inuktitut (Latin)", | |
"Inuktitut (Syllabics)", | |
"Inuktitut (Syllabics), Canada", | |
"Inuktitut (Latin)", | |
"Inuktitut (Latin), Canada", | |
"Japanese", | |
"Japanese, Japan", | |
"Javanese", | |
"Javanese, Latin", | |
"Javanese, Latin, Indonesia", | |
"Georgian", | |
"Georgian, Georgia", | |
"Kongo", | |
"Kikuyu; Gikuyu", | |
"Kuanyama; Kwanyama", | |
"Kazakh", | |
"Kazakh, Kazakhstan", | |
"Greenlandic", | |
"Greenlandic, Greenland", | |
"Khmer", | |
"Khmer, Cambodia", | |
"Kannada", | |
"Kannada, India", | |
"Korean", | |
"Konkani", | |
"Konkani, India", | |
"Korean, Korea", | |
"Kanuri", | |
"Kashmiri", | |
"Central Kurdish", | |
"Central Kurdish", | |
"Central Kurdish, Iraq", | |
"Komi", | |
"Cornish", | |
"Kyrgyz", | |
"Kyrgyz, Kyrgyzstan", | |
"Latin", | |
"Luxembourgish", | |
"Luxembourgish, Luxembourg", | |
"Ganda", | |
"Limburgan; Limburger; Limburgish", | |
"Lingala", | |
"Lao", | |
"Lao, Lao P.D.R.", | |
"Lithuanian", | |
"Lithuanian, Lithuania", | |
"Luba-Katanga", | |
"Latvian", | |
"Latvian, Latvia", | |
"Malagasy", | |
"Malagasy, Madagascar", | |
"Marshallese", | |
"Maori", | |
"Maori, New Zealand", | |
"Macedonian", | |
"Macedonian, Macedonia (Former Yugoslav Republic of Macedonia)", | |
"Malayalam", | |
"Malayalam, India", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic)", | |
"Mongolian (Cyrillic), Mongolia", | |
"Mongolian (Traditional Mongolian)", | |
"Mongolian (Traditional Mongolian), People's Republic of China", | |
"Moldavian; Moldovan", | |
"Mohawk", | |
"Mohawk, Canada", | |
"Marathi", | |
"Marathi, India", | |
"Malay", | |
"Malay, Brunei Darussalam", | |
"Malay, Malaysia", | |
"Maltese", | |
"Maltese, Malta", | |
"Burmese", | |
"Burmese, Myanmar", | |
"Nauru", | |
"Norwegian (Bokmal)", | |
"Norwegian (Bokmal), Norway", | |
"Ndebele; North; North Ndebele", | |
"Nepali", | |
"Nepali, India", | |
"Nepali, Nepal", | |
"Ndonga", | |
"Dutch", | |
"Dutch, Belgium", | |
"Dutch, Netherlands", | |
"Norwegian (Nynorsk)", | |
"Norwegian (Nynorsk), Norway", | |
"Norwegian (Bokmal)", | |
"N’ko", | |
"N’ko, Guinea", | |
"Ndebele; South; South Ndebele", | |
"Sesotho sa Leboa", | |
"Sesotho sa Leboa, South Africa", | |
"Navajo; Navaho", | |
"Chichewa; Chewa; Nyanja", | |
"Occitan", | |
"Occitan, France", | |
"Ojibwa", | |
"Oromo", | |
"Oromo, Ethiopia", | |
"Odia", | |
"Odia, India", | |
"Ossetian; Ossetic", | |
"Punjabi", | |
"Punjabi", | |
"Punjabi, Islamic Republic of Pakistan", | |
"Punjabi, India", | |
"Pali", | |
"Polish", | |
"Polish, Poland", | |
"Dari", | |
"Dari, Afghanistan", | |
"Pashto", | |
"Pashto, Afghanistan", | |
"Portuguese", | |
"Portuguese, Angola", | |
"Portuguese, Brazil", | |
"Portuguese, Portugal", | |
"Quechua", | |
"K'iche", | |
"K'iche, Guatemala", | |
"Quechua", | |
"Quechua, Bolivia", | |
"Quechua, Ecuador", | |
"Quechua, Peru", | |
"Romansh", | |
"Romansh, Switzerland", | |
"Rundi", | |
"Romanian", | |
"Romanian, Moldova", | |
"Romanian, Romania", | |
"Russian", | |
"Russian, Russia", | |
"Kinyarwanda", | |
"Kinyarwanda, Rwanda", | |
"Sanskrit", | |
"Sakha", | |
"Sakha, Russia", | |
"Sanskrit, India", | |
"Sardinian", | |
"Sindhi", | |
"Sindhi", | |
"Sindhi, Islamic Republic of Pakistan", | |
"Sami (Northern)", | |
"Sami (Northern), Finland", | |
"Sami (Northern), Norway", | |
"Sami (Northern), Sweden", | |
"Sango", | |
"Sinhala", | |
"Sinhala, Sri Lanka", | |
"Slovak", | |
"Slovak, Slovakia", | |
"Slovenian", | |
"Slovenian, Slovenia", | |
"Samoan", | |
"Sami (Southern)", | |
"Sami (Southern), Norway", | |
"Sami (Southern), Sweden", | |
"Sami (Lule)", | |
"Sami (Lule), Norway", | |
"Sami (Lule), Sweden", | |
"Sami (Inari)", | |
"Sami (Inari), Finland", | |
"Sami (Skolt)", | |
"Sami (Skolt), Finland", | |
"Shona", | |
"Shona, Latin", | |
"Shona, Zimbabwe", | |
"Somali", | |
"Somali, Somalia", | |
"Albanian", | |
"Albanian, Albania", | |
"Serbian (Latin)", | |
"Serbian (Cyrillic)", | |
"Serbian (Cyrillic), Bosnia and Herzegovina", | |
"Serbian (Cyrillic), Serbia and Montenegro (Former)", | |
"Serbian (Cyrillic), Montenegro", | |
"Serbian (Cyrillic), Serbia", | |
"Serbian (Latin)", | |
"Serbian (Latin), Bosnia and Herzegovina", | |
"Serbian (Latin), Serbia and Montenegro (Former)", | |
"Serbian (Latin), Montenegro", | |
"Serbian (Latin), Serbia", | |
"Swati", | |
"Sotho", | |
"Sotho, South Africa", | |
"Sundanese", | |
"Swedish", | |
"Swedish, Finland", | |
"Swedish, Sweden", | |
"Kiswahili", | |
"Kiswahili, Kenya", | |
"Syriac", | |
"Syriac, Syria", | |
"Tamil", | |
"Tamil, India", | |
"Tamil, Sri Lanka", | |
"Telugu", | |
"Telugu, India", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic)", | |
"Tajik (Cyrillic), Tajikistan", | |
"Thai", | |
"Thai, Thailand", | |
"Tigrinya", | |
"Tigrinya, Eritrea", | |
"Tigrinya, Ethiopia", | |
"Turkmen", | |
"Turkmen, Turkmenistan", | |
"Tagalog", | |
"Setswana", | |
"Setswana, Botswana", | |
"Setswana, South Africa", | |
"Tonga (Tonga Islands)", | |
"Turkish", | |
"Turkish, Turkey", | |
"Tsonga", | |
"Tsonga, South Africa", | |
"Tatar", | |
"Tatar, Russia", | |
"Twi", | |
"Tahitian", | |
"Tamazight (Latin)", | |
"Tamazight (Latin)", | |
"Tamazight (Latin), Algeria", | |
"Uyghur", | |
"Uyghur, People's Republic of China", | |
"Ukrainian", | |
"Ukrainian, Ukraine", | |
"Urdu", | |
"Urdu, India", | |
"Urdu, Islamic Republic of Pakistan", | |
"Uzbek (Latin)", | |
"Uzbek (Cyrillic)", | |
"Uzbek (Cyrillic), Uzbekistan", | |
"Uzbek (Latin)", | |
"Uzbek (Latin), Uzbekistan", | |
"Venda", | |
"Vietnamese", | |
"Vietnamese, Vietnam", | |
"Volapük", | |
"Walloon", | |
"Wolof", | |
"Wolof, Senegal", | |
"isiXhosa", | |
"isiXhosa, South Africa", | |
"Yiddish", | |
"Yoruba", | |
"Yoruba, Nigeria", | |
"Zhuang; Chuang", | |
"Standard Moroccan Tamazight", | |
"Standard Moroccan Tamazight, Tifinagh", | |
"Standard Moroccan Tamazight, Morocco", | |
"Chinese (Simplified)", | |
"Chinese (Simplified), People's Republic of China", | |
"Chinese (Simplified)", | |
"Chinese (Traditional)", | |
"Chinese (Traditional), Hong Kong S.A.R.", | |
"Chinese (Traditional), Macao S.A.R.", | |
"Chinese (Simplified), Singapore", | |
"Chinese (Traditional), Taiwan", | |
"isiZulu", | |
"isiZulu, South Africa" | |
], | |
"links": [ | |
{ | |
"href": "http://www.unece.org/uncefact/codelist/standard/ISO_ISO2AlphaLanguageCode_2006-10-27.xsd", | |
"rel": "partial", | |
"mediaType": "application/xml" | |
}, | |
{ | |
"href": "https://msdn.microsoft.com/en-us/library/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c#id1", | |
"rel": "partial", | |
"mediaType": "text/html" | |
} | |
] | |
} | |
} | |
}, | |
"reasonCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The reason for the status. ", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
} | |
} | |
}, | |
"domainName": { | |
"description": "The internet domain to help identify the organization and a reference to find additional information.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"parentCompanyTaxId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "The tax ID of the parent company if this company is a wholly owned subsidiary of another company.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"parentCompanyName": { | |
"description": "The legal name of the parent company if this company is a wholly owned subsidiary of another company.", | |
"type": "string" | |
} | |
} | |
}, | |
"department": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "OrganizationType", | |
"description": "The department at the institution to which the person attended.", | |
"definitions": { | |
"GeographicResponsibilityCodeList": { | |
"title": "GeographicResponsibilityCodeList", | |
"description": "Values that classify the geographic level at which the organization operates.", | |
"enum": [ | |
"Global", | |
"National", | |
"Regional", | |
"Local" | |
] | |
}, | |
"OwnershipTypeCodeList": { | |
"title": "OwnershipTypeCodeList", | |
"description": "Values that classify the ownership of the organization.", | |
"enum": [ | |
"Public", | |
"Private", | |
"NonProfit", | |
"Government", | |
"Joint Venture", | |
"Mutual" | |
] | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "OrganizationReferenceType", | |
"description": "Basic information to reference a specific organization.", | |
"definitions": { | |
"ResponsibilityCodeList": { | |
"title": "ResponsibilityCodeList", | |
"description": "Values that classify the level or the responsibility at which the organization operates.", | |
"enum": [ | |
"Unit", | |
"Department", | |
"Division", | |
"Parent", | |
"Group", | |
"Plant", | |
"Subsidiary", | |
"Joint Venture", | |
"Branch", | |
"Holding Affiliate" | |
] | |
} | |
}, | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EntityType", | |
"description": "A description of an entity with id, name and code.", | |
"type": "object", | |
"properties": { | |
"id": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A unique identifier which cannot be expressed as enumeration.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "Free text description for that entity.", | |
"type": "string" | |
}, | |
"code": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code which can be expressed as enumeration.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"minProperties": 1 | |
} | |
], | |
"type": "object", | |
"properties": { | |
"responsibilityCode": { | |
"title": "ResponsibilityCodeList", | |
"description": "The level or the responsibility at which the organization operates.", | |
"enum": [ | |
"Unit", | |
"Department", | |
"Division", | |
"Parent", | |
"Group", | |
"Plant", | |
"Subsidiary", | |
"Joint Venture", | |
"Branch", | |
"Holding Affiliate" | |
] | |
}, | |
"communication": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationType", | |
"description": "The methods of communication by which the organization can be contacted.", | |
"type": "object", | |
"properties": { | |
"address": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressTypeArray", | |
"description": "Array of address information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressType", | |
"description": "The physical or mailing address of the entity. This may include the street and building number, city, region (state, province, etc), country and postal code.", | |
"type": "object", | |
"properties": { | |
"line": { | |
"description": "Street line address", | |
"type": "string" | |
}, | |
"extendedLines": { | |
"description": "Extended address components (e.g. apartment or suite number).", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"countryCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CountryCodeList", | |
"description": "Two letter country codes as defined by ISO 3166-1:2013. Content referenced from Wikipedia.", | |
"enum": [ | |
"AD", | |
"AE", | |
"AF", | |
"AG", | |
"AI", | |
"AL", | |
"AM", | |
"AO", | |
"AQ", | |
"AR", | |
"AS", | |
"AT", | |
"AU", | |
"AW", | |
"AX", | |
"AZ", | |
"BA", | |
"BB", | |
"BD", | |
"BE", | |
"BF", | |
"BG", | |
"BH", | |
"BI", | |
"BJ", | |
"BL", | |
"BM", | |
"BN", | |
"BO", | |
"BR", | |
"BS", | |
"BT", | |
"BV", | |
"BW", | |
"BY", | |
"BZ", | |
"CA", | |
"CC", | |
"CD", | |
"CF", | |
"CG", | |
"CH", | |
"CI", | |
"CK", | |
"CL", | |
"CM", | |
"CN", | |
"CO", | |
"CR", | |
"CU", | |
"CV", | |
"CW", | |
"CX", | |
"CY", | |
"CZ", | |
"DE", | |
"DJ", | |
"DK", | |
"DM", | |
"DO", | |
"DZ", | |
"EC", | |
"EE", | |
"EG", | |
"EH", | |
"ER", | |
"ES", | |
"ET", | |
"FI", | |
"FJ", | |
"FK", | |
"FM", | |
"FO", | |
"FR", | |
"GA", | |
"GB", | |
"GD", | |
"GE", | |
"GF", | |
"GG", | |
"GH", | |
"GI", | |
"GL", | |
"GM", | |
"GN", | |
"GP", | |
"GQ", | |
"GR", | |
"GS", | |
"GT", | |
"GU", | |
"GW", | |
"GY", | |
"HK", | |
"HM", | |
"HN", | |
"HR", | |
"HT", | |
"HU", | |
"ID", | |
"IE", | |
"IL", | |
"IM", | |
"IN", | |
"IO", | |
"IQ", | |
"IR", | |
"IS", | |
"IT", | |
"JE", | |
"JM", | |
"JO", | |
"JP", | |
"KE", | |
"KG", | |
"KH", | |
"KI", | |
"KM", | |
"KN", | |
"KP", | |
"KR", | |
"KW", | |
"KY", | |
"KZ", | |
"LA", | |
"LB", | |
"LC", | |
"LI", | |
"LK", | |
"LR", | |
"LS", | |
"LT", | |
"LU", | |
"LV", | |
"LY", | |
"MA", | |
"MC", | |
"MD", | |
"ME", | |
"MF", | |
"MG", | |
"MH", | |
"MK", | |
"ML", | |
"MM", | |
"MN", | |
"MO", | |
"MP", | |
"MQ", | |
"MR", | |
"MS", | |
"MT", | |
"MU", | |
"MV", | |
"MW", | |
"MX", | |
"MY", | |
"MZ", | |
"NA", | |
"NC", | |
"NE", | |
"NF", | |
"NG", | |
"NI", | |
"NL", | |
"NO", | |
"NP", | |
"NR", | |
"NU", | |
"NZ", | |
"OM", | |
"PA", | |
"PE", | |
"PF", | |
"PG", | |
"PH", | |
"PK", | |
"PL", | |
"PM", | |
"PN", | |
"PR", | |
"PS", | |
"PT", | |
"PW", | |
"PY", | |
"QA", | |
"RE", | |
"RO", | |
"RS", | |
"RU", | |
"RW", | |
"SA", | |
"SB", | |
"SC", | |
"SD", | |
"SE", | |
"SG", | |
"SH", | |
"SI", | |
"SJ", | |
"SK", | |
"SL", | |
"SM", | |
"SN", | |
"SO", | |
"SR", | |
"SS", | |
"ST", | |
"SV", | |
"SX", | |
"SY", | |
"SZ", | |
"TC", | |
"TD", | |
"TF", | |
"TG", | |
"TH", | |
"TJ", | |
"TK", | |
"TL", | |
"TM", | |
"TN", | |
"TO", | |
"TR", | |
"TT", | |
"TV", | |
"TW", | |
"TZ", | |
"UA", | |
"UG", | |
"UM", | |
"US", | |
"UY", | |
"UZ", | |
"VA", | |
"VC", | |
"VE", | |
"VG", | |
"VI", | |
"VN", | |
"VU", | |
"WF", | |
"WS", | |
"YE", | |
"YT", | |
"ZA", | |
"ZM", | |
"ZW" | |
], | |
"enumNames": [ | |
"ANDORRA", | |
"UNITED ARAB EMIRATES", | |
"AFGHANISTAN", | |
"ANTIGUA AND BARBUDA", | |
"ANGUILLA", | |
"ALBANIA", | |
"ARMENIA", | |
"ANGOLA", | |
"ANTARCTICA", | |
"ARGENTINA", | |
"AMERICAN SAMOA", | |
"AUSTRIA", | |
"AUSTRALIA", | |
"ARUBA", | |
"ÅLAND ISLANDS", | |
"AZERBAIJAN", | |
"BOSNIA AND HERZEGOVINA", | |
"BARBADOS", | |
"BANGLADESH", | |
"BELGIUM", | |
"BURKINA FASO", | |
"BULGARIA", | |
"BAHRAIN", | |
"BURUNDI", | |
"BENIN", | |
"SAINT BARTHELEMY", | |
"BERMUDA", | |
"BRUNEI DARUSSALAM", | |
"BOLIVIA", | |
"BRAZIL", | |
"BAHAMAS", | |
"BHUTAN", | |
"BOUVET ISLAND", | |
"BOTSWANA", | |
"BELARUS", | |
"BELIZE", | |
"CANADA", | |
"COCOS (KEELING) ISLANDS", | |
"CONGO, THE DEMOCRATIC REPUBLIC OF THE", | |
"CENTRAL AFRICAN REPUBLIC", | |
"CONGO", | |
"SWITZERLAND", | |
"COTE D'IVOIRE", | |
"COOK ISLANDS", | |
"CHILE", | |
"CAMEROON", | |
"CHINA", | |
"COLOMBIA", | |
"COSTA RICA", | |
"CUBA", | |
"CAPE VERDE", | |
"CURACAO", | |
"CHRISTMAS ISLAND", | |
"CYPRUS", | |
"CZECH REPUBLIC", | |
"GERMANY", | |
"DJIBOUTI", | |
"DENMARK", | |
"DOMINICA", | |
"DOMINICAN REPUBLIC", | |
"ALGERIA", | |
"ECUADOR", | |
"ESTONIA", | |
"EGYPT", | |
"WESTERN SAHARA", | |
"ERITREA", | |
"SPAIN", | |
"ETHIOPIA", | |
"FINLAND", | |
"FIJI", | |
"FALKLAND ISLANDS (MALVINAS)", | |
"MICRONESIA, FEDERATED STATES OF", | |
"FAROE ISLANDS", | |
"FRANCE", | |
"GABON", | |
"UNITED KINGDOM", | |
"GRENADA", | |
"GEORGIA", | |
"FRENCH GUIANA", | |
"GUERNSEY", | |
"GHANA", | |
"GIBRALTAR", | |
"GREENLAND", | |
"GAMBIA", | |
"GUINEA", | |
"GUADELOUPE", | |
"EQUATORIAL GUINEA", | |
"GREECE", | |
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", | |
"GUATEMALA", | |
"GUAM", | |
"GUINEA-BISSAU", | |
"GUYANA", | |
"HONG KONG", | |
"HEARD ISLAND AND MCDONALD ISLANDS", | |
"HONDURAS", | |
"CROATIA", | |
"HAITI", | |
"HUNGARY", | |
"INDONESIA", | |
"IRELAND", | |
"ISRAEL", | |
"ISLE OF MAN", | |
"INDIA", | |
"BRITISH INDIAN OCEAN TERRITORY", | |
"IRAQ", | |
"IRAN, ISLAMIC REPUBLIC OF", | |
"ICELAND", | |
"ITALY", | |
"JERSEY", | |
"JAMAICA", | |
"JORDAN", | |
"JAPAN", | |
"KENYA", | |
"KYRGYZSTAN", | |
"CAMBODIA", | |
"KIRIBATI", | |
"COMOROS", | |
"SAINT KITTS AND NEVIS", | |
"KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF", | |
"KOREA, REPUBLIC OF", | |
"KUWAIT", | |
"CAYMAN ISLANDS", | |
"KAZAKHSTAN", | |
"LAO PEOPLE'S DEMOCRATIC REPUBLIC", | |
"LEBANON", | |
"SAINT LUCIA", | |
"LIECHTENSTEIN", | |
"SRI LANKA", | |
"LIBERIA", | |
"LESOTHO", | |
"LITHUANIA", | |
"LUXEMBOURG", | |
"LATVIA", | |
"LIBYAN ARAB JAMAHIRIYA", | |
"MOROCCO", | |
"MONACO", | |
"MOLDOVA, REPUBLIC OF", | |
"MONTENEGRO", | |
"SAINT MARTIN (FRENCH PART)", | |
"MADAGASCAR", | |
"MARSHALL ISLANDS", | |
"MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", | |
"MALI", | |
"MYANMAR", | |
"MONGOLIA", | |
"MACAO", | |
"NORTHERN MARIANA ISLANDS", | |
"MARTINIQUE", | |
"MAURITANIA", | |
"MONTSERRAT", | |
"MALTA", | |
"MAURITIUS", | |
"MALDIVES", | |
"MALAWI", | |
"MEXICO", | |
"MALAYSIA", | |
"MOZAMBIQUE", | |
"NAMIBIA", | |
"NEW CALEDONIA", | |
"NIGER", | |
"NORFOLK ISLAND", | |
"NIGERIA", | |
"NICARAGUA", | |
"NETHERLANDS", | |
"NORWAY", | |
"NEPAL", | |
"NAURU", | |
"NIUE", | |
"NEW ZEALAND", | |
"OMAN", | |
"PANAMA", | |
"PERU", | |
"FRENCH POLYNESIA", | |
"PAPUA NEW GUINEA", | |
"PHILIPPINES", | |
"PAKISTAN", | |
"POLAND", | |
"SAINT PIERRE AND MIQUELON", | |
"PITCAIRN", | |
"PUERTO RICO", | |
"PALESTINIAN TERRITORY, OCCUPIED", | |
"PORTUGAL", | |
"PALAU", | |
"PARAGUAY", | |
"QATAR", | |
"REUNION", | |
"ROMANIA", | |
"SERBIA", | |
"RUSSIAN FEDERATION", | |
"RWANDA", | |
"SAUDI ARABIA", | |
"SOLOMON ISLANDS", | |
"SEYCHELLES", | |
"SUDAN", | |
"SWEDEN", | |
"SINGAPORE", | |
"SAINT HELENA", | |
"SLOVENIA", | |
"SVALBARD AND JAN MAYEN", | |
"SLOVAKIA", | |
"SIERRA LEONE", | |
"SAN MARINO", | |
"SENEGAL", | |
"SOMALIA", | |
"SURINAME", | |
"SOUTH SUDAN", | |
"SAO TOME AND PRINCIPE", | |
"EL SALVADOR", | |
"SINT MAARTEN (DUTCH PART)", | |
"SYRIAN ARAB REPUBLIC", | |
"SWAZILAND", | |
"TURKS AND CAICOS ISLANDS", | |
"CHAD", | |
"FRENCH SOUTHERN TERRITORIES", | |
"TOGO", | |
"THAILAND", | |
"TAJIKISTAN", | |
"TOKELAU", | |
"TIMOR-LESTE", | |
"TURKMENISTAN", | |
"TUNISIA", | |
"TONGA", | |
"TURKEY", | |
"TRINIDAD AND TOBAGO", | |
"TUVALU", | |
"TAIWAN, PROVINCE OF CHINA", | |
"TANZANIA, UNITED REPUBLIC OF", | |
"UKRAINE", | |
"UGANDA", | |
"UNITED STATES MINOR OUTLYING ISLANDS", | |
"UNITED STATES", | |
"URUGUAY", | |
"UZBEKISTAN", | |
"HOLY SEE (VATICAN CITY STATE)", | |
"SAINT VINCENT AND THE GRENADINES", | |
"VENEZUELA", | |
"VIRGIN ISLANDS, BRITISH", | |
"VIRGIN ISLANDS, U.S.", | |
"VIET NAM", | |
"VANUATU", | |
"WALLIS AND FUTUNA", | |
"SAMOA", | |
"YEMEN", | |
"MAYOTTE", | |
"SOUTH AFRICA", | |
"ZAMBIA", | |
"ZIMBABWE" | |
], | |
"links": [ | |
{ | |
"href": "https://en.wikipedia.org/wiki/ISO_3166-1" | |
} | |
] | |
}, | |
"countrySubDivisions": { | |
"description": "Qualifies the further divisions of the Country. These may be Districts, Regions, States, Provinces etc.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AddressComponentType", | |
"description": "Holds address extension components.", | |
"type": "object", | |
"properties": { | |
"type": { | |
"description": "Specify purpose of this extension (province, secondary line, house number, etc).", | |
"type": "string" | |
}, | |
"value": { | |
"description": "Actual component value.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"type", | |
"value" | |
] | |
} | |
}, | |
"city": { | |
"type": "string" | |
}, | |
"postalCode": { | |
"type": "string" | |
}, | |
"postOfficeBox": { | |
"type": "string" | |
}, | |
"geoLocation": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "GeoType", | |
"description": "A geographical coordinate.", | |
"type": "object", | |
"properties": { | |
"latitude": { | |
"description": "The latitude of the geographical location.", | |
"type": "number", | |
"minimum": -90, | |
"maximum": 90 | |
}, | |
"longitude": { | |
"description": "The longitude of the geographical location.", | |
"type": "number", | |
"minimum": -180, | |
"maximum": 180 | |
}, | |
"altitude": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "MeasureType", | |
"description": "The altitude of the geographical location. Defaults to meters above sea level in case no unitCode provided.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The numeric value of the measure.", | |
"type": "number" | |
}, | |
"unitCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "UnitCodeList", | |
"description": "The unit of measure.", | |
"enum": [ | |
"ACR", | |
"ARE", | |
"CMT", | |
"DAY", | |
"EA", | |
"FOT", | |
"GRM", | |
"HAR", | |
"HUR", | |
"INH", | |
"KGM", | |
"KMT", | |
"LTR", | |
"MTR", | |
"SMI", | |
"MGM", | |
"MLT", | |
"MMT", | |
"C26", | |
"MIN", | |
"MON", | |
"C62", | |
"ONZ", | |
"PTI", | |
"PT", | |
"LBR", | |
"QTI", | |
"QT", | |
"SEC", | |
"STI", | |
"WEE", | |
"YRD", | |
"ANN" | |
], | |
"enumNames": [ | |
"acre", | |
"are", | |
"centimeter", | |
"day", | |
"each", | |
"foot", | |
"gram", | |
"hectare", | |
"hour", | |
"inch", | |
"kilogram", | |
"kilometre", | |
"litre", | |
"metre", | |
"mile", | |
"milligram", | |
"millilitre", | |
"millimetre", | |
"millisecond", | |
"minute", | |
"month", | |
"one [piece]", | |
"ounce", | |
"pint [UK]", | |
"pint [US]", | |
"pound", | |
"quart [UK]", | |
"quart [US]", | |
"second", | |
"stone", | |
"week", | |
"yard", | |
"year" | |
], | |
"links": [ | |
{ | |
"href": "https://www.unece.org/cefact/codesfortrade/codes_index.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"name": { | |
"description": "The label of the geo coordinates.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"latitude", | |
"longitude" | |
] | |
}, | |
"formattedAddress": { | |
"type": "string" | |
} | |
}, | |
"minProperties": 1 | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"phone": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneTypeArray", | |
"description": "Array of phone information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "PhoneType", | |
"type": "object", | |
"properties": { | |
"countryDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The country dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"areaDialingCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "The area dialing code for a communication number.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"dialNumber": { | |
"description": "The communication number, not including country dialing or area dialing codes.", | |
"type": "string" | |
}, | |
"phoneExtension": { | |
"description": "The extension of the associated communication number.", | |
"type": "string" | |
}, | |
"access": { | |
"description": "The text that permits access to the electronic network of the associated communication number such as telephone network, for example 9, *70.", | |
"type": "string" | |
}, | |
"formattedNumber": { | |
"description": "Specifies details of an actual formatted number.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"formattedNumber" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"email": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailTypeArray", | |
"description": "Array of email information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "EmailType", | |
"type": "object", | |
"properties": { | |
"address": { | |
"description": "Actual email address", | |
"type": "string", | |
"format": "email" | |
} | |
}, | |
"required": [ | |
"address" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
}, | |
"web": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebTypeArray", | |
"description": "Array of web information details.", | |
"type": "array", | |
"items": { | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "WebType", | |
"type": "object", | |
"properties": { | |
"url": { | |
"description": "Actual web address.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"url" | |
] | |
}, | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CommunicationItemInclusion", | |
"description": "Common properties for communication items.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "Provide description for particular communication item.", | |
"type": "string" | |
}, | |
"useCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "Code identifying the usage of the contact point e.g. business, private, etc.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
}, | |
"preference": { | |
"description": "Provide priority for given communication item.", | |
"type": "integer" | |
}, | |
"availablePeriod": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimePeriodType", | |
"description": "Single period between date/times. Both start and end are required.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeOpenEndPeriodType", | |
"description": "Single period between date/times. The end date/time is optional and should be used in cases where the end of the period is unknown or uncertain.", | |
"type": "object", | |
"properties": { | |
"start": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
}, | |
"end": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "DateTimeType", | |
"description": "DateTime representation according ISO 8601 standard.", | |
"type": "string", | |
"format": "date-time" | |
} | |
}, | |
"required": [ | |
"start" | |
], | |
"additionalProperties": false | |
} | |
], | |
"required": [ | |
"end" | |
] | |
} | |
} | |
} | |
] | |
} | |
} | |
}, | |
"minProperties": 1 | |
} | |
} | |
} | |
], | |
"type": "object", | |
"properties": { | |
"taxId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "A government assigned identifier to distinguish an organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"formerTaxId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "The former government assigned identifier to distinguish organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"legalId": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier of the organization for legal purposes. This could be a company, state, or other kind of identifier. For example, Data Universal Numbering System, abbreviated as DUNS.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"industryCodes": { | |
"description": "Deprecated. Use IndustryIdentifiers instead.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CodeType", | |
"description": "A code is a character string of letters, numbers, special characters (except escape sequences), and symbols. It represents a definitive value, a method, or a property description in an abbreviated or language-independent form that is part of a finite list of allowed values. Use this schema when there is a defined list of values but the owner is unknown or private, the values may not be referenced, or there is no validation possible.", | |
"type": "string", | |
"properties": { | |
"code": { | |
"description": "The code value.", | |
"type": "string" | |
}, | |
"codeSystem": { | |
"description": "The code system that defines the code.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "A description of the code.", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"code" | |
] | |
} | |
}, | |
"industryIdentifiers": { | |
"description": "The types of industry to which the organization belongs. The Industry identifiers could be referenced to a standard taxonomy (such as NAICS) or a custom taxonomy.", | |
"type": "array", | |
"items": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "IdentifierType", | |
"description": "An identifier is a character string used to uniquely identify one instance of an object within an identification scheme that is managed by an agency. Use this type when the list or values are controlled by an external entity, the list or values are public and could be referenced or validated.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The identifier.", | |
"type": "string" | |
}, | |
"schemeId": { | |
"description": "The identification of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeVersionId": { | |
"description": "The identification of the version of the identifier scheme.", | |
"type": "string" | |
}, | |
"schemeAgencyId": { | |
"description": "The identification of the agency that manages the identifier scheme.", | |
"type": "string" | |
}, | |
"description": { | |
"description": "The description of the identifier.", | |
"type": "string" | |
}, | |
"schemeLink": { | |
"description": "The URI that identifies where the identification scheme data is located.", | |
"type": "string", | |
"format": "uri" | |
}, | |
"agencyUri": { | |
"description": "The URI that identifies where the identification scheme is located.", | |
"type": "string", | |
"format": "uri" | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
} | |
}, | |
"headCount": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "NumberType", | |
"description": "The number of employees in the organization. Depending on the organization, this could include full-time, part-time and contractors.", | |
"type": "number" | |
}, | |
"revenue": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "AmountType", | |
"description": "The amount of revenue of the organization, typically from the most recent fiscal year.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The value of the amount.", | |
"type": "number" | |
}, | |
"currency": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "CurrencyCodeList", | |
"description": "The currency of the amount.", | |
"enum": [ | |
"AED", | |
"AFN", | |
"ALL", | |
"AMD", | |
"ANG", | |
"AOA", | |
"ARS", | |
"AUD", | |
"AWG", | |
"AZN", | |
"BAM", | |
"BBD", | |
"BDT", | |
"BGN", | |
"BHD", | |
"BIF", | |
"BMD", | |
"BND", | |
"BOB", | |
"BOV", | |
"BRL", | |
"BSD", | |
"BTN", | |
"BWP", | |
"BYR", | |
"BZD", | |
"CAD", | |
"CDF", | |
"CHE", | |
"CHF", | |
"CHW", | |
"CLF", | |
"CLP", | |
"CNY", | |
"COP", | |
"COU", | |
"CRC", | |
"CUC", | |
"CUP", | |
"CVE", | |
"CZK", | |
"DJF", | |
"DKK", | |
"DOP", | |
"DZD", | |
"EGP", | |
"ERN", | |
"ETB", | |
"EUR", | |
"FJD", | |
"FKP", | |
"GBP", | |
"GEL", | |
"GHS", | |
"GIP", | |
"GMD", | |
"GNF", | |
"GTQ", | |
"GYD", | |
"HKD", | |
"HNL", | |
"HRK", | |
"HTG", | |
"HUF", | |
"IDR", | |
"ILS", | |
"INR", | |
"IQD", | |
"IRR", | |
"ISK", | |
"JMD", | |
"JOD", | |
"JPY", | |
"KES", | |
"KGS", | |
"KHR", | |
"KMF", | |
"KPW", | |
"KRW", | |
"KWD", | |
"KYD", | |
"KZT", | |
"LAK", | |
"LBP", | |
"LKR", | |
"LRD", | |
"LSL", | |
"LYD", | |
"MAD", | |
"MDL", | |
"MGA", | |
"MKD", | |
"MMK", | |
"MNT", | |
"MOP", | |
"MRU", | |
"MUR", | |
"MVR", | |
"MWK", | |
"MXN", | |
"MXV", | |
"MYR", | |
"MZN", | |
"NAD", | |
"NGN", | |
"NIO", | |
"NOK", | |
"NPR", | |
"NZD", | |
"OMR", | |
"PAB", | |
"PEN", | |
"PGK", | |
"PHP", | |
"PKR", | |
"PLN", | |
"PYG", | |
"QAR", | |
"RON", | |
"RSD", | |
"RUB", | |
"RWF", | |
"SAR", | |
"SBD", | |
"SCR", | |
"SDG", | |
"SEK", | |
"SGD", | |
"SHP", | |
"SLL", | |
"SOS", | |
"SRD", | |
"SSP", | |
"STN", | |
"SVC", | |
"SYP", | |
"SZL", | |
"THB", | |
"TJS", | |
"TMT", | |
"TND", | |
"TOP", | |
"TRY", | |
"TTD", | |
"TWD", | |
"TZS", | |
"UAH", | |
"UGX", | |
"USD", | |
"USN", | |
"UYI", | |
"UYU", | |
"UZS", | |
"VEF", | |
"VND", | |
"VUV", | |
"WST", | |
"XAF", | |
"XAG", | |
"XAU", | |
"XBA", | |
"XBB", | |
"XBC", | |
"XBD", | |
"XCD", | |
"XDR", | |
"XOF", | |
"XPD", | |
"XPF", | |
"XPT", | |
"XSU", | |
"XTS", | |
"XUA", | |
"XXX", | |
"YER", | |
"ZAR", | |
"ZMW", | |
"ZWL" | |
], | |
"enumNames": [ | |
"UAE Dirham", | |
"Afghani", | |
"Lek", | |
"Armenian Dram", | |
"Netherlands Antillean Guilder", | |
"Kwanza", | |
"Argentine Peso", | |
"Australian Dollar", | |
"Aruban Florin", | |
"Azerbaijanian Manat", | |
"Convertible Mark", | |
"Barbados Dollar", | |
"Taka", | |
"Bulgarian Lev", | |
"Bahraini Dinar", | |
"Burundi Franc", | |
"Bermudian Dollar", | |
"Brunei Dollar", | |
"Boliviano", | |
"Mvdol", | |
"Brazilian Real", | |
"Bahamian Dollar", | |
"Ngultrum", | |
"Pula", | |
"Belarussian Ruble", | |
"Belize Dollar", | |
"Canadian Dollar", | |
"Congolese Franc", | |
"WIR Euro", | |
"Swiss Franc", | |
"WIR Franc", | |
"Unidades de fomento", | |
"Chilean Peso", | |
"Yuan Renminbi", | |
"Colombian Peso", | |
"Unidad de Valor Real", | |
"Costa Rican Colon", | |
"Peso Convertible", | |
"Cuban Peso", | |
"Cape Verde Escudo", | |
"Czech Koruna", | |
"Djibouti Franc", | |
"Danish Krone", | |
"Dominican Peso", | |
"Algerian Dinar", | |
"Egyptian Pound", | |
"Nakfa", | |
"Ethiopian Birr", | |
"Euro", | |
"Fiji Dollar", | |
"Falkland Islands Pound", | |
"Pound Sterling", | |
"Lari", | |
"Ghana Cedi", | |
"Gibraltar Pound", | |
"Dalasi", | |
"Guinea Franc", | |
"Quetzal", | |
"Guyana Dollar", | |
"Hong Kong Dollar", | |
"Lempira", | |
"Croatian Kuna", | |
"Gourde", | |
"Forint", | |
"Rupiah", | |
"New Israeli Sheqel", | |
"Indian Rupee", | |
"Iraqi Dinar", | |
"Iranian Rial", | |
"Iceland Krona", | |
"Jamaican Dollar", | |
"Jordanian Dinar", | |
"Yen", | |
"Kenyan Shilling", | |
"Som", | |
"Riel", | |
"Comoro Franc", | |
"North Korean Won", | |
"Won", | |
"Kuwaiti Dinar", | |
"Cayman Islands Dollar", | |
"Tenge", | |
"Kip", | |
"Lebanese Pound", | |
"Sri Lanka Rupee", | |
"Liberian Dollar", | |
"Loti", | |
"Libyan Dinar", | |
"Moroccan Dirham", | |
"Moldovan Leu", | |
"Malagasy Ariary", | |
"Denar", | |
"Kyat", | |
"Tugrik", | |
"Pataca", | |
"Ouguiya", | |
"Mauritius Rupee", | |
"Rufiyaa", | |
"Kwacha", | |
"Mexican Peso", | |
"Mexican Unidad de Inversion (UDI)", | |
"Malaysian Ringgit", | |
"Mozambique Metical", | |
"Namibia Dollar", | |
"Naira", | |
"Cordoba Oro", | |
"Norwegian Krone", | |
"Nepalese Rupee", | |
"New Zealand Dollar", | |
"Rial Omani", | |
"Balboa", | |
"Nuevo Sol", | |
"Kina", | |
"Philippine Peso", | |
"Pakistan Rupee", | |
"Zloty", | |
"Guarani", | |
"Qatari Rial", | |
"New Romanian Leu", | |
"Serbian Dinar", | |
"Russian Ruble", | |
"Rwanda Franc", | |
"Saudi Riyal", | |
"Solomon Islands Dollar", | |
"Seychelles Rupee", | |
"Sudanese Pound", | |
"Swedish Krona", | |
"Singapore Dollar", | |
"Saint Helena Pound", | |
"Leone", | |
"Somali Shilling", | |
"Surinam Dollar", | |
"South Sudanese Pound", | |
"Dobra", | |
"El Salvador Colon", | |
"Syrian Pound", | |
"Lilangeni", | |
"Baht", | |
"Somoni", | |
"Turkmenistan New Manat", | |
"Tunisian Dinar", | |
"Pa’anga", | |
"Turkish Lira", | |
"Trinidad and Tobago Dollar", | |
"New Taiwan Dollar", | |
"Tanzanian Shilling", | |
"Hryvnia", | |
"Uganda Shilling", | |
"US Dollar", | |
"US Dollar (Next day)", | |
"Uruguay Peso en Unidades Indexadas (URUIURUI)", | |
"Peso Uruguayo", | |
"Uzbekistan Sum", | |
"Bolivar", | |
"Dong", | |
"Vatu", | |
"Tala", | |
"CFA Franc BEAC", | |
"Silver", | |
"Gold", | |
"Bond Markets Unit European Composite Unit (EURCO)", | |
"Bond Markets Unit European Monetary Unit (E.M.U.-6)", | |
"Bond Markets Unit European Unit of Account 9 (E.U.A.-9)", | |
"Bond Markets Unit European Unit of Account 17 (E.U.A.-17)", | |
"East Caribbean Dollar", | |
"SDR (Special Drawing Right)", | |
"CFA Franc BCEAO", | |
"Palladium", | |
"CFP Franc", | |
"Platinum", | |
"Sucre", | |
"Codes specifically reserved for testing purposes", | |
"ADB Unit of Account", | |
"The codes assigned for transactions where no currency is involved", | |
"Yemeni Rial", | |
"Rand", | |
"Zambian Kwacha", | |
"Zimbabwe Dollar" | |
], | |
"links": [ | |
{ | |
"href": "https://www.iso.org/iso-4217-currency-codes.html" | |
} | |
] | |
} | |
}, | |
"required": [ | |
"value" | |
] | |
}, | |
"description": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "TextType", | |
"description": "A description or quick summary of the organization.", | |
"type": "object", | |
"properties": { | |
"value": { | |
"description": "The text.", | |
"type": "string" | |
}, | |
"languageCode": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"version": "4.3.0", | |
"title": "LanguageCodeList", | |
"description": "The language of the text.", | |
"enum": [ | |
"aa", | |
"ab", | |
"ae", | |
"af", | |
"af-ZA", | |
"ak", | |
"am", | |
"am-ET", | |
"an", | |
"ar", | |
"ar-AE", | |
"ar-BH", | |
"ar-DZ", | |
"ar-EG", | |
"ar-IQ", | |
"ar-JO", | |
"ar-KW", | |
"ar-LB", | |
"ar-LY", | |
"ar-MA", | |
"ar-OM", | |
"ar-QA", | |
"ar-SA", | |
"ar-SY", | |
"ar-TN", | |
"ar-YE", | |
"arn", | |
"arn-CL", | |
"as", | |
"as-IN", | |
"av", | |
"ay", | |
"az", | |
"az-Cyrl", | |
"az-Cyrl-AZ", | |
"az-Latn", | |
"az-Latn-AZ", | |
"ba", | |
"ba-RU", | |
"be", | |
"be-BY", | |
"bg", | |
"bg-BG", | |
"bh", | |
"bi", | |
"bm", | |
"bn", | |
"bn-BD", | |
"bn-IN", | |
"bo", | |
"bo-CN", | |
"br", | |
"br-FR", | |
"bs", | |
"bs, hr, or sr", | |
"bs-Cyrl", | |
"bs-Cyrl-BA", | |
"bs-Latn", | |
"bs-Latn-BA", | |
"ca", | |
"ca-ES", | |
"ca-ES-valencia", | |
"ce", | |
"ch", | |
"chr", | |
"chr-Cher", | |
"chr-Cher-US", | |
"co", | |
"co-FR", | |
"cr", | |
"cs", | |
"cs-CZ", | |
"cu", | |
"cv", | |
"cy", | |
"cy-GB", | |
"da", | |
"da-DK", | |
"de", | |
"de-AT", | |
"de-CH", | |
"de-DE", | |
"de-LI", | |
"de-LU", | |
"dsb or hsb", | |
"dsb", | |
"dsb-DE", | |
"dv", | |
"dv-MV", | |
"dz", | |
"ee", | |
"el", | |
"el-GR", | |
"en", | |
"en-029", | |
"en-AU", | |
"en-BZ", | |
"en-CA", | |
"en-GB", | |
"en-HK", | |
"en-IE", | |
"en-IN", | |
"en-JM", | |
"en-MY", | |
"en-NZ", | |
"en-PH", | |
"en-SG", | |
"en-TT", | |
"en-US", | |
"en-ZA", | |
"en-ZW", | |
"eo", | |
"es", | |
"es-419", | |
"es-AR", | |
"es-BO", | |
"es-CL", | |
"es-CO", | |
"es-CR", | |
"es-DO", | |
"es-EC", | |
"es-ES", | |
"es-ES_tradnl", | |
"es-GT", | |
"es-HN", | |
"es-MX", | |
"es-NI", | |
"es-PA", | |
"es-PE", | |
"es-PR", | |
"es-PY", | |
"es-SV", | |
"es-US", | |
"es-UY", | |
"es-VE", | |
"et", | |
"et-EE", | |
"eu", | |
"eu-ES", | |
"fa", | |
"fa-IR", | |
"ff", | |
"ff-Latn", | |
"ff-Latn-SN", | |
"fi", | |
"fi-FI", | |
"fil", | |
"fil-PH", | |
"fj", | |
"fo", | |
"fo-FO", | |
"fr", | |
"fr-BE", | |
"fr-CA", | |
"fr-CD", | |
"fr-CH", | |
"fr-CI", | |
"fr-CM", | |
"fr-FR", | |
"fr-HT", | |
"fr-LU", | |
"fr-MA", | |
"fr-MC", | |
"fr-ML", | |
"fr-RE", | |
"fr-SN", | |
"fy", | |
"fy-NL", | |
"ga", | |
"ga-IE", | |
"gd", | |
"gd-GB", | |
"gl", | |
"gl-ES", | |
"gn", | |
"gn-PY", | |
"gsw", | |
"gsw-FR", | |
"gu", | |
"gu-IN", | |
"gv", | |
"ha", | |
"ha-Latn", | |
"ha-Latn-NG", | |
"haw", | |
"haw-US", | |
"he", | |
"he-IL", | |
"hi", | |
"hi-IN", | |
"ho", | |
"hr", | |
"hr-BA", | |
"hr-HR", | |
"hsb-DE", | |
"ht", | |
"hu", | |
"hu-HU", | |
"hy", | |
"hy-AM", | |
"hz", | |
"ia", | |
"id", | |
"id-ID", | |
"ie", | |
"ig", | |
"ig-NG", | |
"ii", | |
"ii-CN", | |
"ik", | |
"io", | |
"is", | |
"is-IS", | |
"it", | |
"it-CH", | |
"it-IT", | |
"iu", | |
"iu-Cans", | |
"iu-Cans-CA", | |
"iu-Latn", | |
"iu-Latn-CA", | |
"ja", | |
"ja-JP", | |
"jv", | |
"jv-Latn", | |
"jv-Latn-ID", | |
"ka", | |
"ka-GE", | |
"kg", | |
"ki", | |
"kj", | |
"kk", | |
"kk-KZ", | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment