12 lines
491 B
JSON
12 lines
491 B
JSON
{
|
|
"application_name": "Order Portal",
|
|
"business_objective": "Provide a secure self-service ordering experience.",
|
|
"environments": ["dev", "test", "prod"],
|
|
"requirements": ["Support 10,000 concurrent users", "Expose health and metrics endpoints"],
|
|
"constraints": ["Private connectivity to the ERP"],
|
|
"integrations": ["ERP over private API", "Corporate identity provider"],
|
|
"data_classification": "Confidential",
|
|
"availability_target": "99.95%",
|
|
"region": "Primary region"
|
|
}
|