Provides groups for special properties provided by the `Semantic Extra Special Properties` extension.
PROPERTY_GROUP_SCHEMA
This schema type supports the definition of property groups to help structure the browsing interface.
{ "type": "PROPERTY_GROUP_SCHEMA", "description": "Provides groups for special properties provided by the `Semantic Extra Special Properties` extension.", "groups": { "user_group": { "canonical_name": "User related", "message_key": "sesp-property-group-label-user-data-group", "property_keys": [ "___USERREG", "___USEREDITCNT", "___USEREDITCNTNS", "___USERBLOCK", "___USERRIGHT", "___USERGROUP" ] }, "page_group": { "canonical_name": "Page related", "message_key": "sesp-property-group-label-page-data-group", "property_keys": [ "___REVID", "___PAGEID", "___PAGELGTH", "___EUSER", "___CUSER", "___VIEWS", "___DESCRIPTION", "___SUBP", "___NREV", "___NTREV", "___NSID", "___NSNAME" ] } }, "tags": [ "group", "property group", "extra special properties" ] }