Skip to content

Commit

Permalink
fix: Fixed image required src (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Jan 10, 2022
1 parent c346be9 commit 4ee15de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/components/image.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"required": [
"type",
"path"
"src"
],
"additionalProperties": false
}

0 comments on commit 4ee15de

Please sign in to comment.