{
  "title": "propertyStatusCode",
  "description": "provides a value to show the lifecycle stage of the address record",
  "primaryKey": ["value"],
  "type": "object",
  "audit": false,
  "properties": {
    "value": {
      "type": "integer",
      "maxLength": 2
    },
    "description": {
      "type": "string",
      "maxLength": 20
    }
  },
  "required": ["value", "description"]
}

