Protocol Buffers (Protobuf) Schema

Protocol Buffers is Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. Proto schemas (.proto files) define messages and services, and are used heavily in gRPC APIs.

API entry from apis.yml

apis.yml Raw ↑
name: Protocol Buffers (Protobuf) Schema
description: Protocol Buffers is Google's language-neutral, platform-neutral, extensible mechanism for
  serializing structured data. Proto schemas (.proto files) define messages and services, and are used
  heavily in gRPC APIs.
humanURL: https://protobuf.dev/programming-guides/proto3/
baseURL: https://protobuf.dev
tags:
- Protobuf
- gRPC
- Serialization
- API Design
properties:
- type: Documentation
  url: https://protobuf.dev/programming-guides/proto3/