NetworkCoverage
Preview
This schema is currently in preview and might change in the future.
We’re excited to hear your feedback and ideas. Please send an email to support@gigs.com to share your thoughts.
- Name
- object
- Type
- string
- Description
Type of object is always
networkCoverage.Allowed values:networkCoverage
- Name
- coverage
- Type
- array
- Description
- A list of coverage details for the plans in the project.
- Name
- location
- Type
- object
- Description
- The location for which coverage information is provided.
Example
{
"object": "networkCoverage",
"coverage": [
{
"plan": "pln_0SNlurA049MEWV3V0q7gjQbM4EVo",
"provider": "p11",
"strength": "excellent",
"minDecibelMilliwatts": -100
}
],
"location": {
"coordinates": {
"latitude": 40.7831,
"longitude": -73.9712
}
}
}