mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-17 17:30:17 -04:00
33 lines
931 B
JSON
33 lines
931 B
JSON
[
|
|
{
|
|
"type": "resource",
|
|
"name": "example name",
|
|
"description": "example description"
|
|
},
|
|
{
|
|
"type": "service",
|
|
"name": "example name",
|
|
"description": "example description"
|
|
},
|
|
{
|
|
"type": "resource",
|
|
"name": "National Domestic Violence Hotline",
|
|
"description": "24/7 confidential support for victims of domestic violence"
|
|
},
|
|
{
|
|
"type": "resource",
|
|
"name": "Legal Aid Society",
|
|
"description": "Free legal assistance for low-income individuals"
|
|
},
|
|
{
|
|
"type": "service",
|
|
"name": "Crisis Hotline",
|
|
"description": "24/7 support for individuals in crisis"
|
|
},
|
|
{
|
|
"type": "unknown",
|
|
"name": "unknown thing with a really long name",
|
|
"description": "and let's also type out a really long description to see how it handles overflow and all that anyways"
|
|
}
|
|
]
|