File tree 10 files changed +9811
-0
lines changed
citrixonline.com/scim/N∕A
10 files changed +9811
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "definitions" : {
3
+ "all_shows" : {
4
+ "properties" : {
5
+ "created_at" : {
6
+ "format" : [
7
+ " date-time"
8
+ ],
9
+ "type" : [
10
+ " dateTime" ,
11
+ " string"
12
+ ]
13
+ },
14
+ "deleted_at" : {
15
+ "format" : [
16
+ " date-time"
17
+ ],
18
+ "type" : [
19
+ " dateTime" ,
20
+ " string"
21
+ ]
22
+ },
23
+ "updated_at" : {
24
+ "format" : [
25
+ " date-time"
26
+ ],
27
+ "type" : [
28
+ " dateTime" ,
29
+ " string"
30
+ ]
31
+ }
32
+ }
33
+ },
34
+ "episode" : {
35
+ "properties" : {
36
+ "date_added" : {
37
+ "format" : [
38
+ " date-time"
39
+ ],
40
+ "type" : [
41
+ " dateTime" ,
42
+ " string"
43
+ ]
44
+ },
45
+ "date_created" : {
46
+ "format" : [
47
+ " date-time"
48
+ ],
49
+ "type" : [
50
+ " dateTime" ,
51
+ " string"
52
+ ]
53
+ },
54
+ "updated_at" : {
55
+ "format" : [
56
+ " date-time"
57
+ ],
58
+ "type" : [
59
+ " dateTime" ,
60
+ " string"
61
+ ]
62
+ }
63
+ }
64
+ },
65
+ "show" : {
66
+ "properties" : {
67
+ "urls" : {
68
+ "items" : {
69
+ "name" : [
70
+ " self" ,
71
+ 0 ,
72
+ 0
73
+ ]
74
+ }
75
+ },
76
+ "web_profiles" : {
77
+ "items" : {
78
+ "$ref" : [
79
+ " web_profile" ,
80
+ 0 ,
81
+ 0
82
+ ]
83
+ }
84
+ }
85
+ }
86
+ },
87
+ "show_search_result" : {
88
+ "properties" : {
89
+ "web_profiles" : {
90
+ "items" : {
91
+ "$ref" : [
92
+ " web_profile" ,
93
+ 0 ,
94
+ 0
95
+ ]
96
+ }
97
+ }
98
+ }
99
+ },
100
+ "source_episode_tastemaker" : {
101
+ "extends" : [
102
+ " episode_tastemaker" ,
103
+ 0 ,
104
+ 0
105
+ ]
106
+ }
107
+ },
108
+ "paths" : {
109
+ "/tastemakers/episodes/{n}" : {
110
+ "get" : {
111
+ "parameters" : {
112
+ "0" : {
113
+ "default" : [
114
+ 10
115
+ ],
116
+ "defaultValue" : [
117
+ 10 ,
118
+ 0 ,
119
+ 0
120
+ ]
121
+ },
122
+ "_t" : " a"
123
+ }
124
+ }
125
+ },
126
+ "/tastemakers/episodes/source/{tastemaker_id}/{n}" : {
127
+ "get" : {
128
+ "parameters" : {
129
+ "1" : {
130
+ "default" : [
131
+ 10
132
+ ],
133
+ "defaultValue" : [
134
+ 10 ,
135
+ 0 ,
136
+ 0
137
+ ]
138
+ },
139
+ "_t" : " a"
140
+ }
141
+ }
142
+ },
143
+ "/tastemakers/shows/{n}" : {
144
+ "get" : {
145
+ "parameters" : {
146
+ "0" : {
147
+ "default" : [
148
+ 10
149
+ ],
150
+ "defaultValue" : [
151
+ 10 ,
152
+ 0 ,
153
+ 0
154
+ ]
155
+ },
156
+ "_t" : " a"
157
+ }
158
+ }
159
+ }
160
+ }
161
+ }
You can’t perform that action at this time.
0 commit comments