{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsServiceNow", "title": "CParamsServiceNow", "type": "object", "properties": { "callerId": { "type": "string" }, "impact": { "type": "string" }, "urgency": { "type": "string" }, "closeCode": { "type": "string" }, "assignmentGroup": { "type": "string" }, "ownerGroup": { "type": "string" }, "service": { "type": "string" }, "serviceOffering": { "type": "string" }, "contactType": { "type": "string" } } }