jsonSchema property

  1. @TagNumber.new(4)
String get jsonSchema

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);
  1. @TagNumber.new(4)
set jsonSchema (String value)

Implementation

@$pb.TagNumber(4)
set jsonSchema($core.String value) => $_setString(3, value);