{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/sap-fieldglass/main/json-schema/sap-fieldglass-odata-serviceurl.json", "title": "SAP Fieldglass OData-Based Analytic API - ServiceURL", "description": "ServiceURL schema for SAP Fieldglass OData-Based Analytic API", "type": "object", "properties": { "value": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "example": "workers" }, "url": { "type": "string", "example": "workers" } } } } } }