Actions
Optimization #6502
openschema: avoid - and . in keys
Effort:
Difficulty:
Label:
Description
From @Jason Ish
- don't break Elastic, just makes queries harder. '.' will break Elastic and some tools.
git grep '-' etc/schema.json
. yields
- bittorrent-dht
- ftp-data
- icmp-prohib
- tcp-reset
- reject-target
These should use underscore
Actions