21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"spec_type": "business_requirements",
|
|
"name": "JSON Test Application",
|
|
"version": "1.0",
|
|
"description": "Testing JSON specification format",
|
|
"requirements": [
|
|
{
|
|
"id": "BR-JSON-001",
|
|
"title": "JSON Support",
|
|
"description": "System must support JSON specification files",
|
|
"priority": "high"
|
|
}
|
|
],
|
|
"features": [
|
|
{
|
|
"name": "JSON Parsing",
|
|
"components": ["Parser", "Validator", "Generator"]
|
|
}
|
|
]
|
|
}
|