Files
blackstream/schema.json
2026-03-11 20:48:19 -05:00

18 lines
501 B
JSON

{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "BlackStream",
"description": "Full-stack streaming platform with recommendation engine, content aggregation, and user management microservices",
"applicationCategory": "MultimediaApplication",
"operatingSystem": "Web",
"author": {
"@type": "Organization",
"name": "BlackRoad",
"url": "https://blackroad.io"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}