JobServices is used to track the capabilities of each job. This is used for capabilities.json as well as being exposed in JSON payloads.
Potential issue is that it's an integer, should we consider something that is easier to comprehend?
e.g. rather than 6 return Autocomplete, FullText?
Also note that None is included in all responses.
JobServicesis used to track the capabilities of each job. This is used for capabilities.json as well as being exposed in JSON payloads.Potential issue is that it's an integer, should we consider something that is easier to comprehend?
e.g. rather than
6returnAutocomplete,FullText?Also note that
Noneis included in all responses.