VS Code Marketplace · JSON-LD Context

Vs Code Marketplace Context

JSON-LD context defining the semantic vocabulary for Vs Code Marketplace from VS Code Marketplace.

0 Classes 8 Properties 21 Namespaces
View Context View on GitHub

Namespaces

vscode: https://marketplace.visualstudio.com/
xsd: http://www.w3.org/2001/XMLSchema#
SoftwareApplication: https://schema.org/SoftwareApplication
SoftwareSourceCode: https://schema.org/SoftwareSourceCode
Person: https://schema.org/Person
Organization: https://schema.org/Organization
AggregateRating: https://schema.org/AggregateRating
name: https://schema.org/name
description: https://schema.org/description
url: https://schema.org/url
datePublished: https://schema.org/datePublished
dateModified: https://schema.org/dateModified
keywords: https://schema.org/keywords
applicationCategory: https://schema.org/applicationCategory
aggregateRating: https://schema.org/aggregateRating
ratingValue: https://schema.org/ratingValue
ratingCount: https://schema.org/ratingCount
author: https://schema.org/author
downloadUrl: https://schema.org/downloadUrl
softwareVersion: https://schema.org/softwareVersion
operatingSystem: https://schema.org/operatingSystem

Properties

Property Type Container
vscode:extensionId string
vscode:extensionName string
vscode:publisherName string
vscode:installCount integer
vscode:version string
vscode:vsixDownloadUrl reference
vscode:filterType integer
vscode:queryFlags integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "vscode": "https://marketplace.visualstudio.com/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "SoftwareApplication": "https://schema.org/SoftwareApplication",
    "SoftwareSourceCode": "https://schema.org/SoftwareSourceCode",
    "Person": "https://schema.org/Person",
    "Organization": "https://schema.org/Organization",
    "AggregateRating": "https://schema.org/AggregateRating",

    "vscode:extensionId": {"@type": "xsd:string"},
    "vscode:extensionName": {"@type": "xsd:string"},
    "vscode:publisherName": {"@type": "xsd:string"},
    "vscode:installCount": {"@type": "xsd:integer"},
    "vscode:version": {"@type": "xsd:string"},
    "vscode:vsixDownloadUrl": {"@type": "@id"},
    "vscode:filterType": {"@type": "xsd:integer"},
    "vscode:queryFlags": {"@type": "xsd:integer"},

    "name": "https://schema.org/name",
    "description": "https://schema.org/description",
    "url": "https://schema.org/url",
    "datePublished": "https://schema.org/datePublished",
    "dateModified": "https://schema.org/dateModified",
    "keywords": "https://schema.org/keywords",
    "applicationCategory": "https://schema.org/applicationCategory",
    "aggregateRating": "https://schema.org/aggregateRating",
    "ratingValue": "https://schema.org/ratingValue",
    "ratingCount": "https://schema.org/ratingCount",
    "author": "https://schema.org/author",
    "downloadUrl": "https://schema.org/downloadUrl",
    "softwareVersion": "https://schema.org/softwareVersion",
    "operatingSystem": "https://schema.org/operatingSystem"
  },
  "@graph": [
    {
      "@id": "https://marketplace.visualstudio.com/",
      "@type": "Organization",
      "name": "VS Code Marketplace",
      "description": "Microsoft's official extension marketplace for Visual Studio Code.",
      "url": "https://marketplace.visualstudio.com/",
      "parentOrganization": {
        "@id": "https://www.microsoft.com/",
        "name": "Microsoft"
      }
    }
  ]
}