https://github.com/keirany/json-schema-splunk-phantom
https://github.com/keirany/json-schema-splunk-phantom
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keirany/json-schema-splunk-phantom
- Owner: KeiranY
- Created: 2021-01-17T19:47:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T19:58:19.000Z (over 4 years ago)
- Last Synced: 2025-02-09T17:46:19.834Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[JSON Schema](https://json-schema.org/) for validating [Splunk Phantom app configurations](https://docs.splunk.com/Documentation/Phantom/latest/DevelopApps/Metadata).
## Usage
To use, add a reference to `splunk-phantom.json` in your app JSON.
```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:
```json
{
"$schema": "https://git.io/JtkAD",
"...continue your app JSON"
}
```