Công cụ định dạng & Mã
gRPC .proto ⇄ JSON Schema
Bridge protobuf and JSON Schema definitions.
Ghi chú của biên tập viên
Understanding · Two schema languages — one for wire, one for validation.
Chương phân tích chuyên sâu này hiện chỉ có sẵn bằng tiếng Anh. Công cụ chuyển đổi ở trên hoạt động bằng ngôn ngữ của bạn; bài viết giải thích dài chưa được dịch.
Các câu hỏi thường gặp
Quick answers.
›How are protobuf types mapped to JSON Schema?
The converter follows standard proto3 mapping conventions. For example, `string` and `bytes` become `string` types in JSON Schema, while numeric types like `int32` are mapped to `number` or `integer` with range constraints.
›Is my API schema sent to a server?
No. The parsing and transformation logic is executed locally using JavaScript in your browser, keeping your protobuf definitions confidential.
›Can I convert from JSON Schema back to .proto?
Yes, the tool is bidirectional. You can paste a JSON Schema to generate equivalent protobuf message definitions, though documentation tags and specific gRPC service options may require manual adjustment.
›Does it support nested messages and enums?
Yes. The tool recursively processes nested messages, enums, and `oneof` fields into their corresponding `definitions` or `anyOf` representations in JSON Schema.
Mọi người cũng tìm kiếm
Công cụ liên quan
More in this room.
- Trình xác thực OpenAPI / SwaggerXác thực các thông số kỹ thuật OpenAPI 3 dựa trên các quy tắc thông số kỹ thuật.
- OpenAPI 3.1 YAML ⇄ JSONChuyển đổi các đặc tả OpenAPI giữa YAML và JSON.
- OpenAPI → Axios Client TypeScriptTạo một Axios client có kiểu từ bất kỳ đặc tả OpenAPI nào.
- OpenAPI → Hook React QueryCác hook useQuery + useMutation được tự động tạo cho mỗi endpoint.
- OpenAPI → Postman CollectionTạo Postman collection v2.1 từ bất kỳ đặc tả OpenAPI nào.
- GraphQL SDL ⇄ Kiểu TypeScriptDuyệt qua một schema, phát ra các interface có kiểu — và ngược lại.