Skip to content

Commit

Permalink
update snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Sep 5, 2017
1 parent 51630c9 commit 1aea08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GDPR-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Snippets defined for GDPR classification:
"body": [
"/* __GDPR__",
" \"${1:eventName}\" : {",
" \"${2:propertyName}\" : { \"endPoint\": \"${4|none,SqmUserId,SqmMachineId|}\", \"classification\": \"${5|SystemMetaData,CustomerContent,EndUserPseudonymizedInformation|}\", \"purpose\": \"${6|FeatureInsight,PerformanceAndHealth,BusinessInsight,SecurityAndAuditing|}\" }$3$0",
" \"${2:propertyName}\" : { \"endPoint\": \"${4|none,SqmUserId,SqmMachineId|}\", \"classification\": \"${5|SystemMetaData,CustomerContent,EndUserPseudonymizedInformation,PublicPersonalData,PublicNonPersonalData|}\", \"purpose\": \"${6|FeatureInsight,PerformanceAndHealth,BusinessInsight,SecurityAndAuditing|}\" }$3$0",
" }",
" */\n"
],
Expand All @@ -48,7 +48,7 @@ Snippets defined for GDPR classification:
"body": [
"/* __GDPR__FRAGMENT__",
" \"${1:fragmentName}\" : {",
" \"${2:propertyName}\" : { \"endPoint\": \"${4|none,SqmUserId,SqmMachineId|}\", \"classification\": \"${5|SystemMetaData,CustomerContent,EndUserPseudonymizedInformation|}\", \"purpose\": \"${6|FeatureInsight,PerformanceAndHealth,BusinessInsight,SecurityAndAuditing|}\" }$3$0",
" \"${2:propertyName}\" : { \"endPoint\": \"${4|none,SqmUserId,SqmMachineId|}\", \"classification\": \"${5|SystemMetaData,CustomerContent,EndUserPseudonymizedInformation,PublicPersonalData,PublicNonPersonalData|}\", \"purpose\": \"${6|FeatureInsight,PerformanceAndHealth,BusinessInsight,SecurityAndAuditing|}\" }$3$0",
" }",
" */\n"
],
Expand Down

0 comments on commit 1aea08a

Please sign in to comment.