schemaType property

String? schemaType
getter/setter pair

The type of the MetadataSchema.

This is a property that identifies which metadata types will use the MetadataSchema. Possible string values are:

  • "METADATA_SCHEMA_TYPE_UNSPECIFIED" : Unspecified type for the MetadataSchema.
  • "ARTIFACT_TYPE" : A type indicating that the MetadataSchema will be used by Artifacts.
  • "EXECUTION_TYPE" : A typee indicating that the MetadataSchema will be used by Executions.
  • "CONTEXT_TYPE" : A state indicating that the MetadataSchema will be used by Contexts.

Implementation

core.String? schemaType;