jsonschema: do not enforce keys for alert metadata

As this is a free field and can have any key based on a rule
pull/8605/head
Philippe Antoine 3 years ago committed by Victor Julien
parent 8f9cd8ff1a
commit 416a780f69

@ -264,7 +264,7 @@
} }
} }
}, },
"additionalProperties": false "additionalProperties": true
}, },
"source": { "source": {
"type": "object", "type": "object",

Loading…
Cancel
Save