Use Cases Context
JSON-LD context defining the semantic vocabulary for Use Cases from Use Cases.
48 Classes
2 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
uc:
https://api-evangelist.github.io/use-cases/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
UseCase
UseCaseCategory
Industry
IntegrationPattern
APICapability
Persona
Workflow
Solution
name
description
identifier
url
category
industry
persona
workflow
problem
solution
benefits
prerequisites
relatedUseCases
apis
integrationPattern
complexity
maturity
tags
Finance
Healthcare
Retail
Logistics
Manufacturing
Government
Education
Media
Travel
Telecommunications
RealEstate
Insurance
CRUD
EventDriven
Streaming
Batch
Webhook
Polling
RequestResponse
Orchestration
Aggregation
Transformation
Properties
| Property |
Type |
Container |
| industries |
|
list |
| steps |
|
list |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"uc": "https://api-evangelist.github.io/use-cases/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"UseCase": "uc:UseCase",
"UseCaseCategory": "uc:UseCaseCategory",
"Industry": "uc:Industry",
"IntegrationPattern": "uc:IntegrationPattern",
"APICapability": "uc:APICapability",
"Persona": "uc:Persona",
"Workflow": "uc:Workflow",
"Solution": "uc:Solution",
"name": "schema:name",
"description": "schema:description",
"identifier": "schema:identifier",
"url": "schema:url",
"category": "uc:category",
"industry": "uc:industry",
"persona": "uc:persona",
"workflow": "uc:workflow",
"problem": "uc:problem",
"solution": "uc:solution",
"benefits": "uc:benefits",
"prerequisites": "uc:prerequisites",
"relatedUseCases": "uc:relatedUseCases",
"apis": "uc:apis",
"integrationPattern": "uc:integrationPattern",
"complexity": "uc:complexity",
"maturity": "uc:maturity",
"tags": "schema:keywords",
"industries": {
"@id": "uc:industries",
"@container": "@list"
},
"steps": {
"@id": "uc:steps",
"@container": "@list"
},
"Finance": "uc:Finance",
"Healthcare": "uc:Healthcare",
"Retail": "uc:Retail",
"Logistics": "uc:Logistics",
"Manufacturing": "uc:Manufacturing",
"Government": "uc:Government",
"Education": "uc:Education",
"Media": "uc:Media",
"Travel": "uc:Travel",
"Telecommunications": "uc:Telecommunications",
"RealEstate": "uc:RealEstate",
"Insurance": "uc:Insurance",
"CRUD": "uc:CRUD",
"EventDriven": "uc:EventDriven",
"Streaming": "uc:Streaming",
"Batch": "uc:Batch",
"Webhook": "uc:Webhook",
"Polling": "uc:Polling",
"RequestResponse": "uc:RequestResponse",
"Orchestration": "uc:Orchestration",
"Aggregation": "uc:Aggregation",
"Transformation": "uc:Transformation"
}
}