VisualDataSchema:ContactManager/Job delete old revisions: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
Created page with "{"type":"object","title":"ContactManager\/Job delete old revisions","properties":{"is_running":{"type":"boolean","title":"Is running"},"start_date":{"type":"string","title":"Start date"},"end_date":{"type":"null","title":"End date"}}}"
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{
{
"type": "object",
"wiki": {
"title": "ContactManager/Job delete old revisions",
"type": "schema",
"uuid": "680d700c814c1",
"name": "ContactManager/Job delete old revisions"
},
"properties": {
"properties": {
"name": {
"wiki": {
"name": "name",
"type": "property",
"multiple-items": false,
"required": true,
"label": "name",
"uuid": "680d700c814c5",
"visibility": "visible",
"preferred-input": "OO.ui.TextInputWidget",
"input-config": []
},
"type": "string",
"format": "text",
"title": "name"
},
"is_running": {
"is_running": {
"wiki": {
"name": "is_running",
"type": "property",
"multiple-items": false,
"label": "is running",
"help-message": "'''Attention''', this field is automatically handled. Toggle manually off only if a job hasn't completed and isn't running.",
"uuid": "680d704bc4ef8",
"visibility": "visible",
"preferred-input": "OO.ui.ToggleSwitchWidget",
"input-config": [],
"required": false
},
"type": "boolean",
"type": "boolean",
"title": "Is running"
"title": "is running",
"description": "\u003Cb\u003EAttention\u003C/b\u003E, this field is automatically handled. Toggle manually off only if a job hasn't completed and isn't running."
},
},
"start_date": {
"start_date": {
"wiki": {
"name": "start_date",
"type": "property",
"multiple-items": false,
"visibility": "hidden",
"label": "start date",
"uuid": "680d84db82924",
"preferred-input": "mw.widgets.datetime.DateTimeInputWidget",
"input-config": [],
"required": false
},
"options": {
"hidden": true
},
"type": "string",
"type": "string",
"title": "Start date"
"format": "datetime",
"title": "start date"
},
},
"end_date": {
"end_date": {
"type": "null",
"wiki": {
"title": "End date"
"name": "end_date",
"type": "property",
"multiple-items": false,
"visibility": "hidden",
"label": "end date",
"uuid": "680d84db82927",
"preferred-input": "mw.widgets.datetime.DateTimeInputWidget",
"input-config": [],
"required": false
},
"options": {
"hidden": true
},
"type": "string",
"format": "datetime",
"title": "end date"
}
}
}
},
"required": [
"name"
],
"type": "object"
}
}

Latest revision as of 18:49, 24 May 2025

wiki
type"schema"
uuid"680d700c814c1"
name"ContactManager/Job delete old revisions"
properties
name
wiki
name"name"
type"property"
multiple-itemsfalse
requiredtrue
label"name"
uuid"680d700c814c5"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
type"string"
format"text"
title"name"
is_running
wiki
name"is_running"
type"property"
multiple-itemsfalse
label"is running"
help-message"'''Attention''', this field is automatically handled. Toggle manually off only if a job hasn't completed and isn't running."
uuid"680d704bc4ef8"
visibility"visible"
preferred-input"OO.ui.ToggleSwitchWidget"
input-config
Empty array
requiredfalse
type"boolean"
title"is running"
description"<b>Attention</b>, this field is automatically handled. Toggle manually off only if a job hasn't completed and isn't running."
start_date
wiki
name"start_date"
type"property"
multiple-itemsfalse
visibility"hidden"
label"start date"
uuid"680d84db82924"
preferred-input"mw.widgets.datetime.DateTimeInputWidget"
input-config
Empty array
requiredfalse
options
hiddentrue
type"string"
format"datetime"
title"start date"
end_date
wiki
name"end_date"
type"property"
multiple-itemsfalse
visibility"hidden"
label"end date"
uuid"680d84db82927"
preferred-input"mw.widgets.datetime.DateTimeInputWidget"
input-config
Empty array
requiredfalse
options
hiddentrue
type"string"
format"datetime"
title"end date"
required
"name"
type"object"