-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
132 lines (132 loc) · 4.39 KB
/
config.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
jsonldclient:
mappings:
-
type: Bookboon\ApiModels\Author
uri: '%env(BOOKBOON_API_HOST)%/v1/authors'
renamed_properties:
id: _id
-
type: Bookboon\ApiModels\Book
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\ProfessionalBook
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\AcademicBook
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\AudioBook
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\AudioTalkBook
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\VideoBook
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\ClassroomBook
uri: '%env(BOOKBOON_API_HOST)%/v1/books'
renamed_properties:
id: _id
slug: _slug
type: _type
-
type: Bookboon\ApiModels\Language
uri: '%env(BOOKBOON_API_HOST)%/v1/languages'
renamed_properties:
slug: _slug
-
type: Bookboon\ApiModels\Review
uri: '%env(BOOKBOON_API_HOST)%/v1/reviews'
-
type: Bookboon\ApiModels\BookChapter
uri: '%env(BOOKBOON_API_HOST)%/v1/books/{bookId}/chapters'
renamed_properties:
id: _id
-
type: Bookboon\ApiModels\ProfileRequest
uri: '%env(BOOKBOON_API_HOST)%/v1/questions/{segmentId}'
singleton: true
-
type: Bookboon\ApiModels\Exam
uri: '%env(BOOKBOON_API_HOST)%/v1/exams'
renamed_properties:
id: _id
-
type: Bookboon\ApiModels\Journey
uri: '%env(BOOKBOON_API_HOST)%/v1/journeys'
renamed_properties:
id: _id
featured: isFeatured
-
type: Bookboon\ApiModels\ReviewRequest
uri: '%env(BOOKBOON_API_HOST)%/v1/books/{bookId}/review'
singleton: true
-
type: Bookboon\ApiModels\Stream
uri: '%env(BOOKBOON_API_HOST)%/v1/books/{bookId}/stream'
singleton: true
renamed_properties:
live: isLive
-
type: Bookboon\ApiModels\BookTimeTag
uri: '%env(BOOKBOON_API_HOST)%/v1/books/{bookId}/timetags'
renamed_properties:
id: _id
-
type: Bookboon\ApiModels\Category
uri: '%env(BOOKBOON_API_HOST)%/v1/categories'
renamed_properties:
id: _id
slug: _slug
-
type: Bookboon\ApiModels\FrontPage
uri: '%env(BOOKBOON_API_HOST)%/v1/frontpage'
renamed_properties:
slug: _slug
-
type: Bookboon\ApiModels\Question
uri: '%env(BOOKBOON_API_HOST)%/v1/questions'
-
type: Bookboon\ApiModels\RotationVariant
uri: '%env(BOOKBOON_API_HOST)%/v1/rotations'
renamed_properties:
id: _id
-
type: Bookboon\ApiModels\Subscription
uri: '%env(BOOKBOON_API_HOST)%/v1/subscriptions'
singleton: true
-
type: Bookboon\ApiModels\SubscriptionRequest
uri: '%env(BOOKBOON_API_HOST)%/v1/subscriptions'
singleton: true
renamed_properties:
consented: hasConsented
-
type: Bookboon\ApiModels\MetricsResult
uri: '%env(BOOKBOON_API_HOST)%/v2/metrics/query'
singleton: true