master
bhaskar 2 years ago
parent f7101cf39a
commit e2743a3712

@ -651,9 +651,9 @@ module.exports = function (fastify, opts, next) {
type: 'object',
properties: {
picture: {
type: 'object',
type: 'string',
properties: {
data: { type: 'string' }, // Remove the "format" property
data: { type: 'string' },
encoding: { type: 'string' },
filename: { type: 'string' },
},

Loading…
Cancel
Save