iso15118_vasΒΆ
Custom VAS types for ISO 15118
ParameterValue: object
Value variant of a parameter -> only one of the values should be set
properties:
finite_string: string <required>
String value of the parameter
rational_number: number <required>
Rational value of the parameter
byte_value: integer <required>
Byte value of the parameter
short_value: integer <required>
Short value of the parameter
int_value: integer <required>
Integer value of the parameter
bool_value: boolean <required>
Boolean value of the parameter
Parameter: object
Single Parameter
properties:
name: string <required>
Name of the parameter
value: object <required> (iso15118_vas-ParameterValue)
Value of the parameter
ParameterSet: object
Parameter Set
properties:
set_id: integer <required>
ParameterSetId
parameters: array <required>
List of parameters
array_item: object (iso15118_vas-Parameter)
SelectedService: object
Selected Service
properties:
service_id: integer <required>
Service ID
parameter_set_id: integer <required>
Parameter Set ID
OfferedService: object
Offered VAS Service
properties:
service_id: integer <required>
Service ID
service_name: string <optional>
Service Name
service_scope: string <optional>
Service Scope
free_service: boolean <optional>
Indicates whether the service is free of charge
OfferedServices: object
List of offered VAS Services
properties:
services: array <required>
List of offered VAS Services
array_item: object (iso15118_vas-OfferedService)