diff --git a/Standard/src/Emulation/cgmanifest.json b/Standard/src/Emulation/cgmanifest.json index ade0132fa50..40f174f139e 100644 --- a/Standard/src/Emulation/cgmanifest.json +++ b/Standard/src/Emulation/cgmanifest.json @@ -1,15 +1,16 @@ { - "Registrations": [ - { - "Component": { - "Type": "other", - "Other": { - "Name": "NumPy", - "Version": "4a2b6a7d8e389abe06d5d7f2fbfa6ebd03b9092a", - "DownloadUrl": "https://raw.githubusercontent.com/numpy/numpy/4a2b6a7d8e389abe06d5d7f2fbfa6ebd03b9092a/numpy/random/mtrand/distributions.c" - } - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "other", + "Other": { + "Name": "NumPy", + "Version": "4a2b6a7d8e389abe06d5d7f2fbfa6ebd03b9092a", + "DownloadUrl": "https://raw.githubusercontent.com/numpy/numpy/4a2b6a7d8e389abe06d5d7f2fbfa6ebd03b9092a/numpy/random/mtrand/distributions.c" } - ], - "Version": 1 + } + } + ], + "Version": 1 }