Bring latest from shacl-vue into data annotation tool #25
2 changed files with 6 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"link_color": "#014386",
|
"link_color": "#014386",
|
||||||
"hover_color": "#eb3822",
|
"hover_color": "#eb3822",
|
||||||
"active_color": "#dd1a17",
|
"active_color": "#dd1a17",
|
||||||
|
"visited_color": "#dd1a17",
|
||||||
"panel_color": "#002a76",
|
"panel_color": "#002a76",
|
||||||
"logo": "logo.png",
|
"logo": "logo.png",
|
||||||
"inm7_darkblue": "#002a76",
|
"inm7_darkblue": "#002a76",
|
||||||
|
|
@ -112,7 +113,8 @@
|
||||||
"service_endpoints": {
|
"service_endpoints": {
|
||||||
"post-record": "record/{name}?format=ttl",
|
"post-record": "record/{name}?format=ttl",
|
||||||
"get-record": "record?pid={curie}&format=ttl",
|
"get-record": "record?pid={curie}&format=ttl",
|
||||||
"get-records": "records/{name}?format=ttl"
|
"get-records": "records/{name}?format=ttl",
|
||||||
|
"get-paginated-records": "records/p/{name}?format=ttl&size=50&page={page_number}"
|
||||||
},
|
},
|
||||||
"service_fetch_before": {
|
"service_fetch_before": {
|
||||||
"get-record": [],
|
"get-record": [],
|
||||||
|
|
|
||||||
4
dist/config.json
vendored
4
dist/config.json
vendored
|
|
@ -7,6 +7,7 @@
|
||||||
"link_color": "#014386",
|
"link_color": "#014386",
|
||||||
"hover_color": "#eb3822",
|
"hover_color": "#eb3822",
|
||||||
"active_color": "#dd1a17",
|
"active_color": "#dd1a17",
|
||||||
|
"visited_color": "#dd1a17",
|
||||||
"panel_color": "#002a76",
|
"panel_color": "#002a76",
|
||||||
"logo": "logo.png",
|
"logo": "logo.png",
|
||||||
"inm7_darkblue": "#002a76",
|
"inm7_darkblue": "#002a76",
|
||||||
|
|
@ -112,7 +113,8 @@
|
||||||
"service_endpoints": {
|
"service_endpoints": {
|
||||||
"post-record": "record/{name}?format=ttl",
|
"post-record": "record/{name}?format=ttl",
|
||||||
"get-record": "record?pid={curie}&format=ttl",
|
"get-record": "record?pid={curie}&format=ttl",
|
||||||
"get-records": "records/{name}?format=ttl"
|
"get-records": "records/{name}?format=ttl",
|
||||||
|
"get-paginated-records": "records/p/{name}?format=ttl&size=50&page={page_number}"
|
||||||
},
|
},
|
||||||
"service_fetch_before": {
|
"service_fetch_before": {
|
||||||
"get-record": [],
|
"get-record": [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue