{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "alloy": "https://runalloy.com/vocab/", "userId": {"@id": "alloy:userId", "@type": "xsd:string"}, "username": {"@id": "schema:identifier", "@type": "xsd:string"}, "createdAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"}, "token": {"@id": "alloy:jwtToken", "@type": "xsd:string"}, "connectorId": {"@id": "alloy:connectorId", "@type": "xsd:string"}, "name": {"@id": "schema:name", "@type": "xsd:string"}, "category": {"@id": "schema:category", "@type": "xsd:string"}, "iconUrl": {"@id": "schema:image", "@type": "@id"}, "actionCount": {"@id": "alloy:actionCount", "@type": "xsd:integer"}, "connectors": {"@id": "alloy:connectors", "@container": "@list"}, "resourceId": {"@id": "alloy:resourceId", "@type": "xsd:string"}, "description": {"@id": "schema:description", "@type": "xsd:string"}, "actions": {"@id": "alloy:actions", "@container": "@list"}, "actionId": {"@id": "alloy:actionId", "@type": "xsd:string"}, "parameters": {"@id": "alloy:parameters", "@container": "@list"}, "credentialId": {"@id": "alloy:credentialId", "@type": "xsd:string"}, "authType": {"@id": "alloy:authType", "@type": "xsd:string"}, "requiredFields": {"@id": "alloy:requiredFields", "@container": "@list"}, "success": {"@id": "alloy:success", "@type": "xsd:boolean"}, "data": {"@id": "alloy:data"}, "error": {"@id": "alloy:errorCode", "@type": "xsd:string"}, "message": {"@id": "schema:description", "@type": "xsd:string"} } }