Open Charge Map · Schema

UserCommentType

Category for a user comment, e.g. General Comment, Fault Report (Notice To Users And Operator)

Electric VehiclesEV ChargingCharging StationsPoints of InterestOpen DataGeospatialTransportationClean EnergyCrowdsourcedRegistry

Properties

Name Type Description
ID integer
Title string
View JSON Schema on GitHub

JSON Schema

UserCommentType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://openchargemap.org/schema/UserCommentType.json",
  "title": "UserCommentType",
  "type": "object",
  "properties": {
    "ID": {
      "type": "integer"
    },
    "Title": {
      "type": "string"
    }
  },
  "description": "Category for a user comment, e.g. General Comment, Fault Report (Notice To Users And Operator)"
}