-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathtraining-schema.rx.yml
59 lines (59 loc) · 1.6 KB
/
training-schema.rx.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# training provider schema version 0.3
# https://rx.codesimply.com/
type: //rec
required:
provider:
type: //str
website: //str
optional:
price-category: # see price categories listed on website
type: //any
of:
- type: //str
value: budget
- type: //str
value: value
- type: //str
value: premium
- type: //str
value: exclusive
previews-available: //bool
discount-bulk-purchase: //bool
focus-area: # see acronyms listed on website
type: //arr
contents: //str
trainings:
type: //rec
required:
name: //str
optional:
short-description: //str
length:
min: 1
max: 256
description: //
length:
min: 1
max: 4096
tags:
type: //arr
contents: //str
price: //str
duration: //int # in hours
with-labs: //bool
preview-urls:
type: //arr
contents: //str
type: # see price categories listed on website
type: //any
of:
- type: //str
value: self-paced
- type: //str
value: on-site
- type: //str
value: live
- type: //str
value: offline
- type: //str
value: all