534
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| jsondata | |||
|---|---|---|---|
| Line 21: | Line 21: | ||
"📃" | "📃" | ||
], | ], | ||
"name": "FundingCall" | "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": [ | "@context": [ | ||
" | { | ||
"submission_deadline": "Property:HasEndDate" | |||
} | |||
], | ], | ||
"allOf": [ | "allOf": [ | ||
| Line 22: | Line 24: | ||
"required": [ | "required": [ | ||
"type" | "type" | ||
], | |||
"defaultProperties": [ | |||
"submission_deadline", | |||
"urls" | |||
], | ], | ||
"properties": { | "properties": { | ||
edits