-
Notifications
You must be signed in to change notification settings - Fork 1
/
eInfraCentral_SDTv1.12.json
36 lines (36 loc) · 1.63 KB
/
eInfraCentral_SDTv1.12.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"id": "(required on PUT only)",
"url": "'http://service.url' (required)",
"name": "'Service Name' (required)",
"tagline": "'Service Slogan' (optional)",
"description": "'Service Description' (required)",
"options": "'Service Options' (optional)",
"targetUsers": "'Service Target Users' (optional)",
"userValue": "'Service User Value' (optional)",
"userBase": "'Service User Base' (optional)",
"symbol": "'http://symbol.url' (required)",
"multimediaURL": "'http://multimedia.url' (optional)",
"providers": "['provider1', 'provider2'] (required)",
"version": "'1.08' (required)",
"lastUpdate": "'2018-01-30' (required)",
"changeLog": "'Service Changelog' (optional)",
"validFor": "'2050-04-27' (optional)",
"lifeCycleStatus": "'production', 'alpha' or 'beta' (required)",
"trl": "'7', '8' or '9' (required)",
"category": "'x' (required)",
"subcategory": "'x' (required)",
"places": "['p1', 'p2'] (required)",
"languages": "['l1', 'l2'] (required)",
"tags": "['tag1', 'tag2'] (optional)",
"requiredServices": "['service1', 'service2'] (optional)",
"relatedServices": "['service1', 'service2'] (optional)",
"order": "'http://order.url' (required)",
"helpdesk": "'http://helpdesk.url' (optional)",
"userManual": "'http://manual.url' (optional)",
"trainingInformation": "'http://training.url' (optional)",
"feedback": "'http://feedback.url' (optional)",
"price": "'http://price.url' (optional)",
"serviceLevelAgreement": "'http://sla.url' (required)",
"termsOfUse": "['http://terms1.url', 'http://terms2.url'] (optional)",
"funding": "'Service Funding Sources' (optional)"
}