Restfox · JSON-LD Context

Restfox Context

JSON-LD context defining the semantic vocabulary for Restfox from Restfox.

26 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

restfox: https://restfox.dev/vocab#

Classes

Collection Request Environment Plugin ResponseHistory collectionId requestMethod requestUrl requestHeaders requestBody environmentVariables offlineFirst WebApplication SoftwareApplication name description url applicationCategory operatingSystem softwareVersion license codeRepository programmingLanguage Organization dateCreated dateModified

JSON-LD Document

restfox-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "restfox": "https://restfox.dev/vocab#",
    "Collection": "restfox:Collection",
    "Request": "restfox:Request",
    "Environment": "restfox:Environment",
    "Plugin": "restfox:Plugin",
    "ResponseHistory": "restfox:ResponseHistory",
    "collectionId": "restfox:collectionId",
    "requestMethod": "restfox:requestMethod",
    "requestUrl": "restfox:requestUrl",
    "requestHeaders": "restfox:requestHeaders",
    "requestBody": "restfox:requestBody",
    "environmentVariables": "restfox:environmentVariables",
    "offlineFirst": "restfox:offlineFirst",
    "WebApplication": "schema:WebApplication",
    "SoftwareApplication": "schema:SoftwareApplication",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "applicationCategory": "schema:applicationCategory",
    "operatingSystem": "schema:operatingSystem",
    "softwareVersion": "schema:softwareVersion",
    "license": "schema:license",
    "codeRepository": "schema:codeRepository",
    "programmingLanguage": "schema:programmingLanguage",
    "Organization": "schema:Organization",
    "dateCreated": "schema:dateCreated",
    "dateModified": "schema:dateModified"
  }
}