@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.mjs CHANGED
@@ -2108,6 +2108,7 @@ function validateMediaLibraryAssetAspect(maybeAspect) {
2108
2108
  document: unsupportedTypeValidator("document"),
2109
2109
  image: unsupportedTypeValidator("image"),
2110
2110
  file: unsupportedTypeValidator("file"),
2111
+ video: unsupportedTypeValidator("sanity.video"),
2111
2112
  reference: unsupportedTypeValidator("reference"),
2112
2113
  crossDatasetReference: unsupportedTypeValidator("cross dataset reference")
2113
2114
  })