# File lib/cimi/model/schema.rb, line 116
    def convert_from_json(json)
      sub = struct.new
      @schema.from_json(json, sub)
      sub
    end