使用 AJV 验证 multipart/formData(类型文件)

时间:2021-04-20 11:47:32

标签: node.js arrays multipartform-data json-schema-validator ajv

我正在尝试使用 AJV 来验证在其属性之一中包含文件的 multipart/formData 这是 formDta 正文

 {   
    file: { type: 'file' },   
    format: { type: 'string'},  
    isExpired: { type: 'boolean' },  
    description: { type: 'string' } }

0 个答案:

没有答案
相关问题