chore: Update JSON Schema to import settings with newly added field (#828)

This commit is contained in:
Rémi Marseault 2023-05-22 20:32:36 +02:00 committed by GitHub
parent 2e5ddcb319
commit 0f90c324fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,8 +134,8 @@ export const StoreStateSchema: JSONSchemaType<PersistentStoreState> = {
$id: '/schemas/mobileDashboardProperties',
type: 'array',
uniqueItems: true,
minItems: 13,
maxItems: 13,
minItems: 14,
maxItems: 14,
items: {
type: 'object',
properties: {
@ -144,6 +144,7 @@ export const StoreStateSchema: JSONSchemaType<PersistentStoreState> = {
enum: [
DashboardProperty.SIZE,
DashboardProperty.PROGRESS,
DashboardProperty.PROGRESS_BAR,
DashboardProperty.DOWNLOAD_SPEED,
DashboardProperty.UPLOAD_SPEED,
DashboardProperty.ETA,