schema: {
$schema: string;
items: {
properties: {
_id: { coerce: boolean; format: string; type: string };
appId: { type: string };
attempts: {
items: {
properties: {
time: { type: string };
timestamp: { coerce: boolean; format: string; type: string };
};
required: string[];
type: string;
};
minItems: number;
type: string;
};
controllerDID: { type: string };
stats: {
properties: {
averageTime: { type: string };
bestTime: { type: string };
};
type: string;
};
timestamp: { coerce: boolean; format: string; type: string };
};
required: string[];
type: string;
};
title: string;
type: string;
}
Type Declaration
$schema: string
items: {
properties: {
_id: { coerce: boolean; format: string; type: string };
appId: { type: string };
attempts: {
items: {
properties: {
time: { type: string };
timestamp: { coerce: boolean; format: string; type: string };
};
required: string[];
type: string;
};
minItems: number;
type: string;
};
controllerDID: { type: string };
stats: {
properties: {
averageTime: { type: string };
bestTime: { type: string };
};
type: string;
};
timestamp: { coerce: boolean; format: string; type: string };
};
required: string[];
type: string;
}
title: string
type: string