Formats raw schema source into the canonical serialized form.
String formatSource(String source) { return schemaToSource(parser.parse(source)); }