This website requires JavaScript.
Explore
Help
Sign In
steve
/
databricks-cli
mirror of
https://github.com/databricks/cli.git
Watch
1
Star
0
Fork
You've already forked databricks-cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ab622e65bb
databricks-cli
/
libs
/
jsonschema
/
testdata
/
schema-load-int
/
schema-invalid-enum.json
11 lines
166 B
JSON
Raw
Blame
History
{
"type"
:
"object"
,
"properties"
:
{
"abc"
:
{
"type"
:
"integer"
,
"default"
:
1
,
"enum"
:
[
1
,
2.4
,
3
]
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink