{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.opencityitalia.it/website/comuni/organization/v1.json",
  "title": "Unità organizzativa",
  "description": "Ufficio, area o struttura organizzativa di un comune. I campi elencati sono il contratto minimo garantito; tenant con moduli opzionali possono esporre campi aggiuntivi.",
  "type": "object",
  "properties": {
    "id": {
      "title": "Identificativo",
      "description": "tenantId:objectId (es. bugliano:228)",
      "type": "string"
    },
    "tenant_id": {
      "title": "Ente",
      "type": "string",
      "format": "uuid"
    },
    "created_at": {
      "title": "Data pubblicazione",
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "title": "Data aggiornamento",
      "type": "string",
      "format": "date-time"
    },
    "legal_name": {
      "title": "Denominazione",
      "type": "string"
    },
    "alternative_name": {
      "title": "Nome alternativo",
      "description": "Rinominato da alt_name",
      "type": [
        "string",
        "null"
      ]
    },
    "abstract": {
      "title": "Sommario",
      "description": "HTML string",
      "type": [
        "string",
        "null"
      ]
    },
    "main_function": {
      "title": "Competenze e funzioni",
      "description": "HTML string",
      "type": [
        "string",
        "null"
      ]
    },
    "type": {
      "title": "Tipo",
      "description": "Tag tassonomici (eztags)",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "identifier": {
      "title": "Codice identificativo",
      "type": [
        "string",
        "null"
      ]
    },
    "topics": {
      "title": "Argomenti",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    },
    "image": {
      "title": "Immagine",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    },
    "has_spatial_coverage": {
      "title": "Copertura geografica",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    },
    "has_online_contact_point": {
      "title": "Canali di contatto online",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    },
    "hold_employment": {
      "title": "Persone",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    },
    "attachments": {
      "title": "Allegati",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    },
    "more_information": {
      "title": "Ulteriori informazioni",
      "description": "HTML string",
      "type": [
        "string",
        "null"
      ]
    },
    "tax_code": {
      "title": "Codice fiscale / Codice IPA",
      "description": "Rinominato da tax_code_e_invoice_service",
      "type": [
        "string",
        "null"
      ]
    },
    "offered_services": {
      "title": "Servizi offerti",
      "description": "Rinominato da servizi_offerti (openpareverserelationlist)",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "tenantId:objectId (es. bugliano:228)"
          },
          "type_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "object_id": {
            "type": "string"
          },
          "remote_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "id",
          "object_id"
        ]
      }
    }
  },
  "required": [
    "id",
    "tenant_id",
    "created_at",
    "updated_at",
    "legal_name"
  ]
}