export const itemsSchema = { type: 'array', items: { type: 'string', }, };