diff --git a/atomic_reactor/schemas/content_manifest.json b/atomic_reactor/schemas/content_manifest.json index f9a44b068..30f7a38d6 100644 --- a/atomic_reactor/schemas/content_manifest.json +++ b/atomic_reactor/schemas/content_manifest.json @@ -35,6 +35,11 @@ "description": "Pulp content sets available during the current image build", "type": "array", "items": { "$ref": "#/definitions/content_set" } + }, + "from_dnf_hint": { + "description": "A hint indicating if scanners should ignore this file and use the dnf database instead for more precise content_sets", + "type": "boolean", + "default": false } }, "required": ["metadata"],