Skip to content

Commit

Permalink
fix: add max length to base64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Oct 17, 2023
1 parent 945136f commit 75e2dfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ properties:
type: string
image:
type: string
format: uri
maxLength: 512000
credentialSubject:
type: object
properties:
Expand All @@ -77,6 +79,8 @@ properties:
type: string
image:
type: string
format: uri
maxLength: 512000
breed:
type: string
specialization:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ properties:
description: logo for this organization
type: string
format: uri
maxLength: 512000
additionalProperties: false
required:
- type
Expand Down

0 comments on commit 75e2dfd

Please sign in to comment.