{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "policy-conflict@draft", "type": "object", "properties": { "tenant_id": { "type": "string", "minLength": 1 }, "component_purl": { "type": "string", "minLength": 1 }, "advisory_id": { "type": "string", "minLength": 1 }, "conflicts": { "type": "array", "items": { "$ref": "severity-fusion@draft.json" } }, "resolved_status": { "type": ["string", "null"] } }, "required": ["tenant_id", "component_purl", "advisory_id", "conflicts"], "additionalProperties": false }