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
25737bbb5d
databricks-cli
/
libs
/
jsonschema
/
testdata
/
instance-validate
/
test-schema-const.json
13 lines
199 B
JSON
Raw
Blame
History
{
"properties"
:
{
"foo"
:
{
"type"
:
"string"
,
"const"
:
"abc"
}
,
"bar"
:
{
"type"
:
"string"
,
"const"
:
"def"
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink