Browse Source

Fix drc schema description

newinvert
Marek Roszko 2 years ago
parent
commit
aa93de3b4c
  1. 2
      resources/schemas/drc.v1.json

2
resources/schemas/drc.v1.json

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.kicad.org/drc.v1.json",
"title": "KiCad DRC Report Schema",
"description": "KiCad Plugin and Content Manager repository and package metadata schema",
"description": "KiCad Design Rules Check (DRC) Results Report generated from PCBs",
"type": "object",
"additionalProperties": false,
"properties": {

Loading…
Cancel
Save