Skip to content

Commit

Permalink
Default to non embedded image if flag is absent
Browse files Browse the repository at this point in the history
  • Loading branch information
b-wils committed Jul 31, 2024
1 parent 85dafae commit b50ffea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/assets/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"if": {
"properties": {
"e": {"const": 1}
}
},
"required": ["e"]
},
"then": {
"properties": {
Expand Down

0 comments on commit b50ffea

Please sign in to comment.