scalar: Extension<FieldOptions, string> = ...

scalar is used to indicate that this field follows the formatting defined by the named scalar which should be declared with declare_scalar. Code generators may choose to use this information to map this field to a language-specific type representing the scalar.

from extension: string scalar = 93002;