Skip to content

Commit

Permalink
feat: add digital signature section
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Oct 25, 2023
1 parent ecda154 commit ee3ba87
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/openapi/components/schemas/credentials/EInvoiceCredential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,29 @@ properties:
title: Reason
description: The reason the discount was applied
type: string
cfdi:
title: Comprobantes Fiscal Digital por Internet
description: Requirements for the CFDI digital certificate standard
type: object
properties:
taxUuid:
title: Tax UUID (folio fiscal)
description: Unique number provided by an authorized PAC that makes an invoice unique and allows the SAT to track the electronic invoice
type: string
digitalSignature:
title: Digital Signature
description: electronic signature key (FIEL)
type: string
digitalCertificate:
title: Digital Cerificate
description: digital stamp (Certificado de Sello Digital – CSD)
type: string
version:
title: Version
description: Version of the CFDI standard being used
default: v4.0
enum:
- v4.0
proof:
title: proof
description: A JSON Web Signature proof for a credential as defined by the VC data model
Expand Down

0 comments on commit ee3ba87

Please sign in to comment.