Schema type PROPERTY PROFILE SCHEMA

From semantic-mediawiki.org
< Help:Schema‎ | Type
SchemaSchema typesSchema type PROPERTY PROFILE SCHEMA

This is the help page on schema type PROPERTY PROFILE SCHEMA.1

Objective

The PROPERTY_PROFILE_SCHEMA schema type defines low level features sets for a property that assigns the schema using the declarative Profile schema property.

Properties

  • type
  • profile identifies the section that contains option definitions
    • sequence_map to record the sequence of values (an ordered list of values) for the property that has the schema assigned
  • tags simple tags to categorize a schema

Example

{
    "type": "PROPERTY_PROFILE_SCHEMA",
    "profile": {
        "sequence_map": true
    },
    "tags": [
        "option",
        "property option",
        "property profile"
    ]
}

Validation

/data/schema/property-profile-schema.v1.json


See also[edit]

References

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