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

14 lines
505 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:WearableSizeSystemEnumeration",
"title": "WearableSizeSystemEnumeration",
"description": "Enumerates common size systems specific for wearable products.",
"type": "object",
"allOf": [
{
"description": "Enumerates common size systems for different categories of products, for example \"EN-13402\" or \"UK\" for wearables or \"Imperial\" for screws.",
"$ref": "schema:SizeSystemEnumeration"
}
]
}