Schema-to-form mapping
The pasted .proto text supplies the names and types the builder can expose. A service's rpc declaration identifies its input message, and that message's field declarations determine what can be entered. Nested messages, enums, repeated fields, maps, and oneof alternatives are schema-defined, so each entered value must match the declared structure instead of an unrelated free-form object.