schemaId property
Optional schemaId. Either the schema must be registered against the
SchemaCache
or an error will happen when the validation is attempted.
This can technically be any string, but it is customary to use a URI for improved tooling support.
Implementation
final String? schemaId;