{
"fields": [
{
"name": "PersonReference",
"title": "PersonReference",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#int"
}
},
{
"name": "GivenNames",
"title": "GivenNames",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "FamilyName",
"title": "FamilyName",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Alias",
"title": "Alias",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "BirthDate",
"title": "BirthDate",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Gender",
"title": "Gender",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "UPRN",
"title": "UPRN",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#int"
}
},
{
"name": "Address1",
"title": "Address1",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address2",
"title": "Address2",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address3",
"title": "Address3",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address4",
"title": "Address4",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address5",
"title": "Address5",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Postcode",