{
    "$schema": "http://json-schema.org/draft-06/schema#",
    "type": "object",
    "propertyNames": {
        "enum": [
            "$schema",
            "policyType"
        ]
    },
    "properties": {
        "$schema": {
            "type": "string"
        },
        "policyType": {
            "type": "string",
            "title": "政策类型",
            "description": "0:不使用\n1:只使用\"隐私协议\"\n2:使用\"隐私协议\"和\"用户协议\"",
            "enum": ["0", "1", "2"]
        }
    }
}