Files
marka/registry/schema-org/DriveWheelConfigurationValue.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

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"
}
]
}