Apifuse · JSON-LD Context

Apifuse Context

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

6 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

apifuse: https://apifuse.io/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Integration Workflow Connector Analytics name description

Properties

Property Type Container
id string
status string
category string
triggerType string
authType string
totalTasks integer
activeIntegrations integer
activeUsers integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "apifuse": "https://apifuse.io/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Integration": "apifuse:Integration",
    "Workflow": "apifuse:Workflow",
    "Connector": "apifuse:Connector",
    "Analytics": "apifuse:Analytics",
    "id": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "status": {
      "@id": "apifuse:status",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "apifuse:category",
      "@type": "xsd:string"
    },
    "triggerType": {
      "@id": "apifuse:triggerType",
      "@type": "xsd:string"
    },
    "authType": {
      "@id": "apifuse:authType",
      "@type": "xsd:string"
    },
    "totalTasks": {
      "@id": "apifuse:totalTasks",
      "@type": "xsd:integer"
    },
    "activeIntegrations": {
      "@id": "apifuse:activeIntegrations",
      "@type": "xsd:integer"
    },
    "activeUsers": {
      "@id": "apifuse:activeUsers",
      "@type": "xsd:integer"
    }
  }
}