REST Client · JSON-LD Context

Rest Client Context

JSON-LD context defining the semantic vocabulary for Rest Client from REST Client.

8 Classes 13 Properties 1 Namespaces
View Context View on GitHub

Namespaces

rc: https://marketplace.visualstudio.com/items/humao.rest-client/vocab#

Classes

SoftwareApplication name description url applicationCategory operatingSystem codeRepository license

Properties

Property Type Container
HttpRequest rdfs:Class
Environment rdfs:Class
RequestVariable rdfs:Class
GraphQLRequest rdfs:Class
CurlCommand rdfs:Class
method
requestUrl
headers
body
environment rc:Environment
variable rc:RequestVariable
responseReference
authentication

JSON-LD Document

rest-client-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "rc": "https://marketplace.visualstudio.com/items/humao.rest-client/vocab#",
    "SoftwareApplication": "SoftwareApplication",
    "name": "name",
    "description": "description",
    "url": "url",
    "applicationCategory": "applicationCategory",
    "operatingSystem": "operatingSystem",
    "codeRepository": "codeRepository",
    "license": "license",
    "HttpRequest": {
      "@id": "rc:HttpRequest",
      "@type": "rdfs:Class"
    },
    "Environment": {
      "@id": "rc:Environment",
      "@type": "rdfs:Class"
    },
    "RequestVariable": {
      "@id": "rc:RequestVariable",
      "@type": "rdfs:Class"
    },
    "GraphQLRequest": {
      "@id": "rc:GraphQLRequest",
      "@type": "rdfs:Class"
    },
    "CurlCommand": {
      "@id": "rc:CurlCommand",
      "@type": "rdfs:Class"
    },
    "method": {
      "@id": "rc:method"
    },
    "requestUrl": {
      "@id": "rc:requestUrl"
    },
    "headers": {
      "@id": "rc:headers"
    },
    "body": {
      "@id": "rc:body"
    },
    "environment": {
      "@id": "rc:environment",
      "@type": "rc:Environment"
    },
    "variable": {
      "@id": "rc:variable",
      "@type": "rc:RequestVariable"
    },
    "responseReference": {
      "@id": "rc:responseReference"
    },
    "authentication": {
      "@id": "rc:authentication"
    }
  }
}