Skip to content

Commit

Permalink
fix: quantizationParameter.mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashem authored and rgwozdz committed Feb 26, 2024
1 parent 28f7504 commit bd610f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const esriExtentSchema = joi.object({
const quantizationParametersSchema = joi.object({
originPosition: joi.string().optional(),
tolerance: joi.number().optional(),
extent: esriExtentSchema.optional()
extent: esriExtentSchema.optional(),
mode: joi.string().optional(),
});


Expand Down

0 comments on commit bd610f7

Please sign in to comment.