Skip to content

Commit bfb2121

Browse files
committed
Initial
1 parent 31c8998 commit bfb2121

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

satdigitalinvoice/schemas/cliente.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
$schema: 'https://json-schema.org/draft/2020-12/schema'
22
type: object
33
properties:
4+
ActaConstitutiva:
5+
type: string
46
CodigoPostal:
57
type: string
68
IdCIF:
@@ -45,6 +47,8 @@ properties:
4547
type: string
4648
Domicilio:
4749
type: string
50+
Poder:
51+
type: string
4852
additionalProperties: false
4953
Fiadores:
5054
type: array

0 commit comments

Comments
 (0)