Boomi · JSON-LD Context

Boomi Context

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

0 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

boomi: https://api.boomi.com/vocab/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
Process
Atom
Environment
DeployedPackage
ExecutionRecord
AIAgent
AgentTool
Repository
GoldenRecord
EventMessage
Connector

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "boomi": "https://api.boomi.com/vocab/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Process": {
      "@id": "boomi:Process",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "type": {
          "@id": "schema:additionalType"
        },
        "folderId": {
          "@id": "boomi:folderId"
        },
        "deleted": {
          "@id": "schema:isBasedOn",
          "@type": "xsd:boolean"
        },
        "currentVersion": {
          "@id": "schema:version"
        },
        "createdDate": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "modifiedDate": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        },
        "schedules": {
          "@id": "boomi:hasSchedule",
          "@type": "@id",
          "@container": "@set"
        },
        "deployments": {
          "@id": "boomi:hasDeployment",
          "@type": "@id",
          "@container": "@set"
        }
      }
    },

    "Atom": {
      "@id": "boomi:Atom",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "status": {
          "@id": "boomi:status"
        },
        "type": {
          "@id": "schema:additionalType"
        },
        "hostName": {
          "@id": "schema:hostName"
        },
        "currentVersion": {
          "@id": "schema:version"
        },
        "dateInstalled": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Environment": {
      "@id": "boomi:Environment",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "classification": {
          "@id": "boomi:classification"
        },
        "createdDate": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "DeployedPackage": {
      "@id": "boomi:DeployedPackage",
      "@context": {
        "deploymentId": "@id",
        "environmentId": {
          "@id": "boomi:deployedToEnvironment",
          "@type": "@id"
        },
        "packageId": {
          "@id": "boomi:packageId",
          "@type": "@id"
        },
        "componentId": {
          "@id": "boomi:componentId",
          "@type": "@id"
        },
        "componentType": {
          "@id": "schema:additionalType"
        },
        "packageVersion": {
          "@id": "schema:version"
        },
        "deployedDate": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "active": {
          "@id": "boomi:active",
          "@type": "xsd:boolean"
        },
        "notes": {
          "@id": "schema:description"
        }
      }
    },

    "ExecutionRecord": {
      "@id": "boomi:ExecutionRecord",
      "@context": {
        "executionId": "@id",
        "processId": {
          "@id": "boomi:executedProcess",
          "@type": "@id"
        },
        "atomId": {
          "@id": "boomi:ranOnAtom",
          "@type": "@id"
        },
        "status": {
          "@id": "boomi:executionStatus"
        },
        "executionTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "duration": {
          "@id": "schema:duration",
          "@type": "xsd:integer"
        },
        "message": {
          "@id": "schema:description"
        }
      }
    },

    "AIAgent": {
      "@id": "boomi:AIAgent",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "description": {
          "@id": "schema:description"
        },
        "accountId": {
          "@id": "boomi:accountId"
        },
        "providerType": {
          "@id": "boomi:providerType"
        },
        "state": {
          "@id": "boomi:state"
        },
        "tools": {
          "@id": "boomi:hasTool",
          "@type": "@id",
          "@container": "@set"
        },
        "guardrails": {
          "@id": "boomi:hasGuardrail",
          "@type": "@id",
          "@container": "@set"
        },
        "createdDate": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "modifiedDate": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "AgentTool": {
      "@id": "boomi:AgentTool",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "description": {
          "@id": "schema:description"
        },
        "type": {
          "@id": "schema:additionalType"
        },
        "endpoint": {
          "@id": "schema:url",
          "@type": "@id"
        }
      }
    },

    "Repository": {
      "@id": "boomi:DataHubRepository",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "description": {
          "@id": "schema:description"
        },
        "createdDate": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "GoldenRecord": {
      "@id": "boomi:GoldenRecord",
      "@context": {
        "id": "@id",
        "fields": {
          "@id": "boomi:recordFields"
        },
        "sources": {
          "@id": "boomi:hasSourceRecord",
          "@container": "@set"
        },
        "createdDate": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updatedDate": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "EventMessage": {
      "@id": "boomi:EventMessage",
      "@context": {
        "messageId": "@id",
        "payload": {
          "@id": "schema:encodingFormat"
        },
        "properties": {
          "@id": "boomi:messageProperties"
        },
        "topicId": {
          "@id": "boomi:publishedToTopic",
          "@type": "@id"
        },
        "timestamp": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Connector": {
      "@id": "boomi:Connector",
      "@context": {
        "id": "@id",
        "name": {
          "@id": "schema:name"
        },
        "description": {
          "@id": "schema:description"
        },
        "version": {
          "@id": "schema:version"
        },
        "type": {
          "@id": "schema:additionalType"
        }
      }
    }
  }
}