The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "smw/schema:Group:Schema properties"

From A Tale in the Desert
Jump to navigationJump to search
(Semantic MediaWiki group import)
 
(Semantic MediaWiki group import)
 
Line 1: Line 1:
 
{
 
{
 
     "type": "PROPERTY_GROUP_SCHEMA",
 
     "type": "PROPERTY_GROUP_SCHEMA",
     "groups": [
+
     "groups": {
         {
+
         "schema_group": {
             "group_name": "Schema properties",
+
             "canonical_name": "Schema properties",
 
             "message_key": "smw-property-group-label-schema-group",
 
             "message_key": "smw-property-group-label-schema-group",
             "properties": [
+
             "property_keys": [
 
                 "_SCHEMA_TYPE",
 
                 "_SCHEMA_TYPE",
 
                 "_SCHEMA_DEF",
 
                 "_SCHEMA_DEF",
Line 16: Line 16:
 
             ]
 
             ]
 
         }
 
         }
     ],
+
     },
 
     "tags": [
 
     "tags": [
 
         "group",
 
         "group",

Latest revision as of 23:55, 1 May 2021

PROPERTY_GROUP_SCHEMA
This schema type supports the definition of property groups to help structure the browsing interface.
The request is being processed and may take a moment. Preparing ...
{ "type": "PROPERTY_GROUP_SCHEMA", "groups": { "schema_group": { "canonical_name": "Schema properties", "message_key": "smw-property-group-label-schema-group", "property_keys": [ "_SCHEMA_TYPE", "_SCHEMA_DEF", "_SCHEMA_DESC", "_SCHEMA_TAG", "_SCHEMA_LINK", "_FORMAT_SCHEMA", "_CONSTRAINT_SCHEMA", "_PROFILE_SCHEMA" ] } }, "tags": [ "group", "property group" ] }