Appwrite · JSON-LD Context

Appwrite Context

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

10 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
appwrite: https://appwrite.io/vocab#

Classes

$id name email phone emailVerification phoneVerification status createdAt updatedAt labels

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "appwrite": "https://appwrite.io/vocab#",
    "$id": "schema:identifier",
    "name": "schema:name",
    "email": "schema:email",
    "phone": "schema:telephone",
    "emailVerification": "appwrite:emailVerification",
    "phoneVerification": "appwrite:phoneVerification",
    "status": "appwrite:status",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified",
    "labels": "appwrite:labels"
  }
}