Merge · JSON-LD Context

Merge Agent Handler Context

JSON-LD context defining the semantic vocabulary for Merge Agent Handler from Merge.

6 Classes 10 Properties 5 Namespaces
View Context View on GitHub

Namespaces

merge: https://api.merge.dev/schema/
ah: https://ah-api.merge.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ToolPack Connector RegisteredUser AccessKey SecurityRule LinkToken

Properties

Property Type Container
id string
name string
slug string
description string
connectors set
toolCount integer
defaultForNewUsers boolean
securityRules set
createdAt dateTime
modifiedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "merge": "https://api.merge.dev/schema/",
    "ah": "https://ah-api.merge.dev/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "ToolPack": "ah:ToolPack",
    "Connector": "ah:Connector",
    "RegisteredUser": "ah:RegisteredUser",
    "AccessKey": "ah:AccessKey",
    "SecurityRule": "ah:SecurityRule",
    "LinkToken": "ah:LinkToken",

    "id": { "@id": "dcterms:identifier", "@type": "xsd:string" },
    "name": { "@id": "schema:name", "@type": "xsd:string" },
    "slug": { "@id": "ah:slug", "@type": "xsd:string" },
    "description": { "@id": "schema:description", "@type": "xsd:string" },
    "connectors": { "@id": "ah:connectors", "@container": "@set" },
    "toolCount": { "@id": "ah:tool_count", "@type": "xsd:integer" },
    "defaultForNewUsers": { "@id": "ah:default_for_new_users", "@type": "xsd:boolean" },
    "securityRules": { "@id": "ah:security_rules", "@container": "@set" },
    "createdAt": { "@id": "dcterms:created", "@type": "xsd:dateTime" },
    "modifiedAt": { "@id": "dcterms:modified", "@type": "xsd:dateTime" }
  }
}