big tings
This commit is contained in:
13
registry/schema-org/DriveWheelConfigurationValue.schema.json
Normal file
13
registry/schema-org/DriveWheelConfigurationValue.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user