Table of Contents

Class Schema

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Firefly
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class Schema
Inheritance
object
Schema

Properties

AppFeatureFlags

[Key("AppFeatureFlags")]
public Dictionary<string, AppFeatureFlagDescriptor> AppFeatureFlags { get; set; }

Property Value

Dictionary<string, AppFeatureFlagDescriptor>

AppSettings

[Key("AppSettings")]
public string AppSettings { get; set; }

Property Value

string

Services

[Key("Services")]
public List<ServiceDescriptor> Services { get; set; }

Property Value

List<ServiceDescriptor>