-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathservices.json
More file actions
27 lines (27 loc) · 804 Bytes
/
services.json
File metadata and controls
27 lines (27 loc) · 804 Bytes
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
{
services: [
{
name: "Test Service",
identifier: "test",
provider: "BIMserver",
description: "This is a test service",
notificationProtocol: "JSON",
inputs: ["http://www.buildingsmart-tech.org/specifications/ifc-releases/ifc2x3-tc1-release"],
outputs: ["http://extend.bimserver.org/validationreport"],
trigger: "NEW_REVISION",
url: "http://localhost/api",
companyUrl: "http://www.bimserver.org",
tokenUrl: null,
registerUrl: "http://localhost/oauth/register",
authorizeUrl: "http://localhost/api/authz",
newProfileUrl: "",
providerName: "BIMserver",
rights: {
readRevision: true,
readExtendedData: null,
writeRevision: true,
writeExtendedData: null
}
}
]
}