{
  "version": "v1",
  "jurisdiction": "state",
  "state": "VA",
  "language": "en",
  "purposes": [{
    "id": 1,
    "category": "Share",
    "defaultValue": false,
    "noticeOnly": true,
    "portal": {
      "title": "Sharing Opt-Out",
      "description": "I want to opt-out of the Sharing of my personal data."
    },
    "consentBanner": {
      "title": "Personal Data Processing Opt Outs",
      "description": "I want to opt-out of the Sharing of my personal data."
    }
  },
    {
      "id": 2,
      "category": "Sale",
      "defaultValue": false,
      "consentBanner": {
        "title": "Personal Data Processing Opt Outs",
        "description": "I want to opt-out of the Sale of my Personal Data."
      }
    },
    {
      "id": 3,
      "category": "TargetedAdvertising",
      "defaultValue": false,
      "consentBanner": {
        "title": "Personal Data Processing Opt Outs",
        "description": "I want to opt-out of processing my Personal Data for Targeted Advertising."
      }
    },
    {
      "id": 5,
      "category": "SensitiveData",
      "defaultValue": true,
      "consentBanner": {
        "title": "Sensitive Data Processing Opt Outs",
        "description": "I want to request to not process my sensitive data."
      },
      "purposes": [
        {
          "order": 1,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Sensitive Personal Data Revealing Racial or Ethnic Origin.",
          "nationalIds": [
            1
          ]
        },
        {
          "order": 2,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Sensitive Personal Data Revealing Religious or Philosophical Beliefs.",
          "nationalIds": [
            2
          ]
        },
        {
          "order": 3,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Sensitive Personal Data Concerning a Consumer’s Health (including a Mental or Physical Health Condition or Diagnosis; Medical History; or Medical Treatment or Diagnosis by a Health Care Professional).",
          "nationalIds": [
            3
          ]
        },
        {
          "order": 4,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Sensitive Personal Data Revealing Sex Life or Sexual Orientation.",
          "nationalIds": [
            4
          ]
        },
        {
          "order": 5,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Sensitive Personal Data Revealing Citizenship or Immigration Status.",
          "nationalIds": [
            5
          ]
        },
        {
          "order": 6,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Genetic Data for the Purpose of Uniquely Identifying an Individual / Natural Person.",
          "nationalIds": [
            6
          ]
        },
        {
          "order": 7,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Biometric Data for the Purpose of Uniquely Identifying an Individual / Natural Person.",
          "nationalIds": [
            7
          ]
        },
        {
          "order": 8,
          "title": "SensitiveDataProcessing",
          "description": "I want to opt-out of processing of my Precise Geolocation Data.",
          "nationalIds": [
            8
          ]
        }
      ]
    },
    {
      "id": 6,
      "category": "KnownChildSensitiveData",
      "defaultValue": true,
      "consentBanner": {
        "title": "Child Sensitive Data Processing Opt Outs",
        "description": "I am a child and want to opt-out of processing of my Personal Data or Sensitive Data."
      }
    }
  ]
}