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