Semantic MediaWiki and related extensions
Objective

The PROPERTY_CONSTRAINT_SCHEMA schema type defines constraint definitions that can be assigned to a property using the Constraint schema property.

Naming convention

To easily identify pages that contain a constraint schema it is suggested to use smw/schema:Constraint:... as naming convention.

Properties

Example

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        ...
    },
    "tags": [
        "property constraint",
        "..."
    ]
}

Constraint properties

Extending constraints

Validation

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


About | General disclaimer | Privacy policy