def resource(cls: Type['Schema']) -> str: """The resource name of this schema.""" return Naming.resource(cls.t)
def resource(cls): return Naming.resource(cls.type)