Skip to content

Commit

Permalink
Add space after colon (#494)
Browse files Browse the repository at this point in the history
When trying to create a pydantic class from this spec using
`datamodel-code-gen`, having a quote right after a colon creates the
following error:
https://stackoverflow.com/questions/9055371/python-and-pyaml-yaml-scanner-scannererror-mapping-values-are-not-allowed-her

Adding a space to make this processable by datamodel-code-gen

Signed-off-by: tamir-alltrue-ai <[email protected]>
  • Loading branch information
tamir-alltrue-ai authored Aug 14, 2024
1 parent e12ac51 commit f18b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5466,7 +5466,7 @@
},
"size": {
"type": "integer",
"title":"Size",
"title": "Size",
"description": "The size of the cryptographic asset (in bits)."
},
"format": {
Expand Down

0 comments on commit f18b992

Please sign in to comment.