Skip to content

Commit

Permalink
#900 add templates of flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Nov 16, 2020
1 parent 7ba27d4 commit a15a900
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion utils/flavors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ deque([]): 'free_subscription' is a required property
python3 utils/flavors/check_json_schema.py -f analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json -s utils/flavors/flavor_schema.json

✅ analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json
```
```

## Temaplates

If you want to start writing an Analyzer or a Responder, or a new flavor, you can start with the appropriate template:
- `analyzer_flavor_template.json` for an new flavor of an analyser
- `responder_flavor_template.json` for a new flavor of a responder

0 comments on commit a15a900

Please sign in to comment.