Capitalize address

From CDQ
API/Data Curation API/CAPITALIZE ADDRESS
Jump to navigation Jump to search


Name Name of a concept, e.g. a data model concept. In contrast to terms, the name does not depend on a given context, e.g. a country-specific language. Capitalize address
Description Informal and comprehensive human-readable definition of a concept. Converts all values in the address data to upper case.
Technical key Defines a unique key by which e.g. data model concepts can be referenced in a technical integration context. These keys are unique in the CDL context. CAPITALIZE_ADDRESS
Example A simple example supporting the understanding of a concept, business rule, etc.
"curatedAddress": {
				"version": {
					"characterSet": {
						"name": "International",
						"technicalKey": "INTERNATIONAL"
					},
					"language": {
						"name": "en",
						"technicalKey": "en"
					}
				},
				"metadata": {},
				"country": {
					"shortName": "CH",
					"value": "SWITZERLAND"
				},
				"administrativeAreas": [
					{
						"value": "CANTON OF ST. GALLEN",
						"shortName": "SG",
						"type": {
							"name": "Region",
							"url": "https://meta.cdq.com/Address/administrative_area/type/region",
							"technicalKey": "REGION"
						}
					},
					{
						"value": "ST GALLEN",
						"shortName": "ST GALLEN"
					}
				],
				"postCodes": [
					{
						"value": "9008",
						"type": {
							"name": "Regular",
							"url": "https://meta.cdq.com/Address/post_code/type/regular",
							"technicalKey": "REGULAR"
						}
					}
				],
				"localities": [
					{
						"type": {
							"name": "City",
							"url": "https://meta.cdq.com/Address/locality/type/city",
							"technicalKey": "CITY"
						},
						"shortName": "ST. GALLEN",
						"value": "ST. GALLEN"
					},
					{
						"type": {
							"name": "District",
							"url": "https://meta.cdq.com/Address/locality/type/district",
							"technicalKey": "DISTRICT"
						},
						"shortName": "ST. GALLEN",
						"value": "ST. GALLEN"
					}
				],
				"thoroughfares": [
					{
						"type": {
							"name": "Street",
							"url": "https://meta.cdq.com/Address/thoroughfare/type/street",
							"technicalKey": "STREET"
						},
						"shortName": "LUKASSTR.",
						"number": "4",
						"value": "LUKASSTRASSE",
						"name": "LUKAS"
					}
				],
				"geographicCoordinates": {
					"latitude": 47.43949,
					"longitude": 9.3952
				}
			}
API  API/Data Curation API
Profile The profile in which a feature is activated by default n/a