Packages

Validación CFDI basada en esquemas JSON

Current section

Files

Jump to
sat_xsd priv schemas cfdi.json
Raw

priv/schemas/cfdi.json

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"Version": { "type": "string" },
"Serie": { "type": "string" },
"Folio": { "type": "string" }
},
"required": ["Version"]
}