diff --git a/python/schemas/tool_schemas.py b/python/schemas/tool_schemas.py index f827e2d..59dafa9 100644 --- a/python/schemas/tool_schemas.py +++ b/python/schemas/tool_schemas.py @@ -305,7 +305,7 @@ BOARD_TOOLS = [ "filled": { "type": "boolean", "description": "Fill polygons with solid layer colour (default true)", - "default": true + "default": True } }, "required": ["pcbPath", "svgPath", "x", "y", "width"]