Scalable Software and Systems · JSON-LD Context

Scalable Software And Systems Context

JSON-LD context defining the semantic vocabulary for Scalable Software And Systems from Scalable Software and Systems.

35 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

api: https://api-evangelist.com/vocabulary/
sas: https://api-evangelist.com/vocabulary/scalable-software-and-systems/

Classes

DistributedSystem SoftwareArchitecture ArchitecturePattern DomainModel BoundedContext EventSourcingAggregate WorkflowOrchestration BuildingBlock name description url documentation version license provider dateCreated dateModified SoftwareApplication SoftwareSourceCode WebAPI baseUrl apiType authType tags pattern consistencyModel messageFormat brokerType workflowEngine activityRetry compensatingTransaction observabilityPillars deploymentModel gitopsEnabled infrastructureAsCode

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "api": "https://api-evangelist.com/vocabulary/",
    "sas": "https://api-evangelist.com/vocabulary/scalable-software-and-systems/",

    "DistributedSystem": "sas:DistributedSystem",
    "SoftwareArchitecture": "sas:SoftwareArchitecture",
    "ArchitecturePattern": "sas:ArchitecturePattern",
    "DomainModel": "sas:DomainModel",
    "BoundedContext": "sas:BoundedContext",
    "EventSourcingAggregate": "sas:EventSourcingAggregate",
    "WorkflowOrchestration": "sas:WorkflowOrchestration",
    "BuildingBlock": "sas:BuildingBlock",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "documentation": "schema:documentation",
    "version": "schema:version",
    "license": "schema:license",
    "provider": "schema:provider",
    "dateCreated": "schema:dateCreated",
    "dateModified": "schema:dateModified",

    "SoftwareApplication": "schema:SoftwareApplication",
    "SoftwareSourceCode": "schema:SoftwareSourceCode",
    "WebAPI": "schema:WebAPI",

    "baseUrl": "api:baseUrl",
    "apiType": "api:apiType",
    "authType": "api:authType",
    "tags": "api:tags",

    "pattern": "sas:pattern",
    "consistencyModel": "sas:consistencyModel",
    "messageFormat": "sas:messageFormat",
    "brokerType": "sas:brokerType",
    "workflowEngine": "sas:workflowEngine",
    "activityRetry": "sas:activityRetry",
    "compensatingTransaction": "sas:compensatingTransaction",
    "observabilityPillars": "sas:observabilityPillars",
    "deploymentModel": "sas:deploymentModel",
    "gitopsEnabled": "sas:gitopsEnabled",
    "infrastructureAsCode": "sas:infrastructureAsCode"
  }
}