Turso · JSON-LD Context

Turso Context

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

0 Classes 30 Properties 9 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
Database: https://api.turso.tech/vocab#Database
Organization: https://api.turso.tech/vocab#Organization
Group: https://api.turso.tech/vocab#Group
Member: https://api.turso.tech/vocab#Member
APIToken: https://api.turso.tech/vocab#APIToken
Instance: https://api.turso.tech/vocab#Instance
AuditLog: https://api.turso.tech/vocab#AuditLog

Properties

Property Type Container
Name
DbId
Hostname
group
primaryRegion
block_reads boolean
block_writes boolean
delete_protection boolean
is_schema boolean
sleeping boolean
slug
type
overages boolean
require_mfa boolean
plan_id
locations set
primary
archived boolean
username
role
email
id
organization
scopes set
created_at date
region
hostname
action
author
created_at_ms long

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.turso.tech/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Database": "https://api.turso.tech/vocab#Database",
    "Name": { "@id": "schema:name" },
    "DbId": { "@id": "schema:identifier" },
    "Hostname": { "@id": "schema:url" },
    "group": { "@id": "https://api.turso.tech/vocab#group" },
    "primaryRegion": { "@id": "https://api.turso.tech/vocab#primaryRegion" },
    "block_reads": { "@id": "https://api.turso.tech/vocab#blockReads", "@type": "xsd:boolean" },
    "block_writes": { "@id": "https://api.turso.tech/vocab#blockWrites", "@type": "xsd:boolean" },
    "delete_protection": { "@id": "https://api.turso.tech/vocab#deleteProtection", "@type": "xsd:boolean" },
    "is_schema": { "@id": "https://api.turso.tech/vocab#isSchema", "@type": "xsd:boolean" },
    "sleeping": { "@id": "https://api.turso.tech/vocab#sleeping", "@type": "xsd:boolean" },

    "Organization": "https://api.turso.tech/vocab#Organization",
    "slug": { "@id": "schema:identifier" },
    "type": { "@id": "schema:additionalType" },
    "overages": { "@id": "https://api.turso.tech/vocab#overages", "@type": "xsd:boolean" },
    "require_mfa": { "@id": "https://api.turso.tech/vocab#requireMfa", "@type": "xsd:boolean" },
    "plan_id": { "@id": "https://api.turso.tech/vocab#planId" },

    "Group": "https://api.turso.tech/vocab#Group",
    "locations": { "@id": "https://api.turso.tech/vocab#locations", "@container": "@set" },
    "primary": { "@id": "https://api.turso.tech/vocab#primaryLocation" },
    "archived": { "@id": "https://api.turso.tech/vocab#archived", "@type": "xsd:boolean" },

    "Member": "https://api.turso.tech/vocab#Member",
    "username": { "@id": "schema:identifier" },
    "role": { "@id": "schema:roleName" },
    "email": { "@id": "schema:email" },

    "APIToken": "https://api.turso.tech/vocab#APIToken",
    "id": { "@id": "schema:identifier" },
    "organization": { "@id": "https://api.turso.tech/vocab#organization" },
    "scopes": { "@id": "https://api.turso.tech/vocab#scopes", "@container": "@set" },
    "created_at": { "@id": "schema:dateCreated", "@type": "xsd:date" },

    "Instance": "https://api.turso.tech/vocab#Instance",
    "region": { "@id": "https://api.turso.tech/vocab#region" },
    "hostname": { "@id": "schema:url" },

    "AuditLog": "https://api.turso.tech/vocab#AuditLog",
    "action": { "@id": "schema:action" },
    "author": { "@id": "schema:author" },
    "created_at_ms": { "@id": "https://api.turso.tech/vocab#createdAtMs", "@type": "xsd:long" }
  }
}