{
    "ckan_package_policy": {
        "info": {
            "file_format_version": "0.0.0",
            "label": "Policy",
            "description": ""
        },
        "package_tags_policy": {
            "mandatory": false,
            "match_mode": "Match",
            "error_level": "Information",
            "groups": [
                {
                    "group_name": "Vocabulary_Test",
                    "mandatory": false,
                    "match_mode": "Match",
                    "error_level": "Information",
                    "values": [
                        {
                            "value": "Test",
                            "help": ""
                        }
                    ],
                    "value_select": "Any"
                }
            ]
        },
        "package_mandatory_attributes": [
            "description",
            "title"
        ],
        "package_author_or_maintainer_error": "error",
        "resource_same_name_level": "error",
        "resource_mandatory_attributes": [
            "description",
            "format",
            "name"
        ],
        "datastore_fields_mandatory_attributes": [
            "notes"
        ],
        "resource_format_policy": {
            "mandatory": false,
            "match_mode": "Match",
            "error_level": "Information",
            "groups": [
                {
                    "group_name": "base",
                    "mandatory": false,
                    "match_mode": "Match",
                    "error_level": "Information",
                    "values": [
                        {
                            "value": "CSV",
                            "help": ""
                        },
                        {
                            "value": "SHP",
                            "help": ""
                        },
                        {
                            "value": "JSON",
                            "help": ""
                        }
                    ],
                    "value_select": "Any"
                },
                {
                    "group_name": "extra",
                    "mandatory": false,
                    "match_mode": "Match",
                    "error_level": "Information",
                    "values": [],
                    "value_select": "Any"
                }
            ]
        },
        "output_custom_field": {
            "report_timestamp": "Last Report Timestamp",
            "package_score": "Data Policy Score",
            "package_report": "Data Policy Report",
            "package_filestore_size": "FileStore Size",
            "package_external_size": "External Size",
            "package_datastore_size": "DataStore Size",
            "package_datastore_rowcount": "DataStore Rows"
        },
        "error_level": "Error"
    }
}