smw/schema:Group:Extra special properties

De Wikirouge
Aller à la navigation Aller à la recherche
Provides groups for special properties provided by the `Semantic Extra Special Properties` extension.
PROPERTY_GROUP_SCHEMA
Ce type de schéma prend encharge la définition des groupes de propriété pour aider à structurer l’interface de navigation.

Erreur de validation

Schéma JSON
property-group-schema.v1
groups
Array value found, but an object is required
La demande est en cours d'exécution et peut prendre un certain temps. Préparation…
{ "type": "PROPERTY_GROUP_SCHEMA", "description": "Provides groups for special properties provided by the `Semantic Extra Special Properties` extension.", "groups": [ { "group_name": "User related", "message_key": "sesp-property-group-label-user-data-group", "properties": [ "___USERREG", "___USEREDITCNT", "___USERBLOCK", "___USERRIGHT", "___USERGROUP" ] }, { "group_name": "Page related", "message_key": "sesp-property-group-label-page-data-group", "properties": [ "___REVID", "___PAGEID", "___PAGELGTH", "___EUSER", "___CUSER", "___VIEWS", "___SUBP", "___NREV", "___NTREV", "___PAGEIMAGE" ] } ], "tags": [ "group", "property group", "extra special properties" ] }