{
  "claims": {
    "value_Data_types": {
      "test_null": null,
      "test_int": 42,
      "test_float": 3.14,
      "test_str": "foo",
      "test_bool": true,
      "test_arr": ["Test"],
      "test_object": {
        "foo": "bar"
      }
    }
  },
  "disclosureFrame": {
    "value_Data_types": {
      "_sd": [
        "test_null",
        "test_int",
        "test_float",
        "test_str",
        "test_bool",
        "test_arr",
        "test_object"
      ]
    }
  },
  "presentationFrames": {
    "value_Data_types": {
      "test_null": true,
      "test_int": true,
      "test_float": true,
      "test_str": true,
      "test_bool": true,
      "test_arr": true,
      "test_object": true
    }
  },
  "presentedClaims": {
    "value_Data_types": {
      "test_null": null,
      "test_int": 42,
      "test_float": 3.14,
      "test_str": "foo",
      "test_bool": true,
      "test_arr": ["Test"],
      "test_object": {
        "foo": "bar"
      }
    }
  },
  "requiredClaimKeys": [
    "value_Data_types.test_null",
    "value_Data_types.test_int",
    "value_Data_types.test_float",
    "value_Data_types.test_str",
    "value_Data_types.test_bool",
    "value_Data_types.test_arr",
    "value_Data_types.test_object",
    "value_Data_types.test_object.foo"
  ]
}
