{ "@context": { "@version": 1.1, "clinerules": "https://github.com/cline/cline/schemas/", "schema": "https://schema.org/", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#", "Rule": { "@id": "clinerules:Rule", "@type": "schema:CreativeWork" }, "RuleSet": { "@id": "clinerules:RuleSet", "@type": "schema:Collection" }, "description": "schema:description", "paths": { "@id": "clinerules:paths", "@container": "@list" }, "globs": { "@id": "clinerules:globs", "@container": "@list" }, "alwaysApply": { "@id": "clinerules:alwaysApply", "@type": "xsd:boolean" }, "tags": "schema:keywords", "body": "schema:text" } }