OBJECT

SCETitle

Sony Computer Entertainment (SCE) title properties. Used as part of stream metadata for PlayStation.

link GraphQL Schema definition

1type SCETitle {
2
3ageRating: Int
4
5attribute: String
6
7genre: String
8
9id: ID
10
11isPreset: Boolean
12
13language: String
14
15metadata: String
16
17name: String
18
19presetText: [String]
20
21presetTextDescription: String
22
23productID: String
24
25sessionID: String
26
27shortName: String
28
29storeURL: String
30
31}