Variable graffitiFileSchemaConst
graffitiFileSchema: {
properties: {
value: {
properties: {
data: { type: "string" };
mimetype: { type: "string" };
name: { type: "string" };
};
required: readonly ["data", "mimetype", "name"];
};
};
}
Type declaration
Readonly
properties: {
value: {
properties: {
data: { type: "string" };
mimetype: { type: "string" };
name: { type: "string" };
};
required: readonly ["data", "mimetype", "name"];
};
}
A JSON Schema to represent a Graffiti object that contains an encoded File.