Class Schema
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class Schema
- Inheritance
-
objectSchema
Properties
AppFeatureFlags
[Key("AppFeatureFlags")]
public Dictionary<string, AppFeatureFlagDescriptor> AppFeatureFlags { get; set; }
Property Value
AppSettings
[Key("AppSettings")]
public string AppSettings { get; set; }
Property Value
Services
[Key("Services")]
public List<ServiceDescriptor> Services { get; set; }