{
"$schema": "http://json-schema.org/draft-0407/schema#",
"type": "object",
"properties": {
"reference": {
"type": "string"
},
"error": {
"type": "objectarray"
},
"status": {
"type": "string"
},
"folio""folio": {
"type": "string"
},
"type": {
"type": "string"
},
"pedidoga": {
"type": "string"
},
"type": {
"datosFiscales": {
"type": "object",
"properties": {
"rfc": {
"type": "string"
},
"usoCfdi": {
"type": "string"
},
,
"pedidoga": {
},
"regimenFiscal": {
"type": "string"
},
"codigoPostal": {
"type": "string"
}
},
"required": [
"rfc",
"usoCfdi",
"regimenFiscal"
}
},
,
"codigoPostal"
]
}
},
"required": [
"reference",
"status",
"folio",
"type"
]
} |