Special property "Schema description"

From semantic-mediawiki.org
Schema description
Holds the description of a schema what was added to namespace "smw/schema"
Further Information
Provided by: extension "Semantic MediaWiki "Allows to store and query data annotated to pages
Added: 3.0.0
Removed: still in use
Alias: has no alias
Optional: no
Visible: yes
Annotable: no
Declarative: no
Key:
_SCHEMA_DESC
Setting: not specified
Focus: not specified
In this wiki: Property:Schema description

The Schema description property is a special property in Semantic MediaWiki with a built-in meaning: it holds the description of a schema what was added to namespace "smw/schema".

It was introduced starting with Semantic MediaWiki 3.0.0Released on 11 October 2018 and compatible with MW 1.27.0 - 1.31.x.1 and is enabled by default.

Example[edit]

The schema description can optionally be added by a user as a value to the name "description" in the schema in JSON format in namespace "smw/schema". It is then stored with this special property.

{
    "type": "PROPERTY_GROUP_SCHEMA",
    "description": "This property group schema ...",
    ...
    "tags": [
        "property group"
    ]
}

This means that "This property group schema ..." will be stored with this special property.

See also[edit]


References

  1. ^  Semantic MediaWiki: GitHub pull request gh:smw:3019