{
    "$schema": "http://json-schema.org/schema",
    "id": "MigrationSchematics",
    "title": "Migration",
    "type": "object",
    "description": "Creates a Migration",
    "properties": {
        "name": {
            "type": "string",
            "description": "The name for the migration.",
            "$default": {
                "$source": "argv",
                "index": 0
            },
            "x-prompt": "What is the name of your migration?"
        }
    }
}
