public static ISchema ParseSchemaString(string schemaString)
 {
     return(SchemaProvider.FromMetadata(schemaString).Schema);
 }