@sanity/schema 4.0.0-0 → 5.0.0-next.0-9b570ece82-202507150640

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/_internal.js CHANGED
@@ -2101,6 +2101,7 @@ function validateMediaLibraryAssetAspect(maybeAspect) {
2101
2101
  document: unsupportedTypeValidator("document"),
2102
2102
  image: unsupportedTypeValidator("image"),
2103
2103
  file: unsupportedTypeValidator("file"),
2104
+ video: unsupportedTypeValidator("sanity.video"),
2104
2105
  reference: unsupportedTypeValidator("reference"),
2105
2106
  crossDatasetReference: unsupportedTypeValidator("cross dataset reference")
2106
2107
  })