StackShare · JSON-LD Context

Stackshare Context

JSON-LD context defining the semantic vocabulary for Stackshare from StackShare.

11 Classes 2 Properties 1 Namespaces
View Context View on GitHub

Namespaces

stackshare: https://stackshare.io/schema/

Classes

techStack companyTools domain slug category followers sourcesSummary name description websiteUrl githubUrl

Properties

Property Type Container
Tool reference
Company reference

JSON-LD Document

stackshare-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stackshare": "https://stackshare.io/schema/",
    "Tool": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },
    "Company": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "techStack": "stackshare:techStack",
    "companyTools": "stackshare:companyTools",
    "domain": "schema:url",
    "slug": "stackshare:slug",
    "category": "stackshare:category",
    "followers": "stackshare:followers",
    "sourcesSummary": "stackshare:sourcesSummary",
    "name": "schema:name",
    "description": "schema:description",
    "websiteUrl": "schema:url",
    "githubUrl": "schema:codeRepository"
  }
}