tgstation-server
The /tg/station 13 server suite
JsonFile.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
4 
5 namespace Tgstation.Server.Host.Components.Interop
6 {
10  sealed class JsonFile
11  {
15  public string AccessIdentifier { get; set; }
16 
20  public bool ApiValidateOnly { get; set; }
21 
25  public string InstanceName { get; set; }
26 
30  public string ChatChannelsJson { get; set; }
31 
35  public string ChatCommandsJson { get; set; }
36 
40  public string ServerCommandsJson { get; set; }
41 
45  public Api.Models.Internal.RevisionInformation Revision { get; set; }
46 
50  public DreamDaemonSecurity SecurityLevel { get; set; }
51 
55  public List<TestMerge> TestMerges { get; } = new List<TestMerge>();
56  }
57 }
Representation of the initial json passed to DreamDaemon
Definition: JsonFile.cs:10
DreamDaemonSecurity
DreamDaemon&#39;s security level