Schema.org · JSON Structure

Schema Org Property Value

A property-value pair, e.g. representing a feature of a product or place.

Type: object Properties: 11 Required: 1
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

PropertyValue is a JSON Structure definition published by Schema.org, describing 11 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context name value propertyID unitCode unitText minValue maxValue measurementTechnique url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-property-value.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "PropertyValue",
  "description": "A property-value pair, e.g. representing a feature of a product or place.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "name": { "type": "string" },
    "value": { "type": "string" },
    "propertyID": { "type": "string" },
    "unitCode": { "type": "string" },
    "unitText": { "type": "string" },
    "minValue": { "type": "number" },
    "maxValue": { "type": "number" },
    "measurementTechnique": { "type": "string" },
    "url": { "type": "string" }
  },
  "required": ["name"]
}