We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b735789 commit 2757306Copy full SHA for 2757306
javascript/frameworks/cap/test/queries/sensitive-exposure/sensitive-exposure.cds.json
@@ -0,0 +1,26 @@
1
+{
2
+ "namespace": "advanced_security.log_exposure.sample_entities",
3
+ "definitions": {
4
+ "advanced_security.log_exposure.sample_entities.Sample": {
5
+ "kind": "entity",
6
+ "@PersonalData.DataSubjectRole": "Sample",
7
+ "@PersonalData.EntitySemantics": "DataSubject",
8
+ "elements": {
9
+ "name": {
10
+ "@PersonalData.IsPotentiallySensitive": true,
11
+ "type": "cds.String",
12
+ "length": 111
13
+ },
14
+ "dateOfBirth": {
15
+ "@PersonalData.IsPotentiallyPersonal": true,
16
+ "type": "cds.Date"
17
+ }
18
19
20
21
+ "meta": {
22
+ "creator": "CDS Compiler v4.1.2",
23
+ "flavor": "inferred"
24
25
+ "$version": "2.0"
26
+}
0 commit comments