Add $schema to cgmanifest.json (#708)

Co-authored-by: Jamie Magee <jamie.magee@microsoft.com>
This commit is contained in:
Jamie Magee 2022-08-30 08:00:32 -07:00 committed by GitHub
parent da2ae83765
commit 9901156dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,10 @@
{ {
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [ "Registrations": [
{ {
"Component": { "Component": {
"Type": "pip", "Type": "pip",
"pip": {"Name": "ray[tune]", "Version": "1.5.1" } "pip": { "Name": "ray[tune]", "Version": "1.5.1" }
}, },
"DevelopmentDependency": false "DevelopmentDependency": false
} }