{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/EParamsJira", "title": "EParamsJira", "type": "object", "properties": { "url": { "type": "string" }, "email": { "type": "string" }, "password": { "type": "string" } } }