531
edits
(Update package: OSW Base) |
m (Protected "Funding Call": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
||
| (One intermediate revision by the same user not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:OSWcbb09a36336740c6a2cd62db9bf647ec" | |||
], | |||
"type": [ | |||
"Category:Category" | |||
], | |||
"uuid": "d22af0aa-3b00-462a-9da9-b509538e8926", | |||
"label": [ | |||
{ | |||
"text": "Funding Call", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Förderaufruf", | |||
"lang": "de" | |||
} | |||
], | |||
"utf8_icon": [ | |||
"💸", | |||
"📃" | |||
], | |||
"name": "FundingCall", | |||
"description": [ | |||
{ | |||
"text": "Announcement of a funding opportunity with details of the funding conditions", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Bekanntgabe einer Fördermöglichkeit unter Angabe der Förderbedingungen", | |||
"lang": "de" | |||
} | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSWcbb09a36336740c6a2cd62db9bf647ec?action=raw\u0026slot=jsonschema", | |||
{ | |||
"submission_deadline": "Property:HasEndDate" | |||
} | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSWcbb09a36336740c6a2cd62db9bf647ec?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "d22af0aa-3b00-462a-9da9-b509538e8926", | |||
"title": "FundingCall", | |||
"title*": { | |||
"en": "Funding Call", | |||
"de": "Förderaufruf" | |||
}, | |||
"description": "Announcement of a funding opportunity with details of the funding conditions", | |||
"description*": { | |||
"en": "Announcement of a funding opportunity with details of the funding conditions", | |||
"de": "Bekanntgabe einer Fördermöglichkeit unter Angabe der Förderbedingungen" | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"defaultProperties": [ | |||
"submission_deadline", | |||
"urls" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSWd22af0aa3b00462a9da9b509538e8926" | |||
] | |||
}, | |||
"submission_deadline": { | |||
"title": "Submission deadline", | |||
"type": "string", | |||
"format": "date", | |||
"title*": { | |||
"de": "Einreichungsfrist" | |||
}, | |||
"options": { | |||
"flatpicker": {} | |||
} | |||
}, | |||
"urls": { | |||
"title": "Call text (url)", | |||
"type": "string", | |||
"format": "url", | |||
"title*": { | |||
"de": "Ausschreibungstext (Link)" | |||
} | |||
} | |||
} | |||
} | } | ||
edits