This repository was archived by the owner on Feb 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperties.example.json
More file actions
60 lines (60 loc) · 1.51 KB
/
properties.example.json
File metadata and controls
60 lines (60 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"keycloak": {
"server_url": "https://keycloak-host/",
"client_id": "CLIENT_ID",
"realm_name": "REALM_NAME",
"username": "LOGIN_USER",
"password": "LOGIN_PASSWORD"
},
"base_repo": {
"server_url": "https://base-repo-host:port",
"tableItemsResource": {
"Id": "id",
"Title": "titles.0.value",
"ResourceType": "resourceType.value",
"Created": "dates.0.value",
"Last Modified": "lastUpdate",
"State": "state"
},
"tableItemsContent": {
"Filename": "filename",
"ParentResource": "parentResource.id",
"Relative Path": "relativePath",
"MediaType": "mediaType",
"Size": "size",
"Checksum": "hash",
"Version": "fileVersion"
}
},
"metastore": {
"server_url": "https://metastore-host:port",
"tableItemsSchema": {
"SchemaId": "schemaId",
"Label": "label",
"Type": "type",
"CreatedAt": "createdAt",
"LastUpdate": "lastUpdate",
"SchemaVersion": "schemaVersion"
},
"tableItemsDocument": {
"Id": "id",
"RelatedResource": "relatedResource.identifier",
"Schema": "schema.identifier",
"CreatedAt": "createdAt",
"LastUpdate": "lastUpdate",
"Version": "recordVersion"
}
},
"type_pid_maker": {
"server_url": "https://typed-pid-maker-host:port",
"tableItemsRecord": {
"pid": "pid",
"entries": "entries"
},
"tableItemsPid": {
"PID": "pid",
"CreatedAt": "created",
"ModifiedAt": "modified"
}
}
}