Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyValue

A property-value pair, e.g. representing a feature of a product or place. Use the name property for the name of the property. If there is an additional human-readable version of the value, put that into the description property.

(Non-Normative): May appear as values of:

see

https://schemas.alumio.com/PropertyValue.jsd

Hierarchy

Index

Properties

Optional @context

@context: undefined | null | string | ContextDefinition | (null | string | ContextDefinition)[]

Optional @graph

@graph: undefined | NodeObject | NodeObject[]

Optional @id

@id: undefined | string

Optional @included

@included: undefined | NodeObject | NodeObject[]

Optional @index

@index: undefined | string

Optional @nest

@nest: undefined | JsonObject | JsonObject[]

Optional @reverse

@reverse: undefined | {}

Optional @type

@type: undefined | string | string[]

Optional additionalProperty

additionalProperty: undefined | PropertyValue | PropertyValue[]

Optional additionalType

additionalType: undefined | string | string[]

Optional description

description: undefined | string | string[]

Optional identifier

identifier: undefined | string | PropertyValue

Optional image

image: undefined | string | string[]

Optional maxValue

maxValue: undefined | number

Optional minValue

minValue: undefined | number

Optional name

name: undefined | string

Optional unitCode

unitCode: undefined | string

Optional unitText

unitText: undefined | string

Optional url

url: undefined | string

Optional value

value: undefined | string | number | boolean | StructuredValue