Open Charge Map · Schema

UserInfo

Short public summary profile for a specific Open Charge Map user

Electric VehiclesEV ChargingCharging StationsPoints of InterestOpen DataGeospatialTransportationClean EnergyCrowdsourcedRegistry

Properties

Name Type Description
ID integer
Username string
ReputationPoints integer
ProfileImageURL string
View JSON Schema on GitHub

JSON Schema

UserInfo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://openchargemap.org/schema/UserInfo.json",
  "title": "UserInfo",
  "type": "object",
  "description": "Short public summary profile for a specific Open Charge Map user",
  "properties": {
    "ID": {
      "type": "integer"
    },
    "Username": {
      "type": "string"
    },
    "ReputationPoints": {
      "type": "integer"
    },
    "ProfileImageURL": {
      "type": "string"
    }
  }
}