Skip to content

Commit 711d0b2

Browse files
committed
docs: Changed json docs to reflect v1.2.2 schema changes
1 parent a9b3865 commit 711d0b2

File tree

2 files changed

+783
-1
lines changed

2 files changed

+783
-1
lines changed

docs/ticketbai-cancel-json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vatId": {
2626
"type": "string",
2727
"pattern": "^(([a-z|A-Z]{1}\\d{7}[a-z|A-Z]{1})|(\\d{8}[a-z|A-Z]{1})|([a-z|A-Z]{1}\\d{8}))$",
28-
"description": "IFZ - NIF"
28+
"description": "IFZ: 9 zifrako edo letrako segida - NIF: Secuencia de 9 d\u00edgitos o letras"
2929
},
3030
"name": {
3131
"type": "string",
@@ -48,6 +48,7 @@
4848
},
4949
"invoiceNumber": {
5050
"type": "string",
51+
"minLength": 1,
5152
"maxLength": 20,
5253
"description": "Fakturaren zenbakia - N\u00famero factura"
5354
},

0 commit comments

Comments
 (0)