14 lines
585 B
JSON
14 lines
585 B
JSON
{
|
|
"application_name": "Orders Portal",
|
|
"business_context": "Customer order submission and tracking",
|
|
"environments": ["dev", "prod"],
|
|
"components": [
|
|
{"name": "Web UI", "type": "frontend", "technology": "React"},
|
|
{"name": "Orders API", "type": "service", "technology": "Python"},
|
|
{"name": "Orders DB", "type": "database", "technology": "PostgreSQL"}
|
|
],
|
|
"integrations": ["Identity Provider", "Payment Gateway"],
|
|
"constraints": ["Private network access", "Managed database preferred"],
|
|
"non_functional_requirements": ["99.9% availability", "Audit logging"]
|
|
}
|