Skip to content

Commit 60305d2

Browse files
authored
Json Schema update (#58)
* Import validator schemas Delete files Replace per validator schemas Add a .gitignore file * Added descriptions in v1.0 * fix 2.1 geofencing_zones.json * fix error in system_pricing_plans for v2.1 and v2.2 * fix typo in vehicle_types_available in v2.1 and v2.2 * fix typo in geofencing_zones in v2.1 and v2.2 * fix error in system_calendar * define non negative integer as integer in json schema * fix typos in descriptions * Delete index.js * Add description in system_regions * fix version numbers * update id * Add v2.3RC files & update version numbers * Update the files to the 2.3-RC * add is_charging_station * remove vehicles from station_status.json
1 parent 4abc358 commit 60305d2

File tree

77 files changed

+6634
-956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+6634
-956
lines changed

.gitignore

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Ignore all IDEA files. Comment out the following line if you wish to ignore only particular files (listed below).
2+
.idea/
3+
4+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
5+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
6+
7+
# User-specific stuff
8+
.idea/**/modules.xml
9+
.idea/**/workspace.xml
10+
.idea/**/tasks.xml
11+
.idea/**/usage.statistics.xml
12+
.idea/**/dictionaries
13+
.idea/**/shelf
14+
15+
# Generated files
16+
.idea/**/contentModel.xml
17+
18+
# Sensitive or high-churn files
19+
.idea/**/dataSources/
20+
.idea/**/dataSources.ids
21+
.idea/**/dataSources.local.xml
22+
.idea/**/sqlDataSources.xml
23+
.idea/**/dynamic.xml
24+
.idea/**/uiDesigner.xml
25+
.idea/**/dbnavigator.xml
26+
27+
# Gradle
28+
.idea/**/gradle.xml
29+
.idea/**/libraries
30+
31+
# Gradle and Maven with auto-import
32+
# When using Gradle or Maven with auto-import, you should exclude module files,
33+
# since they will be recreated, and may cause churn. Uncomment if using
34+
# auto-import.
35+
.idea/artifacts
36+
.idea/compiler.xml
37+
.idea/jarRepositories.xml
38+
.idea/modules.xml
39+
.idea/*.iml
40+
.idea/modules
41+
*.iml
42+
*.ipr
43+
44+
# CMake
45+
cmake-build-*/
46+
47+
# Mongo Explorer plugin
48+
.idea/**/mongoSettings.xml
49+
50+
# File-based project format
51+
*.iws
52+
53+
# IntelliJ
54+
out/
55+
56+
# mpeltonen/sbt-idea plugin
57+
.idea_modules/
58+
59+
# JIRA plugin
60+
atlassian-ide-plugin.xml
61+
62+
# Cursive Clojure plugin
63+
.idea/replstate.xml
64+
65+
# Crashlytics plugin (for Android Studio and IntelliJ)
66+
com_crashlytics_export_strings.xml
67+
crashlytics.properties
68+
crashlytics-build.properties
69+
fabric.properties
70+
71+
# Editor-based Rest Client
72+
.idea/httpRequests
73+
74+
# Android studio 3.1+ serialized cache file
75+
.idea/caches/build_file_checksums.ser
76+
77+
# Gradle
78+
.gradle
79+
build/
80+
81+
# Inputs and outputs
82+
/input/
83+
/output/
84+
85+
# Mac
86+
*/.DS_Store
87+
.DS_Store

gbfs_versions.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

station_status.json

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)