{ "@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" } } }