addedOutput schema / $defs
Added value: +{
+ "ProtezioneReteOutput": {
+ "description": "Stato corrente e operazioni distinte, incluso un recupero storico.",
+ "properties": {
+ "acquisita_il": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Acquisita Il"
+ },
+ "attivita": {
+ "title": "Attivita",
+ "type": "string"
+ },
+ "avviso": {
+ "title": "Avviso",
+ "type": "string"
+ },
+ "consumo_attivita": {
+ "title": "Consumo Attivita",
+ "type": "string"
+ },
+ "consumo_globale": {
+ "title": "Consumo Globale",
+ "type": "string"
+ },
+ "cooldown_fino": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cooldown Fino"
+ },
+ "livello": {
+ "title": "Livello",
+ "type": "string"
+ },
+ "origine": {
+ "title": "Origine",
+ "type": "string"
+ },
+ "rapporti": {
+ "items": {
+ "$ref": "#/$defs/RapportoReteOutput"
+ },
+ "title": "Rapporti",
+ "type": "array"
+ },
+ "richieste_residue": {
+ "title": "Richieste Residue",
+ "type": "integer"
+ },
+ "ultimo_incidente": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Ultimo Incidente"
+ }
+ },
+ "required": [
+ "origine",
+ "attivita",
+ "consumo_attivita",
+ "consumo_globale",
+ "richieste_residue",
+ "livello",
+ "avviso"
+ ],
+ "title": "ProtezioneReteOutput",
+ "type": "object"
+ },
+ "RapportoReteOutput": {
+ "description": "Parte serializzabile del rapporto SQLite, senza dati di ricerca.",
+ "properties": {
+ "acquisita_il": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Acquisita Il"
+ },
+ "attivita": {
+ "title": "Attivita",
+ "type": "string"
+ },
+ "avviso": {
+ "title": "Avviso",
+ "type": "string"
+ },
+ "consumo_attivita": {
+ "title": "Consumo Attivita",
+ "type": "string"
+ },
+ "consumo_globale": {
+ "title": "Consumo Globale",
+ "type": "string"
+ },
+ "cooldown_fino": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cooldown Fino"
+ },
+ "livello": {
+ "title": "Livello",
+ "type": "string"
+ },
+ "origine": {
+ "title": "Origine",
+ "type": "string"
+ },
+ "richieste_residue": {
+ "title": "Richieste Residue",
+ "type": "integer"
+ },
+ "ultimo_incidente": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Ultimo Incidente"
+ }
+ },
+ "required": [
+ "origine",
+ "attivita",
+ "consumo_attivita",
+ "consumo_globale",
+ "richieste_residue",
+ "livello",
+ "avviso"
+ ],
+ "title": "RapportoReteOutput",
+ "type": "object"
+ }
+}