2 * NodeInfo schema version 2.0.
4 export interface HttpNodeinfoDiasporaSoftwareNsSchema20 {
6 * The schema version, must be 2.0.
10 * Metadata about server software in use.
14 * The canonical name of this server software.
18 * The version of this server software.
23 * The protocols supported on this server.
37 * The third party sites this server can connect to via their application API.
41 * The third party sites this server can retrieve messages from for combined display with regular traffic.
43 inbound: ('atom1.0' | 'gnusocial' | 'imap' | 'pnut' | 'pop3' | 'pumpio' | 'rss2.0' | 'twitter')[]
45 * The third party sites this server can publish messages to on the behalf of a user.
78 * Whether this server allows open self-registration.
80 openRegistrations: boolean
82 * Usage statistics for this server.
86 * statistics about the users of this server.
90 * The total amount of on this server registered users.
94 * The amount of users that signed in at least once in the last 180 days.
96 activeHalfyear?: number
98 * The amount of users that signed in at least once in the last 30 days.
103 * The amount of posts that were made by users that are registered on this server.
107 * The amount of comments that were made by users that are registered on this server.
109 localComments?: number
112 * Free form key value pairs for software specific values. Clients should not rely on any specific key present.