edatasheets / digital-datasheets

Apache License 2.0
11 stars 5 forks source link

Updates to component.json #115

Closed fgquiros closed 3 months ago

fgquiros commented 3 months ago
  1. Updating registers property to register to match the schema file.
  2. Changed the schema reference for Thermal, reliability and register under externalFileMap to ./common/externalFile.json#/externalFile to allow the data to be reported in a separate file.
hexdae commented 3 months ago

If possible, I think this should not be mutually exclusive with the ability to specify the information directly in the schema. It's quite nice to have all the information available in a single place

rsnancollas commented 3 months ago

@hexdae the intent is that data can either exist in a single file OR multiple files depending on how the user wants to present it. It's even possible to mix/match - maybe package data is presented as a separate file, but register data is contained in a common file.