{
    "$schema": "http://json-schema.org/schema",
    "id": "MySchematicsSchema",
    "title": "My Schematics Schema",
    "type": "object",
    "properties": {
        "index": {
            "type": "number",
            "default": 2
        },
        "name": {
            "type": "string",
            "default": "name"
        }
    }
}