[out:json][timeout:800];// Get all schools in current bounding box(way[amenity=school]({{bbox}});node[amenity=school]({{bbox}});rel[amenity=school]({{bbox}});)->.schools;
[out:json][timeout:800];
// Get all schools in current bounding box
( way[amenity=school]({{bbox}});
node[amenity=school]({{bbox}});
rel[amenity=school]({{bbox}});
) -> .schools;