servicehub.service.json
Microsoft ServiceHub Service
| Type | object |
|---|---|
| File match |
*.servicehub.service.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/servicehub-service-json/latest.json |
| Source | https://www.schemastore.org/servicehub.service.schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
host
string
required
The name of the host that should activate the service.
entryPoint
object
required
Host-specific parameters that describe how to activate this service.
object object, object object
hostId
string
A non-empty value will cause this service to be activated on a dedicated host with this ID. All services with the same host / hostId combination will run in the same host process such that they may share global data. If unspecified or empty, a service will share its host process with other services that require the same host and also leave this field empty. If specified, the value must not have spaces in it.
pattern=^[^ ]*$
hostGroupAllowed
boolean
A value of 'true' will allow a client to specify a host group when requesting this service.
versionRange
string
Defines the version of the service.