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

14 lines
445 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:SteeringPositionValue",
"title": "SteeringPositionValue",
"description": "A value indicating a steering position.",
"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"
}
]
}