Skip to content

Commit 2757306

Browse files
committed
add missing .cds.json
1 parent b735789 commit 2757306

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)