.clinerules · JSON-LD Context

Clinerules Context

JSON-LD context defining the semantic vocabulary for Clinerules from .clinerules.

3 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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#

Classes

description tags body

Properties

Property Type Container
Rule schema:CreativeWork
RuleSet schema:Collection
paths list
globs list
alwaysApply boolean

JSON-LD Document

clinerules-context.jsonld Raw ↑
{
  "@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"
  }
}