{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsJira", "title": "CParamsJira", "type": "object", "properties": { "project": { "type": "string" }, "issueType": { "type": "string" }, "bodyTemplate": { "type": "string" } } }