{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "id": { "type": "string" }, "path": { "type": "string" } }, "required": [ "id", "path" ], "title": "SkillsRemoteWriteResponse", "type": "object" }