AbdulElahGwaith's picture
Upload folder using huggingface_hub
c9d0005 verified
Raw
History Blame Contribute Delete
1.9 kB
export const schema = {
type: 'object',
labelWidth: 80,
properties: {
state: {
title: '้…’ๅบ—็Šถๆ€',
type: 'string',
widget: 'select',
props: {
options: [
{ label: '่ฅไธšไธญ', value: 'open' },
{ label: 'ๅทฒๆ‰“็ƒŠ', value: 'closed' },
],
},
},
labels: {
title: '้…’ๅบ—ๆ˜Ÿ็บง',
type: 'string',
},
created_at: {
title: 'ๆˆ็ซ‹ๆ—ถ้—ด',
type: 'string',
format: 'date',
},
},
};
export const schema2 = {
type: 'object',
labelWidth: 80,
properties: {
state: {
title: '้…’ๅบ—็Šถๆ€',
type: 'string',
widget: 'select',
props: {
options: [
{ label: '่ฅไธšไธญ', value: 'open' },
{ label: 'ๅทฒๆ‰“็ƒŠ', value: 'closed' },
{ label: 'ๆš‚ๅœ่ฅไธš', value: 'stop' },
],
},
},
labels: {
title: '้…’ๅบ—ๆ˜Ÿ็บง',
type: 'string',
},
created_at: {
title: 'ๆˆ็ซ‹ๆ—ถ้—ด',
type: 'string',
format: 'date',
},
labels1: {
title: '้…’ๅบ—ๆ˜Ÿ็บง',
type: 'string',
},
labels2: {
title: '้…’ๅบ—ๅœฐๅ€',
type: 'string',
},
labels3: {
title: '้…’ๅบ—็Šถๆ€',
type: 'string',
},
labels4: {
title: '้…’ๅบ—ๅŒบๅŸŸ',
type: 'string',
},
labels5: {
title: '้…’ๅบ—ๅŒบๅŸŸ',
type: 'string',
},
created_at1: {
title: 'ๆˆ็ซ‹ๆ—ถ้—ด',
type: 'string',
format: 'date',
},
labels11: {
title: '้…’ๅบ—ๆ˜Ÿ็บง',
type: 'string',
},
labels21: {
title: '้…’ๅบ—ๅœฐๅ€',
type: 'string',
},
labels31: {
title: '้…’ๅบ—็Šถๆ€',
type: 'string',
},
labels41: {
title: '้…’ๅบ—ๅŒบๅŸŸ',
type: 'string',
},
labels51: {
title: '้…’ๅบ—ๅŒบๅŸŸ',
type: 'string',
},
},
};