changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "eventi": {
+ "description": "La pagina di risultati, lunga al massimo quanto `limite`.",
+ "items": {
+ "properties": {
+ "biglietteria_url": {
+ "description": "Dove si comprano i biglietti, solo se l'atto lo riportava.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "categoria": {
+ "description": "Uno dei valori ammessi per il filtro categoria.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "comune": {
+ "description": "Identificativo del comune, quello che vuole il filtro comune.",
+ "type": "string"
+ },
+ "comune_nome": {
+ "description": "Nome del comune per esteso.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "created_at": {
+ "description": "ISO 8601 UTC.",
+ "type": "string"
+ },
+ "data_fine": {
+ "description": "Formato 'YYYY-MM-DD'. Uguale a data_inizio se l'evento dura un giorno.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "data_inizio": {
+ "description": "Formato 'YYYY-MM-DD'.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "date_occorrenze": {
+ "description": "Le singole date quando l'evento non occupa un intervallo pieno, per esempio tre domeniche di fila.",
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "descrizione": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fonte_permanente_url": {
+ "description": "La nostra copia permanente dell'atto, che non scade.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fonte_url": {
+ "description": "L'atto sul portale del comune. Puo' sparire quando l'albo ruota.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Identificativo da passare a dettaglio_evento.",
+ "type": "string"
+ },
+ "info_utili": {
+ "description": "Note pratiche: orari, come arrivare, prenotazioni.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ingresso": {
+ "description": "Nullo quando l'atto non lo dichiara, ed e' il caso di gran lunga piu' frequente. Nullo NON vuol dire gratis: se manca, dillo, non dedurlo.",
+ "enum": [
+ "libero",
+ "pagamento",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lat": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "locandina_url": {
+ "description": "La locandina, quando il comune ne ha pubblicata una.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lon": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "luogo": {
+ "description": "Indirizzo o luogo preciso, quando l'atto lo dice.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "maps_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "organizzatore_ente": {
+ "description": "Chi organizza, quando e' un ente e non una persona.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "provincia": {
+ "description": "Sigla della provincia.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "regione": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stato_temporale": {
+ "description": "Se e' in corso, in arrivo o concluso.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "titolo": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "updated_at": {
+ "description": "ISO 8601 UTC.",
+ "type": "string"
+ },
+ "url": {
+ "description": "La pagina dell'evento sul nostro sito: e' questo il link da citare.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "comune",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totale": {
+ "description": "Quanti eventi rispondono ai criteri in tutto, anche oltre quelli riportati qui.",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "totale",
+ "eventi"
+ ],
+ "type": "object"
+}