Properties of a Schema.
Package
@google-cloud/aiplatformProperties
description
description?: (string|null);
Schema description
enum
"enum"?: (string[]|null);
Schema enum
example
example?: (google.protobuf.IValue|null);
Schema example
format
format?: (string|null);
Schema format
items
items?: (google.cloud.aiplatform.v1beta1.ISchema|null);
Schema items
nullable
nullable?: (boolean|null);
Schema nullable
properties
properties?: ({ [k: string]: google.cloud.aiplatform.v1beta1.ISchema }|null);
Schema properties
required
required?: (string[]|null);
Schema required
type
type?: (google.cloud.aiplatform.v1beta1.Type|keyof typeof google.cloud.aiplatform.v1beta1.Type|null);
Schema type