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

14 lines
533 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:StructuredValue",
"title": "StructuredValue",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.",
"type": "object",
"allOf": [
{
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
"$ref": "schema:Intangible"
}
]
}