import { i as integer } from './index-a7364a0a.js';
import { b0 as text } from './index-3e2963fd.js';
const cloudImageSchema = {
src: text({
label: 'URL',
validation: {
length: {
min: 1
}
}),
alt: text({
label: 'Alt text'
height: integer({
label: 'Height'
width: integer({
label: 'Width'
})
};
export { cloudImageSchema as c };