Skip to content

Commit

Permalink
fix error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Oct 31, 2024
1 parent 8f597a7 commit 4bb1c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Module usage::
with open("script/metadata/result_inspection.json", "w", encoding="utf-8") as json_file:
json.dump(metadata, json_file, ensure_ascii=False, indent=4) # `indent=4` makes the JSON file easier to read

**Additional Fields **
**Additional Fields**

To be in line with the oemetadata specification we do not allow for additional properties or fields in the metadata.
We want to keep the oemetadata relatively lean and readable still linking to other documents or to
Expand Down

0 comments on commit 4bb1c03

Please sign in to comment.