14 lines
476 B
JSON
14 lines
476 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:DriveWheelConfigurationValue",
|
|
"title": "DriveWheelConfigurationValue",
|
|
"description": "A value indicating which roadwheels will receive torque.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.",
|
|
"$ref": "schema:QualitativeValue"
|
|
}
|
|
]
|
|
}
|