{
  "$id": "http://static-metadata-publisher:8080/metadata/schema/civil_registry/civil_person/schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "description": "",
  "properties": {
    "birth_date": {
      "format": "date",
      "type": "string"
    },
    "deceased": {
      "type": "boolean"
    },
    "district": {
      "type": "string"
    },
    "life_stage": {
      "type": "string"
    },
    "national_id": {
      "type": "string"
    }
  },
  "required": [
    "birth_date",
    "deceased",
    "district",
    "life_stage",
    "national_id"
  ],
  "schema_version": "registry-manifest-entity-json-schema/v1",
  "title": "Civil Person",
  "type": "object"
}