Skip to content

Commit

Permalink
feat: fix syntax in document
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Oct 20, 2023
1 parent efc92d9 commit 2c8fa71
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/openapi/components/schemas/credentials/EInvoiceCredential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ properties:
additionalProperties: false
required:
- type
- linkedDocuments
- relatedDocuments
- buyer
- consignee
type: object
properties:
type:
Expand Down Expand Up @@ -350,9 +349,13 @@ properties:
title: Items Shipped
description: Itemized list of shipped goods.
type: array
minItems: 1
maxItems: 1000
items:
type: object
additionalProperties: false
additionalProperties: false
required:
- type
properties:
type:
type: array
Expand Down Expand Up @@ -400,11 +403,8 @@ properties:
- kilogram
- tonne
- pounds
additionalProperties: false
required:
- type
minItems: 1
maxItems: 1000


shipment:
title: Shipment
description: Details about the shipment being made
Expand Down Expand Up @@ -541,6 +541,8 @@ properties:
- type
minItems: 0
maxItems: 1


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 2c8fa71

Please sign in to comment.