{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DocumentModel", "type": "object", "description": "Document model", "properties": { "url": { "type": "string", "description": "The resolved URL pointing to the location of the underlying report" }, "productType": { "type": "string", "description": "string property to denote what Product created this document." }, "tags": { "type": "object", "description": "The documents tags, represented in a key value format with the tag name as the key; and the tag's value as the value" } } }