The idea is to improve the attribute so that not a full URI is necessary. ``` c# [SupportedClass(BaseUri = "http://example.com/api#")] public class Model { } ``` This would produce class id `http://example.com/api#Model`.