{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsGithub", "title": "CParamsGithub", "type": "object", "properties": { "owner": { "type": "string" }, "repository": { "type": "string" }, "labels": { "type": "array", "items": { "type": "string" } } } }