Schema.org · JSON Structure

Schema Org Quantitative Value

A point value or interval for product characteristics and other purposes.

Type: object Properties: 9
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

QuantitativeValue is a JSON Structure definition published by Schema.org, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context value minValue maxValue unitCode unitText name additionalProperty

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

JSON Structure

schema-org-quantitative-value.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "QuantitativeValue",
  "description": "A point value or interval for product characteristics and other purposes.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "value": { "type": "number" },
    "minValue": { "type": "number" },
    "maxValue": { "type": "number" },
    "unitCode": { "type": "string" },
    "unitText": { "type": "string" },
    "name": { "type": "string" },
    "additionalProperty": { "type": { "$ref": "schema-org-property-value.json" } }
  }
}