PropertySpecification Data Type

Abstract Type
Properties
name data type constraints description
name string  
supports_special_chars boolean required
permission_group string  
facetable boolean required
_case_sensitive boolean required
description string  
groupKey string  
label string  
is_custom_property boolean required
_custom_property boolean required
item_type string  
property_type string  
searchable boolean required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "name" : "...",
  "supports_special_chars" : true,
  "permission_group" : "...",
  "facetable" : true,
  "_case_sensitive" : true,
  "description" : "...",
  "groupKey" : "...",
  "label" : "...",
  "is_custom_property" : true,
  "_custom_property" : true,
  "item_type" : "...",
  "property_type" : "...",
  "searchable" : true
}