Skip to content

Commit

Permalink
schema minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Greppi committed Aug 17, 2018
1 parent d228356 commit 5a89c44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fatturaPA_1.2_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"title": "Fattura Elettronica Italiana",
"properties": {
"versione": {
"type": "string",
"title": "Versione documento",
"description": "FPR12: Fattura tra Privati, FPA12: Fattura verso Pubblica Amministrazione",
"pattern": "^FP(A|R)12$",
"default": "FPA12"
"type": "string",
"title": "Versione documento",
"description": "FPR12: Fattura tra Privati, FPA12: Fattura verso Pubblica Amministrazione",
"pattern": "^FP(A|R)12$",
"default": "FPA12"
},
"FatturaElettronicaHeader": {
"type": "object",
Expand Down Expand Up @@ -388,7 +388,7 @@
}
}
},
"Contatti":{},
"Contatti": {},
"RiferimentoAmministrazione": {
"type": "string",
"title": "Eventuale riferimento utile al destinatario per automatizzare la gestione amministrativa dell’operazione in fattura",
Expand Down Expand Up @@ -559,7 +559,7 @@
"minItems": 1,
"items": {
"type": "object",
"title": "Fattura",
"title": "Corpo della Fattura Elettronica",
"properties": {
"DatiGenerali": {
"type": "object",
Expand Down

0 comments on commit 5a89c44

Please sign in to comment.