Skip to content

Commit 57fdf3d

Browse files
bsrikanMarkLogic Builder
authored andcommitted
Fix entities
1 parent cefa641 commit 57fdf3d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

marklogic-data-hub/src/test/resources/e2e-test/e2eentity.entity.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"definitions" : {
88
"e2eentity" : {
99
"required" : [ ],
10-
"primaryKey": "id",
1110
"rangeIndex" : [ "name" ],
12-
"elementRangeIndex": ["decimal"],
11+
"elementRangeIndex": ["salary"],
1312
"wordLexicon" : [ ],
1413
"properties" : {
1514
"id": {

marklogic-data-hub/src/test/resources/pii-test/plugins/entities/SupportCall/SupportCall.entity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"primaryKey":"id",
40-
"required":["id","callStartTime","callEndTime","servicedBy","caller"],
40+
"required":["id","callStartTime","callEndTime","caller"],
4141
"description" : "",
4242
"pii":[]
4343
}

marklogic-data-hub/src/test/resources/scaffolding-test/my-fun-test.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"info" : {
33
"title" : "my-fun-test",
4-
"version" : "0.0.1"
4+
"version" : "0.0.1",
5+
"baseUri" : "http://marklogic.com/"
56
},
67
"definitions" : {
78
"my-fun-test" : {

ml-data-hub-plugin/src/test/resources/update-indexes/my-unique-order-entity.entity.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"info" : {
33
"title" : "my-unique-order-entity",
4-
"version" : "0.0.1"
4+
"version" : "0.0.1",
5+
"baseUri" : "http://marklogic.com/"
56
},
67
"definitions" : {
78
"my-unique-order-entity" : {
@@ -22,4 +23,4 @@
2223
}
2324
}
2425
}
25-
}
26+
}

0 commit comments

Comments
 (0)