예제 #1
0
        private static string GetRootName(Manatee.Json.Schema.JsonSchema jsonSchema)
        {
            Guard.AssertArgumentNotNull(jsonSchema.Properties(), nameof(jsonSchema));

            return(jsonSchema.Properties().FirstOrDefault().Key);
        }