Merge pull request 'Update README.md' () from kd/fix-readme_json into main

Reviewed-on: 
Reviewed-by: shrikanth-allspice <shrikanth-allspice@noreply.hub.allspice.io>
This commit is contained in:
Kyle Dumont 2024-05-14 14:33:54 +00:00
commit 43e9bd59fe

View File

@ -41,11 +41,11 @@ An example for `columns.json` file content is:
```json
{
"Part ID": ["_part_id"]
"Part Number": ["PART", "MANUFACTURER #"]
"Part ID": ["_part_id"],
"Part Number": ["PART", "MANUFACTURER #"],
"Manufacturer": ["Manufacturer", "MANUFACTURER"],
"Designator": ["Designator"],
"Description": ["PART DESCRIPTION"],
"Description": ["PART DESCRIPTION"]
}
```