Skip to content

Commit

Permalink
feat: logo and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Nov 21, 2023
1 parent 0710fa7 commit 0a06980
Showing 1 changed file with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ properties:
type: string
enum:
- Organization
logo:
title: Logo of Issuing Organization
type: string
format: uri
maxLength: 512000
id:
title: Issuer's Identifier
description: Issuing organization identifier, typically a Decentralized Identifier (DID).
Expand Down Expand Up @@ -175,14 +180,6 @@ properties:
type: string
enum:
- Invoice
isProforma:
title: is Pro Forma
description: Indicates if this credential is a Pro Forma Invoice, or a normal invoice.
type: boolean
identifier:
title: Property Identifier
description: Identifiers for a property.
type: string
invoiceNumber:
title: Invoice Number
description: Invoice Number.
Expand Down Expand Up @@ -664,14 +661,14 @@ properties:
type: string
enum:
- QuantitativeValue
unitCode:
title: Unit Code
description: Unit of measurement.
type: string
value:
title: Value
description: Value or amount.
type: string
unitCode:
title: Unit Code
description: Unit of measurement.
type: string
additionalProperties: false
required:
- type
Expand Down Expand Up @@ -885,14 +882,14 @@ properties:
type: string
enum:
- QuantitativeValue
unitCode:
title: Unit Code
description: Unit of measurement.
type: string
value:
title: Value
description: Value or amount.
type: string
unitCode:
title: Unit Code
description: Unit of measurement.
type: string
additionalProperties: false
required:
- type
Expand Down Expand Up @@ -1217,7 +1214,6 @@ example: |-
"purchaseOrderNumbers": [
"PO992765413"
],
"isProforma": false,
"destinationCountry": "MX",
"purchaseDate": "2021-02-21",
"seller": {
Expand Down

0 comments on commit 0a06980

Please sign in to comment.