@ampeco/public-api-mcp 3.106.3 → 3.106.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/build-stats.json +6 -6
- package/dist/generated/endpoints.json +52 -73
- package/dist/generated/response-schemas.json +141 -204
- package/dist/generated/schemas.d.ts +15 -15
- package/dist/generated/schemas.js +3 -3
- package/dist/generated/schemas.js.map +1 -1
- package/dist/generated/schemas.ts +3 -3
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"totalEndpoints": 449,
|
|
3
|
-
"originalSize":
|
|
4
|
-
"optimizedSize":
|
|
5
|
-
"reductionPercent": 70.
|
|
6
|
-
"buildDuration":
|
|
3
|
+
"originalSize": 2679516,
|
|
4
|
+
"optimizedSize": 785077,
|
|
5
|
+
"reductionPercent": 70.7,
|
|
6
|
+
"buildDuration": 705,
|
|
7
7
|
"responseSchemas": {
|
|
8
8
|
"total": 449,
|
|
9
9
|
"withSchemas": 449,
|
|
10
|
-
"totalSchemaSize":
|
|
11
|
-
"averageSchemaSize":
|
|
10
|
+
"totalSchemaSize": 1486775,
|
|
11
|
+
"averageSchemaSize": 3311
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -5735,20 +5735,13 @@
|
|
|
5735
5735
|
"type": "object",
|
|
5736
5736
|
"properties": {
|
|
5737
5737
|
"currentType": {
|
|
5738
|
-
"
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
"ac",
|
|
5743
|
-
"dc"
|
|
5744
|
-
],
|
|
5745
|
-
"description": "Type of current available on the EVSE: - **ac**: Alternating Current (AC) charging - **dc**: Direct Current (DC) fast charging"
|
|
5746
|
-
},
|
|
5747
|
-
{
|
|
5748
|
-
"type": "null"
|
|
5749
|
-
}
|
|
5738
|
+
"type": "string",
|
|
5739
|
+
"enum": [
|
|
5740
|
+
"ac",
|
|
5741
|
+
"dc"
|
|
5750
5742
|
],
|
|
5751
|
-
"
|
|
5743
|
+
"nullable": true,
|
|
5744
|
+
"description": "Type of current available on the EVSE: - **ac**: Alternating Current (AC) charging - **dc**: Direct Current (DC) fast charging"
|
|
5752
5745
|
},
|
|
5753
5746
|
"minPower": {
|
|
5754
5747
|
"type": "number",
|
|
@@ -5759,40 +5752,33 @@
|
|
|
5759
5752
|
"description": "Maximum power requirement in kW. Omitted in response when not specified."
|
|
5760
5753
|
},
|
|
5761
5754
|
"connectorType": {
|
|
5762
|
-
"
|
|
5763
|
-
|
|
5764
|
-
|
|
5765
|
-
|
|
5766
|
-
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
|
|
5774
|
-
|
|
5775
|
-
|
|
5776
|
-
|
|
5777
|
-
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
"nema-6-30",
|
|
5787
|
-
"nema-6-50"
|
|
5788
|
-
],
|
|
5789
|
-
"description": "Type of connector available on the EVSE: - **type1**: Type 1 connector (SAE J1772 AC) - **type2**: Type 2 connector (IEC 62196-2 AC) - **type3**: Type 3 connector (IEC 62196-2 AC) - **chademo**: CHAdeMO DC fast charging - **ccs1**: Combined Charging System 1 (CCS1/Combo 1) - **ccs2**: Combined Charging System 2 (CCS2/Combo 2) - **schuko**: Standard European household socket - **nacs**: North American Charging Standard (Tesla) - **cee16**: CEE 16A industrial connector - **cee32**: CEE 32A industrial connector - **j1772**: SAE J1772 connector - **inductive**: Inductive/wireless charging - **nema-5-20**: Domestic M NEMA 5-20 Socket - **type-e-french**: French Type E socket - **type-g-british**: British Type G socket - **type-j-swiss**: Swiss Type J socket - **avcon**: AVCON connector (Australian standard) - **gb-t-ac**: GB/T AC connector (Chinese standard) - **gb-t-dc**: GB/T DC connector (Chinese standard) - **chaoji**: ChaoJi (CHAdeMO 3.0) - **nema-6-30**: NEMA 6-30 - **nema-6-50**: NEMA 6-50"
|
|
5790
|
-
},
|
|
5791
|
-
{
|
|
5792
|
-
"type": "null"
|
|
5793
|
-
}
|
|
5755
|
+
"type": "string",
|
|
5756
|
+
"enum": [
|
|
5757
|
+
"type1",
|
|
5758
|
+
"type2",
|
|
5759
|
+
"type3",
|
|
5760
|
+
"chademo",
|
|
5761
|
+
"ccs1",
|
|
5762
|
+
"ccs2",
|
|
5763
|
+
"schuko",
|
|
5764
|
+
"nacs",
|
|
5765
|
+
"cee16",
|
|
5766
|
+
"cee32",
|
|
5767
|
+
"j1772",
|
|
5768
|
+
"inductive",
|
|
5769
|
+
"nema-5-20",
|
|
5770
|
+
"type-e-french",
|
|
5771
|
+
"type-g-british",
|
|
5772
|
+
"type-j-swiss",
|
|
5773
|
+
"avcon",
|
|
5774
|
+
"gb-t-ac",
|
|
5775
|
+
"gb-t-dc",
|
|
5776
|
+
"chaoji",
|
|
5777
|
+
"nema-6-30",
|
|
5778
|
+
"nema-6-50"
|
|
5794
5779
|
],
|
|
5795
|
-
"
|
|
5780
|
+
"nullable": true,
|
|
5781
|
+
"description": "Type of connector available on the EVSE: - **type1**: Type 1 connector (SAE J1772 AC) - **type2**: Type 2 connector (IEC 62196-2 AC) - **type3**: Type 3 connector (IEC 62196-2 AC) - **chademo**: CHAdeMO DC fast charging - **ccs1**: Combined Charging System 1 (CCS1/Combo 1) - **ccs2**: Combined Charging System 2 (CCS2/Combo 2) - **schuko**: Standard European household socket - **nacs**: North American Charging Standard (Tesla) - **cee16**: CEE 16A industrial connector - **cee32**: CEE 32A industrial connector - **j1772**: SAE J1772 connector - **inductive**: Inductive/wireless charging - **nema-5-20**: Domestic M NEMA 5-20 Socket - **type-e-french**: French Type E socket - **type-g-british**: British Type G socket - **type-j-swiss**: Swiss Type J socket - **avcon**: AVCON connector (Australian standard) - **gb-t-ac**: GB/T AC connector (Chinese standard) - **gb-t-dc**: GB/T DC connector (Chinese standard) - **chaoji**: ChaoJi (CHAdeMO 3.0) - **nema-6-30**: NEMA 6-30 - **nema-6-50**: NEMA 6-50"
|
|
5796
5782
|
}
|
|
5797
5783
|
},
|
|
5798
5784
|
"description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided. Response behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified."
|
|
@@ -5821,26 +5807,19 @@
|
|
|
5821
5807
|
"description": "Vehicle width in centimeters. Omitted in response when not specified."
|
|
5822
5808
|
},
|
|
5823
5809
|
"vehicleType": {
|
|
5824
|
-
"
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
"heavy_duty_trucks_with_trailer_attached",
|
|
5835
|
-
"buses_or_motor_coaches"
|
|
5836
|
-
],
|
|
5837
|
-
"description": "Type of vehicle that can use the parking space: - **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar - **passenger_vehicles**: Standard cars - **passenger_vehicles_with_trailer**: Cars with trailers attached - **light_duty_vans**: Small commercial vans - **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer - **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation - **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer - **buses_or_motor_coaches**: Buses and coaches"
|
|
5838
|
-
},
|
|
5839
|
-
{
|
|
5840
|
-
"type": "null"
|
|
5841
|
-
}
|
|
5810
|
+
"type": "string",
|
|
5811
|
+
"enum": [
|
|
5812
|
+
"two_and_three_wheel_vehicles_and_quadricycles",
|
|
5813
|
+
"passenger_vehicles",
|
|
5814
|
+
"passenger_vehicles_with_trailer",
|
|
5815
|
+
"light_duty_vans",
|
|
5816
|
+
"heavy_duty_tractor_units_without_trailer",
|
|
5817
|
+
"heavy_duty_trucks_without_articulation_point",
|
|
5818
|
+
"heavy_duty_trucks_with_trailer_attached",
|
|
5819
|
+
"buses_or_motor_coaches"
|
|
5842
5820
|
],
|
|
5843
|
-
"
|
|
5821
|
+
"nullable": true,
|
|
5822
|
+
"description": "Type of vehicle that can use the parking space: - **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar - **passenger_vehicles**: Standard cars - **passenger_vehicles_with_trailer**: Cars with trailers attached - **light_duty_vans**: Small commercial vans - **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer - **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation - **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer - **buses_or_motor_coaches**: Buses and coaches"
|
|
5844
5823
|
},
|
|
5845
5824
|
"driveThroughRequired": {
|
|
5846
5825
|
"type": "boolean",
|
|
@@ -41815,7 +41794,7 @@
|
|
|
41815
41794
|
],
|
|
41816
41795
|
"info": {
|
|
41817
41796
|
"title": "AMPECO.CHARGE Public API",
|
|
41818
|
-
"version": "3.106.
|
|
41797
|
+
"version": "3.106.4",
|
|
41819
41798
|
"description": "AMPECO.CHARGE Public API provides you with the option to use AMPECO.CHARGE's backend in a server-to-server manner\n"
|
|
41820
41799
|
},
|
|
41821
41800
|
"servers": [
|
|
@@ -41829,18 +41808,18 @@
|
|
|
41829
41808
|
}
|
|
41830
41809
|
}
|
|
41831
41810
|
],
|
|
41832
|
-
"buildTimestamp": "2025-12-
|
|
41811
|
+
"buildTimestamp": "2025-12-04T10:42:48.376Z",
|
|
41833
41812
|
"stats": {
|
|
41834
41813
|
"totalEndpoints": 449,
|
|
41835
|
-
"originalSize":
|
|
41836
|
-
"optimizedSize":
|
|
41837
|
-
"reductionPercent": 70.
|
|
41838
|
-
"buildDuration":
|
|
41814
|
+
"originalSize": 2679516,
|
|
41815
|
+
"optimizedSize": 785077,
|
|
41816
|
+
"reductionPercent": 70.7,
|
|
41817
|
+
"buildDuration": 705,
|
|
41839
41818
|
"responseSchemas": {
|
|
41840
41819
|
"total": 449,
|
|
41841
41820
|
"withSchemas": 449,
|
|
41842
|
-
"totalSchemaSize":
|
|
41843
|
-
"averageSchemaSize":
|
|
41821
|
+
"totalSchemaSize": 1486775,
|
|
41822
|
+
"averageSchemaSize": 3311
|
|
41844
41823
|
}
|
|
41845
41824
|
}
|
|
41846
41825
|
}
|
|
@@ -6505,20 +6505,13 @@
|
|
|
6505
6505
|
"description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided.\n\nResponse behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified.\n",
|
|
6506
6506
|
"properties": {
|
|
6507
6507
|
"currentType": {
|
|
6508
|
-
"
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
"description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n"
|
|
6516
|
-
},
|
|
6517
|
-
{
|
|
6518
|
-
"type": "null"
|
|
6519
|
-
}
|
|
6520
|
-
],
|
|
6521
|
-
"description": "Required current type (AC or DC). Omitted in response when not specified."
|
|
6508
|
+
"type": "string",
|
|
6509
|
+
"nullable": true,
|
|
6510
|
+
"description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
|
|
6511
|
+
"enum": [
|
|
6512
|
+
"ac",
|
|
6513
|
+
"dc"
|
|
6514
|
+
]
|
|
6522
6515
|
},
|
|
6523
6516
|
"minPower": {
|
|
6524
6517
|
"type": "number",
|
|
@@ -6529,40 +6522,33 @@
|
|
|
6529
6522
|
"description": "Maximum power requirement in kW. Omitted in response when not specified."
|
|
6530
6523
|
},
|
|
6531
6524
|
"connectorType": {
|
|
6532
|
-
"
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
"description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n"
|
|
6560
|
-
},
|
|
6561
|
-
{
|
|
6562
|
-
"type": "null"
|
|
6563
|
-
}
|
|
6564
|
-
],
|
|
6565
|
-
"description": "Required connector type. Omitted in response when not specified."
|
|
6525
|
+
"type": "string",
|
|
6526
|
+
"nullable": true,
|
|
6527
|
+
"description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
|
|
6528
|
+
"enum": [
|
|
6529
|
+
"type1",
|
|
6530
|
+
"type2",
|
|
6531
|
+
"type3",
|
|
6532
|
+
"chademo",
|
|
6533
|
+
"ccs1",
|
|
6534
|
+
"ccs2",
|
|
6535
|
+
"schuko",
|
|
6536
|
+
"nacs",
|
|
6537
|
+
"cee16",
|
|
6538
|
+
"cee32",
|
|
6539
|
+
"j1772",
|
|
6540
|
+
"inductive",
|
|
6541
|
+
"nema-5-20",
|
|
6542
|
+
"type-e-french",
|
|
6543
|
+
"type-g-british",
|
|
6544
|
+
"type-j-swiss",
|
|
6545
|
+
"avcon",
|
|
6546
|
+
"gb-t-ac",
|
|
6547
|
+
"gb-t-dc",
|
|
6548
|
+
"chaoji",
|
|
6549
|
+
"nema-6-30",
|
|
6550
|
+
"nema-6-50"
|
|
6551
|
+
]
|
|
6566
6552
|
}
|
|
6567
6553
|
}
|
|
6568
6554
|
},
|
|
@@ -6591,26 +6577,19 @@
|
|
|
6591
6577
|
"minimum": 1
|
|
6592
6578
|
},
|
|
6593
6579
|
"vehicleType": {
|
|
6594
|
-
"
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
"description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n"
|
|
6608
|
-
},
|
|
6609
|
-
{
|
|
6610
|
-
"type": "null"
|
|
6611
|
-
}
|
|
6612
|
-
],
|
|
6613
|
-
"description": "Required vehicle type. Omitted in response when not specified."
|
|
6580
|
+
"type": "string",
|
|
6581
|
+
"nullable": true,
|
|
6582
|
+
"description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n",
|
|
6583
|
+
"enum": [
|
|
6584
|
+
"two_and_three_wheel_vehicles_and_quadricycles",
|
|
6585
|
+
"passenger_vehicles",
|
|
6586
|
+
"passenger_vehicles_with_trailer",
|
|
6587
|
+
"light_duty_vans",
|
|
6588
|
+
"heavy_duty_tractor_units_without_trailer",
|
|
6589
|
+
"heavy_duty_trucks_without_articulation_point",
|
|
6590
|
+
"heavy_duty_trucks_with_trailer_attached",
|
|
6591
|
+
"buses_or_motor_coaches"
|
|
6592
|
+
]
|
|
6614
6593
|
},
|
|
6615
6594
|
"driveThroughRequired": {
|
|
6616
6595
|
"type": "boolean",
|
|
@@ -7025,20 +7004,13 @@
|
|
|
7025
7004
|
"description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided.\n\nResponse behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified.\n",
|
|
7026
7005
|
"properties": {
|
|
7027
7006
|
"currentType": {
|
|
7028
|
-
"
|
|
7029
|
-
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
"description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n"
|
|
7036
|
-
},
|
|
7037
|
-
{
|
|
7038
|
-
"type": "null"
|
|
7039
|
-
}
|
|
7040
|
-
],
|
|
7041
|
-
"description": "Required current type (AC or DC). Omitted in response when not specified."
|
|
7007
|
+
"type": "string",
|
|
7008
|
+
"nullable": true,
|
|
7009
|
+
"description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
|
|
7010
|
+
"enum": [
|
|
7011
|
+
"ac",
|
|
7012
|
+
"dc"
|
|
7013
|
+
]
|
|
7042
7014
|
},
|
|
7043
7015
|
"minPower": {
|
|
7044
7016
|
"type": "number",
|
|
@@ -7049,40 +7021,33 @@
|
|
|
7049
7021
|
"description": "Maximum power requirement in kW. Omitted in response when not specified."
|
|
7050
7022
|
},
|
|
7051
7023
|
"connectorType": {
|
|
7052
|
-
"
|
|
7053
|
-
|
|
7054
|
-
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
"description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n"
|
|
7080
|
-
},
|
|
7081
|
-
{
|
|
7082
|
-
"type": "null"
|
|
7083
|
-
}
|
|
7084
|
-
],
|
|
7085
|
-
"description": "Required connector type. Omitted in response when not specified."
|
|
7024
|
+
"type": "string",
|
|
7025
|
+
"nullable": true,
|
|
7026
|
+
"description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
|
|
7027
|
+
"enum": [
|
|
7028
|
+
"type1",
|
|
7029
|
+
"type2",
|
|
7030
|
+
"type3",
|
|
7031
|
+
"chademo",
|
|
7032
|
+
"ccs1",
|
|
7033
|
+
"ccs2",
|
|
7034
|
+
"schuko",
|
|
7035
|
+
"nacs",
|
|
7036
|
+
"cee16",
|
|
7037
|
+
"cee32",
|
|
7038
|
+
"j1772",
|
|
7039
|
+
"inductive",
|
|
7040
|
+
"nema-5-20",
|
|
7041
|
+
"type-e-french",
|
|
7042
|
+
"type-g-british",
|
|
7043
|
+
"type-j-swiss",
|
|
7044
|
+
"avcon",
|
|
7045
|
+
"gb-t-ac",
|
|
7046
|
+
"gb-t-dc",
|
|
7047
|
+
"chaoji",
|
|
7048
|
+
"nema-6-30",
|
|
7049
|
+
"nema-6-50"
|
|
7050
|
+
]
|
|
7086
7051
|
}
|
|
7087
7052
|
}
|
|
7088
7053
|
},
|
|
@@ -7111,26 +7076,19 @@
|
|
|
7111
7076
|
"minimum": 1
|
|
7112
7077
|
},
|
|
7113
7078
|
"vehicleType": {
|
|
7114
|
-
"
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
"description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n"
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"type": "null"
|
|
7131
|
-
}
|
|
7132
|
-
],
|
|
7133
|
-
"description": "Required vehicle type. Omitted in response when not specified."
|
|
7079
|
+
"type": "string",
|
|
7080
|
+
"nullable": true,
|
|
7081
|
+
"description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n",
|
|
7082
|
+
"enum": [
|
|
7083
|
+
"two_and_three_wheel_vehicles_and_quadricycles",
|
|
7084
|
+
"passenger_vehicles",
|
|
7085
|
+
"passenger_vehicles_with_trailer",
|
|
7086
|
+
"light_duty_vans",
|
|
7087
|
+
"heavy_duty_tractor_units_without_trailer",
|
|
7088
|
+
"heavy_duty_trucks_without_articulation_point",
|
|
7089
|
+
"heavy_duty_trucks_with_trailer_attached",
|
|
7090
|
+
"buses_or_motor_coaches"
|
|
7091
|
+
]
|
|
7134
7092
|
},
|
|
7135
7093
|
"driveThroughRequired": {
|
|
7136
7094
|
"type": "boolean",
|
|
@@ -7528,20 +7486,13 @@
|
|
|
7528
7486
|
"description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided.\n\nResponse behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified.\n",
|
|
7529
7487
|
"properties": {
|
|
7530
7488
|
"currentType": {
|
|
7531
|
-
"
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
"description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n"
|
|
7539
|
-
},
|
|
7540
|
-
{
|
|
7541
|
-
"type": "null"
|
|
7542
|
-
}
|
|
7543
|
-
],
|
|
7544
|
-
"description": "Required current type (AC or DC). Omitted in response when not specified."
|
|
7489
|
+
"type": "string",
|
|
7490
|
+
"nullable": true,
|
|
7491
|
+
"description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
|
|
7492
|
+
"enum": [
|
|
7493
|
+
"ac",
|
|
7494
|
+
"dc"
|
|
7495
|
+
]
|
|
7545
7496
|
},
|
|
7546
7497
|
"minPower": {
|
|
7547
7498
|
"type": "number",
|
|
@@ -7552,40 +7503,33 @@
|
|
|
7552
7503
|
"description": "Maximum power requirement in kW. Omitted in response when not specified."
|
|
7553
7504
|
},
|
|
7554
7505
|
"connectorType": {
|
|
7555
|
-
"
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7562
|
-
|
|
7563
|
-
|
|
7564
|
-
|
|
7565
|
-
|
|
7566
|
-
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
|
|
7570
|
-
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7575
|
-
|
|
7576
|
-
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
"description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n"
|
|
7583
|
-
},
|
|
7584
|
-
{
|
|
7585
|
-
"type": "null"
|
|
7586
|
-
}
|
|
7587
|
-
],
|
|
7588
|
-
"description": "Required connector type. Omitted in response when not specified."
|
|
7506
|
+
"type": "string",
|
|
7507
|
+
"nullable": true,
|
|
7508
|
+
"description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
|
|
7509
|
+
"enum": [
|
|
7510
|
+
"type1",
|
|
7511
|
+
"type2",
|
|
7512
|
+
"type3",
|
|
7513
|
+
"chademo",
|
|
7514
|
+
"ccs1",
|
|
7515
|
+
"ccs2",
|
|
7516
|
+
"schuko",
|
|
7517
|
+
"nacs",
|
|
7518
|
+
"cee16",
|
|
7519
|
+
"cee32",
|
|
7520
|
+
"j1772",
|
|
7521
|
+
"inductive",
|
|
7522
|
+
"nema-5-20",
|
|
7523
|
+
"type-e-french",
|
|
7524
|
+
"type-g-british",
|
|
7525
|
+
"type-j-swiss",
|
|
7526
|
+
"avcon",
|
|
7527
|
+
"gb-t-ac",
|
|
7528
|
+
"gb-t-dc",
|
|
7529
|
+
"chaoji",
|
|
7530
|
+
"nema-6-30",
|
|
7531
|
+
"nema-6-50"
|
|
7532
|
+
]
|
|
7589
7533
|
}
|
|
7590
7534
|
}
|
|
7591
7535
|
},
|
|
@@ -7614,26 +7558,19 @@
|
|
|
7614
7558
|
"minimum": 1
|
|
7615
7559
|
},
|
|
7616
7560
|
"vehicleType": {
|
|
7617
|
-
"
|
|
7618
|
-
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
|
|
7623
|
-
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
"description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n"
|
|
7631
|
-
},
|
|
7632
|
-
{
|
|
7633
|
-
"type": "null"
|
|
7634
|
-
}
|
|
7635
|
-
],
|
|
7636
|
-
"description": "Required vehicle type. Omitted in response when not specified."
|
|
7561
|
+
"type": "string",
|
|
7562
|
+
"nullable": true,
|
|
7563
|
+
"description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n",
|
|
7564
|
+
"enum": [
|
|
7565
|
+
"two_and_three_wheel_vehicles_and_quadricycles",
|
|
7566
|
+
"passenger_vehicles",
|
|
7567
|
+
"passenger_vehicles_with_trailer",
|
|
7568
|
+
"light_duty_vans",
|
|
7569
|
+
"heavy_duty_tractor_units_without_trailer",
|
|
7570
|
+
"heavy_duty_trucks_without_articulation_point",
|
|
7571
|
+
"heavy_duty_trucks_with_trailer_attached",
|
|
7572
|
+
"buses_or_motor_coaches"
|
|
7573
|
+
]
|
|
7637
7574
|
},
|
|
7638
7575
|
"driveThroughRequired": {
|
|
7639
7576
|
"type": "boolean",
|