Replit · JSON-LD Context

Replit Context

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

1 Classes 19 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
replit: https://replit.com/api/v1#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id

Properties

Property Type Container
Repl schema:SoftwareSourceCode
User schema:Person
Deployment schema:WebApplication
slug string
title
description
language
isPrivate boolean
url anyURI
createdAt dateTime
updatedAt dateTime
owner schema:Person
username
displayName
isVerified boolean
deploymentId
replId
status
domain anyURI

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "replit": "https://replit.com/api/v1#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Repl": {
      "@id": "replit:Repl",
      "@type": "schema:SoftwareSourceCode"
    },
    "User": {
      "@id": "replit:User",
      "@type": "schema:Person"
    },
    "Deployment": {
      "@id": "replit:Deployment",
      "@type": "schema:WebApplication"
    },

    "id": "@id",
    "slug": {
      "@id": "schema:url",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "language": {
      "@id": "schema:programmingLanguage"
    },
    "isPrivate": {
      "@id": "schema:accessMode",
      "@type": "xsd:boolean"
    },
    "url": {
      "@id": "schema:url",
      "@type": "xsd:anyURI"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "owner": {
      "@id": "schema:author",
      "@type": "schema:Person"
    },
    "username": {
      "@id": "schema:identifier"
    },
    "displayName": {
      "@id": "schema:name"
    },
    "isVerified": {
      "@id": "schema:identifier",
      "@type": "xsd:boolean"
    },
    "deploymentId": {
      "@id": "schema:identifier"
    },
    "replId": {
      "@id": "replit:replId"
    },
    "status": {
      "@id": "schema:actionStatus"
    },
    "domain": {
      "@id": "schema:url",
      "@type": "xsd:anyURI"
    }
  }
}