reorganized folder structure

This commit is contained in:
2026-03-25 12:28:35 -04:00
parent 0d4833f940
commit 1f0f0fd8fe
1426 changed files with 348 additions and 9678 deletions

View File

@@ -0,0 +1,44 @@
{
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-123-456-789",
"contactType": "customer service",
"contactOption": "TollFree",
"areaServed": "US"
},{
"@type": "ContactPoint",
"telephone": "+1-123-445-687",
"contactType": "customer service"
},{
"@type": "ContactPoint",
"telephone": "+1-123-296-1018",
"contactType": "customer service",
"contactOption": [
"HearingImpairedSupported",
"TollFree"
],
"areaServed": "US"
},{
"@type": "ContactPoint",
"telephone": "+1-123-234-1304",
"contactType": "technical support",
"contactOption": "TollFree",
"areaServed": [
"US",
"CA"
],
"availableLanguage": [
"English",
"French"
]
},{
"@type": "ContactPoint",
"telephone": "+1-123-333-234",
"contactType": "bill payment",
"contactOption": "TollFree",
"areaServed": [
"US",
"CA"
]
}]
}