Common Room · Schema

ApiProspectorCompanyLocation

Community IntelligenceGo-to-MarketMember SignalsGitHubSlackDiscordLinkedInSales IntelligenceContact ManagementWebhooks

Properties

Name Type Description
address string
city string
state string
country string
countryCode string
View JSON Schema on GitHub

JSON Schema

common-room-v2-apiprospectorcompanylocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.commonroom.io/schemas/v2/apiprospectorcompanylocation",
  "title": "ApiProspectorCompanyLocation",
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "nullable": true
    },
    "city": {
      "type": "string",
      "nullable": true
    },
    "state": {
      "type": "string",
      "nullable": true
    },
    "country": {
      "type": "string",
      "nullable": true
    },
    "countryCode": {
      "type": "string",
      "nullable": true
    }
  }
}