addedInput schema / properties / childrens_ages
Added value: +{
+ "description": "children ages, comma-separated (e.g. 5, 12, 17)",
+ "type": "string"
+}
changedInput schema / properties / family_size / description
Previous value: -"who is included (e.g. \"single\", \"couple\", \"family of 4\")"New value: +"who is included (e.g. \"single\", \"couple\", \"family of 4\") — optional summary; prefer number_of_children + childrens_ages"
addedInput schema / properties / marital_status
Added value: +{
+ "description": "married? Yes/No",
+ "enum": [
+ "Yes",
+ "No"
+ ],
+ "type": "string"
+}
addedInput schema / properties / message / description
Added value: +"short comment / interest description"
addedInput schema / properties / name / description
Added value: +"full name"
changedInput schema / properties / nationality / description
Previous value: -"current nationality / country of residence"New value: +"current nationality (country name)"
addedInput schema / properties / number_of_children
Added value: +{
+ "description": "how many children to include",
+ "type": "number"
+}
changedInput schema / properties / programme_interest / description
Previous value: -"programme or shortlist of interest (e.g. \"st-kitts-cbi\" or \"CBI Caribbean\")"New value: +"programme or shortlist of interest (e.g. \"st-kitts-cbi\" or \"CBI Caribbean\", or service category: \"Citizenship by Investment\", \"Residency by Investment\", \"Citizenship by Marriage\", \"Citizenship by Descent\", \"Passport Renewal\", \"Government Advisory\")"
addedInput schema / properties / residence_country
Added value: +{
+ "description": "current country of residence (if different from nationality)",
+ "type": "string"
+}
addedInput schema / properties / salutation
Added value: +{
+ "description": "salutation / honorific",
+ "enum": [
+ "Mr.",
+ "Ms.",
+ "Mrs.",
+ "Sheikh",
+ "Prof.",
+ "Dr."
+ ],
+ "type": "string"
+}