{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "remoteMarketplaceName": { "type": "string" }, "remotePluginId": { "type": "string" }, "skillName": { "type": "string" } }, "required": [ "remoteMarketplaceName", "remotePluginId", "skillName" ], "title": "PluginSkillReadParams", "type": "object" }