Skip to content

Commit

Permalink
remove another comma, and un-require the type field
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Dec 4, 2024
1 parent 3a5738d commit 6f8f8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latest/schemas/image.schema
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"type": "string"
}
},
"required": ["name", "type"]
},
"required": ["name"]
}
},
"coordinateTransformations": {
"type": "array",
Expand Down

0 comments on commit 6f8f8e2

Please sign in to comment.