{
"version": 1.0,
"context": "werkstattauftrag",
"server_info": [
{
"host": "http://127.0.0.1:9000",
"environment": "TEST"
}
],
"objects": [
{
"dq_id": "id1",
"name": "AuftragsPortal",
"operation_id": "ddd.autohaus.tacticald.design.app.werkstattauftrag.api.WerkstattauftragController",
"type": "class",
"implements": [],
"objects": [
"id2"
],
"activities": [
{
"dq_id": "id3",
"name": "Auftrag lesen",
"operation_id": "readAuftrag",
"type": "method",
"parameter": [],
"endpoint": {
"field": "/auftrag/{auftragsnummer}",
"operation": "GET",
"path_variables": {
"auftragsnummer": "auftrag/auftragsnummern/angelegt.json"
},
"url_parameter": {},
"request_parameter": {},
"payload": {},
"responses": [
{
"expected_code": 200,
"type": "id8"
}
]
}
},
{
"dq_id": "id4",
"name": "Auftrag erstellen",
"operation_id": "createAuftrag",
"type": "method",
"parameter": [
"id6"
],
"endpoint": {
"field": "/auftrag/new",
"operation": "POST",
"path_variables": {},
"url_parameter": {},
"request_parameter": {
"headers": "auftrag/allgemein/headers.json",
"authorization": "auftrag/allgemein/authorization.json"
},
"payload": {
"auftraggeber_2022": "auftrag/auftraggeber/2022/auftraggeber.json",
"auftraggeber_2023": "auftrag/auftraggeber/2023/auftraggeber.json"
},
"responses": [
{
"expected_code": 201,
"type": "id8"
}
]
}
},
{
"dq_id": "id5",
"name": "Status verändern",
"operation_id": "updateStatus",
"type": "method",
"parameter": [
"id7"
],
"endpoint": {
"field": "/auftrag/{auftragsnummer}",
"operation": "PUT",
"path_variables": {
"auftragsnummer": "auftrag/auftragsnummern/angelegt.json"
},
"url_parameter": {},
"request_parameter": {
"headers": "auftrag/allgemein/headers.json"
},
"payload": {
"auftragsstatus": "auftrag/auftragsstatus/auftragsstatus.json"
},
"responses": [
{
"expected_code": 200,
"type": "string"
}
]
}
}
]
},
{
"dq_id": "id2",
"name": "WerkstattauftragService",
"operation_id": "ddd.autohaus.tacticald.design.app.werkstattauftrag.api.WerkstattauftragService",
"type": "class"
},
{
"dq_id": "id6",
"name": "Auftraggeber",
"operation_id": "ddd.autohaus.tacticald.design.app.werkstattauftrag.model.auftraggeber.Auftraggeber",
"type": "class"
},
{
"dq_id": "id7",
"name": "Auftragsstatus",
"operation_id": "ddd.autohaus.tacticald.design.app.werkstattauftrag.model.auftragsstatus.Auftragsstatus",
"type": "class"
},
{
"dq_id": "id8",
"name": "Auftrag",
"operation_id": "ddd.autohaus.tacticald.design.app.werkstattauftrag.model.Werkstattauftrag",
"type": "class"
}
]
}
{
"version": 1.0,
"context": "kinokasse",
"server_info": [
{
"host": "localhost:8080",
"environment": "TEST"
}
],
"objects": [
{
"dq_id": "id1",
"name": "Kino App",
"operation_id": "wps.arthousecinema.app.KinoApp",
"type": "class",
"implements": [
"id4"
],
"objects": [
"id2",
"id3"
],
"activities": [
{
"dq_id": "id10",
"name": "öffnen",
"operation_id": "openApp",
"type": "method",
"parameter": [
"id3",
"id1"
],
"endpoint": {
"field": "/kinoapp/{version}/open",
"operation": "GET",
"path_variables": {
"version": "dq/kinoapp/versions.csv"
},
"url_parameter": {},
"request_parameter": {},
"payload": {
"valid_nutzer": "dq/kinoapp/open/valid_nutzer.csv",
"invalid_nutzer": "dq/kinoapp/open/invalid_nutzer.csv"
},
"responses": [
{
"expected_code": 200,
"type": "id15"
},
{
"expected_code": 404,
"type": "null"
}
]
}
}
]
},
{
"dq_id": "id2",
"name": "Nutzer",
"operation_id": "app.Nutzer",
"type": "class",
"implements": [],
"objects": [],
"activities": []
},
{
"dq_id": "id3",
"name": "version",
"operation_id": "version",
"type": "variable"
},
{
"dq_id": "id4",
"name": "Mobile App",
"operation_id": "app.MobileApp",
"type": "interface"
}
]
}
{
"version": 1.0,
"context": "sales",
"server_info": [
{
"host": "http://127.0.0.1:9000",
"environment": "TEST"
}
],
"objects": [
{
"dq_id": "id1",
"name": "salesperson",
"operation_id": "io.leasingninja.sales.ui.SalesController",
"type": "class",
"implements": [],
"objects": [
"id6",
"id7",
"id8"
],
"activities": [
{
"dq_id": "id2",
"name": "fills out",
"operation_id": "filloutContract",
"type": "method",
"parameter": [],
"endpoint": {
"field": "/sales/fillout_contract",
"operation": "POST",
"path_variables": {},
"url_parameter": {
"fillout_contract_eu": "sales/url/fillout_contract_params_eu.json",
"fillout_contract_us": "sales/url/fillout_contract_params_us.json"
},
"request_parameter": {
"headers": "sales/allgemein/headers.json"
},
"payload": {},
"responses": [
{
"expected_code": 200,
"type": "string"
}
]
}
},
{
"dq_id": "id3",
"name": "shows and offer",
"operation_id": "viewContract",
"type": "method",
"parameter": [],
"endpoint": {
"field": "/sales/view_contract",
"operation": "GET",
"path_variables": {},
"url_parameter": {
"view_contract": "sales/url/view_contract_params.json"
},
"request_parameter": {},
"payload": {},
"responses": [
{
"expected_code": 200,
"type": "string"
}
]
}
}
]
},
{
"dq_id": "id4",
"name": "customer",
"operation_id": "io.leasingninja.sales.ui.SalesController",
"type": "class",
"implements": [],
"objects": [
"id6",
"id7",
"id8"
],
"activities": [
{
"dq_id": "id5",
"name": "signs",
"operation_id": "signContract",
"type": "method",
"parameter": [],
"endpoint": {
"field": "/sales/sign_contract",
"operation": "POST",
"path_variables": {},
"url_parameter": {
"sign_contract": "sales/url/sign_contract_params.json"
},
"request_parameter": {
"headers": "sales/allgemein/headers.json"
},
"payload": {},
"responses": [
{
"expected_code": 200,
"type": "string"
}
]
}
}
]
},
{
"dq_id": "id6",
"name": "FilloutContract",
"operation_id": "io.leasingninja.sales.application.FilloutContract",
"type": "class",
"implements": [],
"objects": [],
"activities": []
},
{
"dq_id": "id7",
"name": "ViewContract",
"operation_id": "io.leasingninja.sales.application.ViewContract",
"type": "class",
"implements": [],
"objects": [],
"activities": []
},
{
"dq_id": "id8",
"name": "SignContract",
"operation_id": "io.leasingninja.sales.application.SignContract",
"type": "class",
"implements": [],
"objects": [],
"activities": []
},
{
"dq_id": "id9",
"name": "Contract",
"operation_id": "io.leasingninja.sales.domain.Contract",
"type": "class",
"implements": [],
"objects": [],
"activities": [
{
"dq_id": "id10",
"name": "calculates",
"operation_id": "calculateInstallmentFor",
"type": "method",
"parameter": []
}
]
}
]
}
Version of this mapping representation
Specific value:1.0
The name of the Bounded Context to which this mapping belongs
Must be at least 1
characters long
List of different hosts
All items must be unique
No Additional ItemsURL of this host, also logical URLs
"localhost:8080"
"10.10.110.1:5782"
"https://aws.amazon.com/dqualizer-runtime-testing-tool/"
The environment this host belongs to
"PROD"
"TEST"
"INT"
"QUAL"
List of technical entities that represent Work Objects and Actors from Domain Stories
All items must be unique
No Additional ItemsUnique ID, which references this object within dqualizer
Name of this object inside the Domain Story, if this object is not part of a domain story, use the class name
Fully qualified name of this artifact
"wps.arthousecinema.app.KinoApp"
Type of this object
References to interfaces or abstract classes that are implemented by this object
All items must be unique
No Additional ItemsReferences to other objects that are inside this class
All items must be unique
No Additional ItemsList of objects that represent Activities from Domain Stories
No Additional ItemsUnique ID, which references this object within dqualizer
Name of this object inside the Domain Story
Name of this object inside the source code
Type of this object
Parameter for this object
All items must be unique
No Additional ItemsInformation about the API endpoint of this object
Location of this endpoint
"/kinoapp/{version}/open"
"/graphql"
Operation of this object
"GET"
"POST"
"QUERY"
"MUTATION"
References to data sources that can be used for url parameters, like Ids, for this method
All properties whose name matches the following regular expression must respect the following conditions
Property name regular expression:.*
References to data sources that can be used for url parameters for this method
All properties whose name matches the following regular expression must respect the following conditions
Property name regular expression:.*
References to data sources that can be used for request parameters, like headers or cookies, for this method
All properties whose name matches the following regular expression must respect the following conditions
Property name regular expression:.*
References to data sources that can be used for payload bodies for this method
All properties whose name matches the following regular expression must respect the following conditions
Property name regular expression:.*
Anything, that this endpoints returns
All items must be unique
No Additional Items