JSON Schema for validating Splunk Phantom app configurations.
To use, add a reference to splunk-phantom.json
in your app JSON.
{
"$schema": "https://raw.githubusercontent.com/KeiranY/json-schema-splunk-phantom/master/splunk-phantom.json",
"...continue your app JSON"
}
Alternatively use the git.io shortened URL:
{
"$schema": "https://git.io/JtkAD",
"...continue your app JSON"
}