Skip to content

Commit f18b992

Browse files
Add space after colon (#494)
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]>
1 parent e12ac51 commit f18b992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5466,7 +5466,7 @@
54665466
},
54675467
"size": {
54685468
"type": "integer",
5469-
"title":"Size",
5469+
"title": "Size",
54705470
"description": "The size of the cryptographic asset (in bits)."
54715471
},
54725472
"format": {

0 commit comments

Comments
 (0)