{"allOf":[{"description":"Base type for all commands in the system","allOf":[{"type":"object","description":"Base message type that all commands and events inherit from","required":["id"],"properties":{"id":{"type":"string","description":"Unique identifier for the message, typically a UUID","default":"UUID generated string","x-parser-schema-id":"<anonymous-schema-1>"}},"x-parser-schema-id":"Message"}],"x-parser-schema-id":"Command"},{"type":"object","description":"Command to update the registration, postal, or operating address of an individual party","required":["id","qualifiedOriginPartyId","addressType","country"],"properties":{"qualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the individual party whose address is being updated","x-parser-schema-id":"<anonymous-schema-109>"},"addressType":{"type":"string","description":"The category of address being provided for a party","enum":["REGISTRATION","POSTAL","OPERATING"],"example":"REGISTRATION","x-parser-schema-id":"AddressType"},"country":{"type":"string","description":"The country, typically as a two-letter ISO country code","x-parser-schema-id":"<anonymous-schema-110>"},"streetName":{"type":"string","nullable":true,"description":"The name of the street","x-parser-schema-id":"<anonymous-schema-111>"},"buildingNumber":{"type":"string","nullable":true,"description":"The building number on the street","x-parser-schema-id":"<anonymous-schema-112>"},"buildingName":{"type":"string","nullable":true,"description":"The name of the building, if applicable","x-parser-schema-id":"<anonymous-schema-113>"},"floor":{"type":"string","nullable":true,"description":"The floor number within the building","x-parser-schema-id":"<anonymous-schema-114>"},"postBox":{"type":"string","nullable":true,"description":"Post box or mail box identifier","x-parser-schema-id":"<anonymous-schema-115>"},"suite":{"type":"string","nullable":true,"description":"Suite or apartment number","x-parser-schema-id":"<anonymous-schema-116>"},"postCode":{"type":"string","nullable":true,"description":"Postal or ZIP code","x-parser-schema-id":"<anonymous-schema-117>"},"townName":{"type":"string","nullable":true,"description":"The name of the town or city","x-parser-schema-id":"<anonymous-schema-118>"},"townLocationName":{"type":"string","nullable":true,"description":"A specific location within the town","x-parser-schema-id":"<anonymous-schema-119>"},"districtName":{"type":"string","nullable":true,"description":"District, county, or regional division","x-parser-schema-id":"<anonymous-schema-120>"},"countrySubDivision":{"type":"string","nullable":true,"description":"Sub-division of the country (e.g., state, province)","x-parser-schema-id":"<anonymous-schema-121>"}},"x-parser-schema-id":"<anonymous-schema-108>"}],"x-parser-schema-id":"UpdateIndividualAddress"}