v3.0.0+
Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
Special property "Schema description"
From Linux Web Expert
Schema description | |
---|---|
Holds the description of a schema what was added to namespace "smw/schema"
| |
Further Information | |
Provided by: | extension "Semantic MediaWiki "No description was provided. |
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 |
Template:Interlanguagelink: en 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 an unknown date unknown versions of MediaWiki1 and is enabled by default.
Example
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
- Help page on schemas
- Help page on special property "Schema definition"Holds the definition of a schema what was added to namespace "smw/schema"
- Help page on special property "Schema type"Holds the type of a schema what was added to namespace "smw/schema"
- Help page on special property "Schema tag"Holds the tags to a schema what was added to namespace "smw/schema"
- Help page on special property "Schema link"Holds the link of a schema what was added to namespace "smw/schema"
References
- ^ gh:smw:3019