namespace Microsoft.SelfService.Portal.Core.API.JsonDocuments { public enum ConfigurationDocumentKind { Template, DeploymentOverride, Metadata } }