schemaTitle property

String? schemaTitle
getter/setter pair

The title of the schema describing the metadata.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Implementation

core.String? schemaTitle;