jsonSchema property
Raw JSON Schema string for C ABI and SDKs that already carry schema as serialized JSON instead of the typed JSONSchema tree.
Implementation
@$pb.TagNumber(4)
$core.String get jsonSchema => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set jsonSchema($core.String value) => $_setString(3, value);