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,11 +1,12 @@
{
"Registrations": [
{
"Component": {
"Type": "pip",
"pip": {"Name": "ray[tune]", "Version": "1.5.1" }
},
"DevelopmentDependency": false
}
]
}
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "pip",
"pip": { "Name": "ray[tune]", "Version": "1.5.1" }
},
"DevelopmentDependency": false
}
]
}