schema property
A JSON Schema document, verbatim. Unsupported keywords are rejected. Commons compiles this to GBNF on the generate path (mode permitting).
Implementation
@$pb.TagNumber(2)
$core.String get schema => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set schema($core.String value) => $_setString(1, value);