|
|
Line 62: |
Line 62: |
| "format": "text", | | "format": "text", |
| "title": "Status" | | "title": "Status" |
| },
| |
| "repository": {
| |
| "wiki": {
| |
| "name": "repository",
| |
| "title-parsed": "Repository",
| |
| "title": "Repository",
| |
| "unique-items": false,
| |
| "type": "schema"
| |
| },
| |
| "items": {
| |
| "type": "object",
| |
| "wiki": {
| |
| "name": "",
| |
| "type": "schema",
| |
| "layout": "section"
| |
| },
| |
| "properties": {
| |
| "url": {
| |
| "wiki": {
| |
| "name": "url",
| |
| "type": "property",
| |
| "multiple-items": false,
| |
| "required": true,
| |
| "input-config": [],
| |
| "label-parsed": "url",
| |
| "visibility": "visible",
| |
| "preferred-input": "OO.ui.TextInputWidget (url)",
| |
| "property-model": "json-schema"
| |
| },
| |
| "pattern": "https?:\\/\\/(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_\\+.~#?\u0026//=]*)",
| |
| "type": "string",
| |
| "format": "url",
| |
| "title": "url"
| |
| },
| |
| "comments": {
| |
| "wiki": {
| |
| "name": "comments",
| |
| "type": "property",
| |
| "multiple-items": false,
| |
| "input-config": {
| |
| "rows": 2
| |
| },
| |
| "label-parsed": "comments",
| |
| "visibility": "visible",
| |
| "preferred-input": "OO.ui.MultilineTextInputWidget",
| |
| "required": false,
| |
| "property-model": "json-schema"
| |
| },
| |
| "type": "string",
| |
| "format": "text",
| |
| "title": "comments"
| |
| }
| |
| },
| |
| "required": [
| |
| "url"
| |
| ]
| |
| },
| |
| "type": "array",
| |
| "title": "Repository",
| |
| "uniqueItems": false
| |
| }, | | }, |
| "Comments": { | | "Comments": { |