// Generated from Databricks Terraform provider schema. DO NOT EDIT.

package schema

type ResourceSystemSchema struct {
	Id          string `json:"id,omitempty"`
	MetastoreId string `json:"metastore_id,omitempty"`
	Schema      string `json:"schema,omitempty"`
	State       string `json:"state,omitempty"`
}