Variable: SchemaOrgTypes
constSchemaOrgTypes:object
The types of schema.org data.
Type Declaration
Text
readonlyText:"Text"="Text"
Represents text storage.
Integer
readonlyInteger:"Integer"="Integer"
Represents integer number values.
Float
readonlyFloat:"Float"="Float"
Represents floating point numbers.
Boolean
readonlyBoolean:"Boolean"="Boolean"
Represents a boolean.
URL
readonlyURL:"URL"="URL"
Represents a url.
Date
readonlyDate:"Date"="Date"
Represents a date as an ISO format string.
DateTime
readonlyDateTime:"DateTime"="DateTime"
Represents a date time as an ISO format string.
Time
readonlyTime:"Time"="Time"
Represents a time as an ISO format string.
Image
readonlyImage:"image"="image"
Represents a url which points to an image.
GeoCoordinates
readonlyGeoCoordinates:"GeoCoordinates"="GeoCoordinates"
Represents a location.
StructuredValue
readonlyStructuredValue:"StructuredValue"="StructuredValue"
Represents a structured value.
ItemList
readonlyItemList:"ItemList"="ItemList"
Represents an item list.
ItemListElement
readonlyItemListElement:"itemListElement"="itemListElement"
Represents an item list element.
NextItem
readonlyNextItem:"nextItem"="nextItem"
Represents a next item (can be used as a cursor).