protected function buildSchema($parsed)
 {
     $builder = new SchemaBuilder();
     return $builder->build($parsed);
 }