Skip to content

Commit

Permalink
fix(schema): remove default error message (#11)
Browse files Browse the repository at this point in the history
default message brings no value, in worst case is confusing.

TASK: SRV-593
  • Loading branch information
Olaf-Wolf3D authored Sep 4, 2023
1 parent 8f7f9f0 commit 39f45a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/gltf-asset.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
"type": "Validation data should be a JSON object.",
"required": {
"transforms": "Validation data should have a 'transforms' property."
},
"_": "Asset failed validation against its asset type ${0/assetType}."
}
}
}

0 comments on commit 39f45a9

Please sign in to comment.