A dictionary with fields
Field | Type | Description |
---|---|---|
html | String | A String value |
type | String | String enumarion of 'tac', 'privacy', 'cookie', 'shop' |
title | String | A String value |
description | String | A String value |
button | String | A String value |
version | Int | An integer value |
revision_id | Int | The id of this revision of the policy. Each change in a policy has it's own revision id. |
date | String | Human formatted date |
{
"html": "...",
"type": "tac",
"title": "...",
"description": "...",
"button": "...",
"version": 12,
"revision_id": 18,
"date": "..."
}