{
  "$ref": "#/definitions/PopoloNameComponent",
  "definitions": {
    "PopoloNameComponent": {
      "type": "object",
      "properties": {
        "family_name": {
          "type": "string"
        },
        "given_name": {
          "type": "string"
        },
        "additional_name": {
          "type": "string"
        },
        "honorific_prefix": {
          "type": "string"
        },
        "honorific_suffix": {
          "type": "string"
        },
        "patronymic_name": {
          "type": "string"
        },
        "sort_name": {
          "type": "string",
          "description": "Sort-as name (family, given)"
        },
        "note": {
          "type": "string"
        },
        "start_date": {
          "type": "string",
          "description": "YYYY-MM-DD"
        },
        "end_date": {
          "type": "string",
          "description": "YYYY-MM-DD"
        }
      },
      "additionalProperties": false
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}