Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-features
v1
SchemaConfig
Interface SchemaConfig
interface
SchemaConfig
{
schema
?:
{
$case
:
"jsonSchema"
;
jsonSchema
:
string
}
;
}
Index
Properties
schema?
Properties
Optional
schema
schema
?:
{
$case
:
"jsonSchema"
;
jsonSchema
:
string
}
Type Declaration
$case
:
"jsonSchema"
jsonSchema
:
string
Schema of the JSON object in standard IETF JSON schema format (
https://json-schema.org/
).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schema
Databricks SDK for JavaScript
Loading...
Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/).