From 2aed2acb2d7a7a7901bcf10bb8fdf9c910ba9510 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Thu, 1 Sep 2022 09:12:12 -0700 Subject: [PATCH] Add `$schema` to `cgmanifest.json` --- Android/ARCore/cgmanifest.json | 1 + .../AndroidEasingFunctions/cgmanifest.json | 5 +- Android/AudioSwitch/cgmanifest.json | 1 + Android/CheckerFramework/cgmanifest.json | 5 +- Android/Coil/cgmanifest.json | 3 +- Android/CoilBase/cgmanifest.json | 3 +- Android/ConstraintLayout/cgmanifest.json | 3 +- Android/DesugarJDKLibs/cgmanifest.json | 1 + Android/Glide/cgmanifest.json | 79 ++++++++++--------- .../cgmanifest.json | 13 ++- Android/Google.LibPhoneNumber/cgmanifest.json | 29 +++---- Android/Google.Play.Core/cgmanifest.json | 3 +- Android/GoogleAndroidVending/cgmanifest.json | 51 ++++++------ Android/GoogleAutoValue/cgmanifest.json | 5 +- Android/GoogleBillingClient/cgmanifest.json | 25 +++--- Android/GoogleDagger/cgmanifest.json | 3 +- Android/GoogleGson/cgmanifest.json | 25 +++--- Android/GooglePlaces/cgmanifest.json | 5 +- Android/GoogleZXing/cgmanifest.json | 27 ++++--- Android/Guava/cgmanifest.json | 3 +- Android/Io.OpenCensus/cgmanifest.json | 3 +- Android/Io.PerfMark/cgmanifest.json | 5 +- .../cgmanifest.json | 1 + Android/JavaxInject/cgmanifest.json | 3 +- Android/Kotlin/cgmanifest.json | 3 +- Android/KotlinXCoroutines/cgmanifest.json | 5 +- Android/PdfViewPager/cgmanifest.json | 1 + Android/Protobuf.JavaLite/cgmanifest.json | 1 + Android/ReLinker/cgmanifest.json | 1 + Android/ReactiveStreams/cgmanifest.json | 5 +- Android/ReactiveX/cgmanifest.json | 5 +- .../RecyclerView.FastScroll/cgmanifest.json | 1 + Android/SceneForm/cgmanifest.json | 3 +- Android/SignalRJavaClient/cgmanifest.json | 1 + .../SquareAndroidTimesSquare/cgmanifest.json | 1 + Android/SquareMoshi/cgmanifest.json | 1 + Android/SquareMoshiAdapters/cgmanifest.json | 1 + Android/SquareMoshiKotlin/cgmanifest.json | 1 + Android/SquareOkHttp/cgmanifest.json | 1 + Android/SquareOkHttp3-v3/cgmanifest.json | 1 + Android/SquareOkHttp3/cgmanifest.json | 1 + .../cgmanifest.json | 1 + .../cgmanifest.json | 1 + .../cgmanifest.json | 1 + Android/SquareOkHttp3WS/cgmanifest.json | 1 + .../SquareOkHttpUrlConnection/cgmanifest.json | 1 + Android/SquareOkHttpWS/cgmanifest.json | 1 + Android/SquareOkIO/cgmanifest.json | 1 + Android/SquarePicasso/cgmanifest.json | 1 + Android/SquarePollexor/cgmanifest.json | 1 + Android/SquareRetrofit/cgmanifest.json | 1 + Android/SquareRetrofit2/cgmanifest.json | 1 + .../cgmanifest.json | 1 + .../cgmanifest.json | 1 + .../cgmanifest.json | 1 + .../cgmanifest.json | 1 + Android/SquareSeismic/cgmanifest.json | 1 + Android/StickyListHeaders/cgmanifest.json | 5 +- Android/SurfaceDuo/cgmanifest.json | 3 +- Android/ThreeTenAbp/cgmanifest.json | 5 +- Android/TokenAutoComplete/cgmanifest.json | 5 +- Android/Volley/cgmanifest.json | 5 +- XPlat/AzureMessaging/cgmanifest.json | 39 ++++----- XPlat/Chromium.CroNet/cgmanifest.json | 17 ++-- XPlat/Google.Grpc/cgmanifest.json | 5 +- XPlat/OfficeUIFabric/Android/cgmanifest.json | 5 +- XPlat/TensorFlow.Lite/cgmanifest.json | 3 +- iOS/MWPhotoBrowser/cgmanifest.json | 15 ++-- iOS/SwiftRuntimeSupport/cgmanifest.json | 5 +- 69 files changed, 271 insertions(+), 192 deletions(-) diff --git a/Android/ARCore/cgmanifest.json b/Android/ARCore/cgmanifest.json index e110ce36d3..4948d4b4bb 100644 --- a/Android/ARCore/cgmanifest.json +++ b/Android/ARCore/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/AndroidEasingFunctions/cgmanifest.json b/Android/AndroidEasingFunctions/cgmanifest.json index f9130ee4ec..ba88302690 100644 --- a/Android/AndroidEasingFunctions/cgmanifest.json +++ b/Android/AndroidEasingFunctions/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -13,4 +14,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/AudioSwitch/cgmanifest.json b/Android/AudioSwitch/cgmanifest.json index 9a17382a48..82d7f743c7 100644 --- a/Android/AudioSwitch/cgmanifest.json +++ b/Android/AudioSwitch/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/CheckerFramework/cgmanifest.json b/Android/CheckerFramework/cgmanifest.json index 88760fb261..a6736b0793 100644 --- a/Android/CheckerFramework/cgmanifest.json +++ b/Android/CheckerFramework/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -10,7 +11,7 @@ "NuGetId": "Xamarin.CheckerFramework.Checker" } } - }, + } ], "Version": 1 } diff --git a/Android/Coil/cgmanifest.json b/Android/Coil/cgmanifest.json index 594aa48163..b23803998c 100644 --- a/Android/Coil/cgmanifest.json +++ b/Android/Coil/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -13,4 +14,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/CoilBase/cgmanifest.json b/Android/CoilBase/cgmanifest.json index c1385067da..735e119aa1 100644 --- a/Android/CoilBase/cgmanifest.json +++ b/Android/CoilBase/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -13,4 +14,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/ConstraintLayout/cgmanifest.json b/Android/ConstraintLayout/cgmanifest.json index ea85bd2ccf..08a05f04c3 100644 --- a/Android/ConstraintLayout/cgmanifest.json +++ b/Android/ConstraintLayout/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -24,4 +25,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/DesugarJDKLibs/cgmanifest.json b/Android/DesugarJDKLibs/cgmanifest.json index 066e59dbf6..1a8bb4514d 100644 --- a/Android/DesugarJDKLibs/cgmanifest.json +++ b/Android/DesugarJDKLibs/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/Glide/cgmanifest.json b/Android/Glide/cgmanifest.json index 6925f256c5..9ea5ad67e6 100644 --- a/Android/Glide/cgmanifest.json +++ b/Android/Glide/cgmanifest.json @@ -1,45 +1,46 @@ { - "Registrations":[ - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "glide", - "GroupId": "com.github.bumptech.glide", - "Version": "4.12.0" - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "glide", + "GroupId": "com.github.bumptech.glide", + "Version": "4.12.0" } - }, - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "gifdecoder", - "GroupId": "com.github.bumptech.glide", - "Version": "4.12.0" - } + } + }, + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "gifdecoder", + "GroupId": "com.github.bumptech.glide", + "Version": "4.12.0" } - }, - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "disklrucache", - "GroupId": "com.github.bumptech.glide", - "Version": "4.12.0" - } + } + }, + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "disklrucache", + "GroupId": "com.github.bumptech.glide", + "Version": "4.12.0" } - }, - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "recyclerview-integration", - "GroupId": "com.github.bumptech.glide", - "Version": "4.12.0" - } + } + }, + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "recyclerview-integration", + "GroupId": "com.github.bumptech.glide", + "Version": "4.12.0" } } - ], - "Version": 1 - } \ No newline at end of file + } + ], + "Version": 1 +} diff --git a/Android/Google.Android.DataTransport/cgmanifest.json b/Android/Google.Android.DataTransport/cgmanifest.json index cf33b132d5..93ae761467 100644 --- a/Android/Google.Android.DataTransport/cgmanifest.json +++ b/Android/Google.Android.DataTransport/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -9,7 +10,9 @@ "Version": "3.0.0", "NuGetId": "Xamarin.Google.Android.DataTransport.TransportApi" } - }, + } + }, + { "Component": { "Type": "Maven", "Maven": { @@ -18,7 +21,9 @@ "Version": "3.0.0", "NuGetId": "Xamarin.Google.Android.DataTransport.TransportBackendCct" } - }, + } + }, + { "Component": { "Type": "Maven", "Maven": { @@ -28,7 +33,7 @@ "NuGetId": "Xamarin.Google.Android.DataTransport.TransportRuntime" } } - }, + } ], "Version": 1 } diff --git a/Android/Google.LibPhoneNumber/cgmanifest.json b/Android/Google.LibPhoneNumber/cgmanifest.json index 1454e6eb9e..8595eb5d08 100644 --- a/Android/Google.LibPhoneNumber/cgmanifest.json +++ b/Android/Google.LibPhoneNumber/cgmanifest.json @@ -1,16 +1,17 @@ { - "Registrations": [ - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "libphonenumber", - "GroupId": "com.googlecode.libphonenumber", - "Version": "8.10.23", - "NuGetId": "Xamarin.Google.LibPhoneNumber" - } - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "libphonenumber", + "GroupId": "com.googlecode.libphonenumber", + "Version": "8.10.23", + "NuGetId": "Xamarin.Google.LibPhoneNumber" } - ], - "Version": 1 -} \ No newline at end of file + } + } + ], + "Version": 1 +} diff --git a/Android/Google.Play.Core/cgmanifest.json b/Android/Google.Play.Core/cgmanifest.json index c2c87f7899..d18b9af47b 100644 --- a/Android/Google.Play.Core/cgmanifest.json +++ b/Android/Google.Play.Core/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", diff --git a/Android/GoogleAndroidVending/cgmanifest.json b/Android/GoogleAndroidVending/cgmanifest.json index 87c7de2121..1182dafde5 100644 --- a/Android/GoogleAndroidVending/cgmanifest.json +++ b/Android/GoogleAndroidVending/cgmanifest.json @@ -1,27 +1,28 @@ { - "Registrations": [ - { - "component": { - "type": "git", - "git": { - "name": "play-licensing", - "repositoryUrl": "https://github.com/google/play-licensing.git", - "commitHash": "89ebdfcf52562018ff4c366055f0e35393919763" - }, - "nugetId": "Xamarin.Google.Android.Vending.Licensing" - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "component": { + "type": "git", + "git": { + "name": "play-licensing", + "repositoryUrl": "https://github.com/google/play-licensing.git", + "commitHash": "89ebdfcf52562018ff4c366055f0e35393919763" }, - { - "component": { - "type": "git", - "git": { - "name": "play-apk-expansion", - "repositoryUrl": "https://github.com/google/play-apk-expansion.git", - "commitHash": "9ecf54e5ce7c5a74a2eeedcec4d940ea52b16f0e" - }, - "nugetId": "Xamarin.Google.Android.Vending.Expansion.Downloader" - } - } - ], - "Version": 1 -} \ No newline at end of file + "nugetId": "Xamarin.Google.Android.Vending.Licensing" + } + }, + { + "component": { + "type": "git", + "git": { + "name": "play-apk-expansion", + "repositoryUrl": "https://github.com/google/play-apk-expansion.git", + "commitHash": "9ecf54e5ce7c5a74a2eeedcec4d940ea52b16f0e" + }, + "nugetId": "Xamarin.Google.Android.Vending.Expansion.Downloader" + } + } + ], + "Version": 1 +} diff --git a/Android/GoogleAutoValue/cgmanifest.json b/Android/GoogleAutoValue/cgmanifest.json index 38323637a5..eb698af321 100644 --- a/Android/GoogleAutoValue/cgmanifest.json +++ b/Android/GoogleAutoValue/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/GoogleBillingClient/cgmanifest.json b/Android/GoogleBillingClient/cgmanifest.json index 3ead9a0822..3004de134f 100644 --- a/Android/GoogleBillingClient/cgmanifest.json +++ b/Android/GoogleBillingClient/cgmanifest.json @@ -1,15 +1,16 @@ { - "Registrations":[ - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "billing", - "GroupId": "com.android.billingclient", - "Version": "4.0.0" - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "billing", + "GroupId": "com.android.billingclient", + "Version": "4.0.0" } } - ], - "Version": 1 - } + } + ], + "Version": 1 +} diff --git a/Android/GoogleDagger/cgmanifest.json b/Android/GoogleDagger/cgmanifest.json index cd96777040..dd39f62732 100644 --- a/Android/GoogleDagger/cgmanifest.json +++ b/Android/GoogleDagger/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", diff --git a/Android/GoogleGson/cgmanifest.json b/Android/GoogleGson/cgmanifest.json index cec06562f4..1694801e15 100644 --- a/Android/GoogleGson/cgmanifest.json +++ b/Android/GoogleGson/cgmanifest.json @@ -1,15 +1,16 @@ { - "Registrations":[ - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "gson", - "GroupId": "com.google.code.gson", - "Version": "2.8.9" - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "gson", + "GroupId": "com.google.code.gson", + "Version": "2.8.9" } } - ], - "Version": 1 - } \ No newline at end of file + } + ], + "Version": 1 +} diff --git a/Android/GooglePlaces/cgmanifest.json b/Android/GooglePlaces/cgmanifest.json index bdeb5ea2a1..34b09435a9 100644 --- a/Android/GooglePlaces/cgmanifest.json +++ b/Android/GooglePlaces/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/GoogleZXing/cgmanifest.json b/Android/GoogleZXing/cgmanifest.json index 20182eac34..8ef2f44605 100644 --- a/Android/GoogleZXing/cgmanifest.json +++ b/Android/GoogleZXing/cgmanifest.json @@ -1,16 +1,17 @@ { - "Registrations": [ - { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "core", - "GroupId": "com.google.zxing", - "Version": "3.3.3", - "NuGetId": "Xamarin.Google.ZXing.Core" - } + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "Maven", + "Maven": { + "ArtifactId": "core", + "GroupId": "com.google.zxing", + "Version": "3.3.3", + "NuGetId": "Xamarin.Google.ZXing.Core" } } - ], - "Version": 1 - } \ No newline at end of file + } + ], + "Version": 1 +} diff --git a/Android/Guava/cgmanifest.json b/Android/Guava/cgmanifest.json index 238d90ed90..2ddcfa93dc 100644 --- a/Android/Guava/cgmanifest.json +++ b/Android/Guava/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -32,4 +33,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/Io.OpenCensus/cgmanifest.json b/Android/Io.OpenCensus/cgmanifest.json index 64b639e652..efdff34b88 100644 --- a/Android/Io.OpenCensus/cgmanifest.json +++ b/Android/Io.OpenCensus/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", diff --git a/Android/Io.PerfMark/cgmanifest.json b/Android/Io.PerfMark/cgmanifest.json index 5ae663358b..a0d085127b 100644 --- a/Android/Io.PerfMark/cgmanifest.json +++ b/Android/Io.PerfMark/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -10,7 +11,7 @@ "NuGetId": "Xamarin.Io.PerfMark.PerfMarkApi" } } - }, + } ], "Version": 1 } diff --git a/Android/JakeWhartonPicasso2OkHttp3Downloader/cgmanifest.json b/Android/JakeWhartonPicasso2OkHttp3Downloader/cgmanifest.json index d88f9c826a..87a9534f5b 100644 --- a/Android/JakeWhartonPicasso2OkHttp3Downloader/cgmanifest.json +++ b/Android/JakeWhartonPicasso2OkHttp3Downloader/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/JavaxInject/cgmanifest.json b/Android/JavaxInject/cgmanifest.json index 4812232566..51abb5ec22 100644 --- a/Android/JavaxInject/cgmanifest.json +++ b/Android/JavaxInject/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", diff --git a/Android/Kotlin/cgmanifest.json b/Android/Kotlin/cgmanifest.json index 497c020f13..eecc5b006b 100644 --- a/Android/Kotlin/cgmanifest.json +++ b/Android/Kotlin/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -62,4 +63,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/KotlinXCoroutines/cgmanifest.json b/Android/KotlinXCoroutines/cgmanifest.json index 4bae74ade1..cb49f7389a 100644 --- a/Android/KotlinXCoroutines/cgmanifest.json +++ b/Android/KotlinXCoroutines/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -62,4 +63,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/PdfViewPager/cgmanifest.json b/Android/PdfViewPager/cgmanifest.json index 6d671ccad6..08e7a29332 100644 --- a/Android/PdfViewPager/cgmanifest.json +++ b/Android/PdfViewPager/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/Protobuf.JavaLite/cgmanifest.json b/Android/Protobuf.JavaLite/cgmanifest.json index 58783fccae..952b884c55 100644 --- a/Android/Protobuf.JavaLite/cgmanifest.json +++ b/Android/Protobuf.JavaLite/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/ReLinker/cgmanifest.json b/Android/ReLinker/cgmanifest.json index 8d8c5e4302..a86fd2f7d2 100644 --- a/Android/ReLinker/cgmanifest.json +++ b/Android/ReLinker/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/ReactiveStreams/cgmanifest.json b/Android/ReactiveStreams/cgmanifest.json index 161ae08826..ae57d93943 100644 --- a/Android/ReactiveStreams/cgmanifest.json +++ b/Android/ReactiveStreams/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/ReactiveX/cgmanifest.json b/Android/ReactiveX/cgmanifest.json index 5d9beecf01..ab73198236 100644 --- a/Android/ReactiveX/cgmanifest.json +++ b/Android/ReactiveX/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -63,4 +64,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/RecyclerView.FastScroll/cgmanifest.json b/Android/RecyclerView.FastScroll/cgmanifest.json index 6869ac30e9..ed405773a9 100644 --- a/Android/RecyclerView.FastScroll/cgmanifest.json +++ b/Android/RecyclerView.FastScroll/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SceneForm/cgmanifest.json b/Android/SceneForm/cgmanifest.json index c9bc65bc0b..de26ed7888 100644 --- a/Android/SceneForm/cgmanifest.json +++ b/Android/SceneForm/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -72,4 +73,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/SignalRJavaClient/cgmanifest.json b/Android/SignalRJavaClient/cgmanifest.json index 602782449e..840bd8d08b 100644 --- a/Android/SignalRJavaClient/cgmanifest.json +++ b/Android/SignalRJavaClient/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareAndroidTimesSquare/cgmanifest.json b/Android/SquareAndroidTimesSquare/cgmanifest.json index 1e2e4994b0..c185782415 100644 --- a/Android/SquareAndroidTimesSquare/cgmanifest.json +++ b/Android/SquareAndroidTimesSquare/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareMoshi/cgmanifest.json b/Android/SquareMoshi/cgmanifest.json index 4b994fce59..fadd5f6de1 100644 --- a/Android/SquareMoshi/cgmanifest.json +++ b/Android/SquareMoshi/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareMoshiAdapters/cgmanifest.json b/Android/SquareMoshiAdapters/cgmanifest.json index 972b96a1d9..3ebe567e20 100644 --- a/Android/SquareMoshiAdapters/cgmanifest.json +++ b/Android/SquareMoshiAdapters/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareMoshiKotlin/cgmanifest.json b/Android/SquareMoshiKotlin/cgmanifest.json index dd236b988c..e6beddfb2d 100644 --- a/Android/SquareMoshiKotlin/cgmanifest.json +++ b/Android/SquareMoshiKotlin/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp/cgmanifest.json b/Android/SquareOkHttp/cgmanifest.json index 4dfb683be5..60109656d0 100644 --- a/Android/SquareOkHttp/cgmanifest.json +++ b/Android/SquareOkHttp/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp3-v3/cgmanifest.json b/Android/SquareOkHttp3-v3/cgmanifest.json index f771ef3ce2..8262c9624e 100644 --- a/Android/SquareOkHttp3-v3/cgmanifest.json +++ b/Android/SquareOkHttp3-v3/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp3/cgmanifest.json b/Android/SquareOkHttp3/cgmanifest.json index ad97515553..4d478d24a9 100644 --- a/Android/SquareOkHttp3/cgmanifest.json +++ b/Android/SquareOkHttp3/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp3LoggingInterceptor/cgmanifest.json b/Android/SquareOkHttp3LoggingInterceptor/cgmanifest.json index 1aab5c4784..0157d59613 100644 --- a/Android/SquareOkHttp3LoggingInterceptor/cgmanifest.json +++ b/Android/SquareOkHttp3LoggingInterceptor/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp3UrlConnection-v3/cgmanifest.json b/Android/SquareOkHttp3UrlConnection-v3/cgmanifest.json index 93b8779358..9709cd853e 100644 --- a/Android/SquareOkHttp3UrlConnection-v3/cgmanifest.json +++ b/Android/SquareOkHttp3UrlConnection-v3/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp3UrlConnection/cgmanifest.json b/Android/SquareOkHttp3UrlConnection/cgmanifest.json index 10f127b89b..6465b1d716 100644 --- a/Android/SquareOkHttp3UrlConnection/cgmanifest.json +++ b/Android/SquareOkHttp3UrlConnection/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttp3WS/cgmanifest.json b/Android/SquareOkHttp3WS/cgmanifest.json index 72c7a905f0..feaf9b3e27 100644 --- a/Android/SquareOkHttp3WS/cgmanifest.json +++ b/Android/SquareOkHttp3WS/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttpUrlConnection/cgmanifest.json b/Android/SquareOkHttpUrlConnection/cgmanifest.json index ec7be9136e..c200b9d6f3 100644 --- a/Android/SquareOkHttpUrlConnection/cgmanifest.json +++ b/Android/SquareOkHttpUrlConnection/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkHttpWS/cgmanifest.json b/Android/SquareOkHttpWS/cgmanifest.json index 93d323a564..3145ab3575 100644 --- a/Android/SquareOkHttpWS/cgmanifest.json +++ b/Android/SquareOkHttpWS/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareOkIO/cgmanifest.json b/Android/SquareOkIO/cgmanifest.json index 0ba4aec504..d6e9937a73 100644 --- a/Android/SquareOkIO/cgmanifest.json +++ b/Android/SquareOkIO/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquarePicasso/cgmanifest.json b/Android/SquarePicasso/cgmanifest.json index 79a983bb1e..13bfc9db8f 100644 --- a/Android/SquarePicasso/cgmanifest.json +++ b/Android/SquarePicasso/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquarePollexor/cgmanifest.json b/Android/SquarePollexor/cgmanifest.json index 08add74d55..70d4548c47 100644 --- a/Android/SquarePollexor/cgmanifest.json +++ b/Android/SquarePollexor/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareRetrofit/cgmanifest.json b/Android/SquareRetrofit/cgmanifest.json index b587e2057c..8a8b136882 100644 --- a/Android/SquareRetrofit/cgmanifest.json +++ b/Android/SquareRetrofit/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareRetrofit2/cgmanifest.json b/Android/SquareRetrofit2/cgmanifest.json index 18b0434996..c8b9444bbb 100644 --- a/Android/SquareRetrofit2/cgmanifest.json +++ b/Android/SquareRetrofit2/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareRetrofit2AdapterRxJava2/cgmanifest.json b/Android/SquareRetrofit2AdapterRxJava2/cgmanifest.json index 93a3c9f1ce..4c90ae36cf 100644 --- a/Android/SquareRetrofit2AdapterRxJava2/cgmanifest.json +++ b/Android/SquareRetrofit2AdapterRxJava2/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareRetrofit2ConverterGson/cgmanifest.json b/Android/SquareRetrofit2ConverterGson/cgmanifest.json index dd0efb1551..3c80b15b62 100644 --- a/Android/SquareRetrofit2ConverterGson/cgmanifest.json +++ b/Android/SquareRetrofit2ConverterGson/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareRetrofit2ConverterMoshi/cgmanifest.json b/Android/SquareRetrofit2ConverterMoshi/cgmanifest.json index 9196069357..bd3bd202b5 100644 --- a/Android/SquareRetrofit2ConverterMoshi/cgmanifest.json +++ b/Android/SquareRetrofit2ConverterMoshi/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareRetrofit2ConverterScalars/cgmanifest.json b/Android/SquareRetrofit2ConverterScalars/cgmanifest.json index 9fd1de4035..05e477f132 100644 --- a/Android/SquareRetrofit2ConverterScalars/cgmanifest.json +++ b/Android/SquareRetrofit2ConverterScalars/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/SquareSeismic/cgmanifest.json b/Android/SquareSeismic/cgmanifest.json index a090394341..9538782407 100644 --- a/Android/SquareSeismic/cgmanifest.json +++ b/Android/SquareSeismic/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { diff --git a/Android/StickyListHeaders/cgmanifest.json b/Android/StickyListHeaders/cgmanifest.json index 69b8c4757e..e29fa658f5 100644 --- a/Android/StickyListHeaders/cgmanifest.json +++ b/Android/StickyListHeaders/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -13,4 +14,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/SurfaceDuo/cgmanifest.json b/Android/SurfaceDuo/cgmanifest.json index 0eb9a279bd..fdebbdb5ba 100644 --- a/Android/SurfaceDuo/cgmanifest.json +++ b/Android/SurfaceDuo/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", diff --git a/Android/ThreeTenAbp/cgmanifest.json b/Android/ThreeTenAbp/cgmanifest.json index db67322248..51c375fbc8 100644 --- a/Android/ThreeTenAbp/cgmanifest.json +++ b/Android/ThreeTenAbp/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/TokenAutoComplete/cgmanifest.json b/Android/TokenAutoComplete/cgmanifest.json index 72297aba64..e0858e9534 100644 --- a/Android/TokenAutoComplete/cgmanifest.json +++ b/Android/TokenAutoComplete/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/Android/Volley/cgmanifest.json b/Android/Volley/cgmanifest.json index b842329dcc..a9c0078b6e 100644 --- a/Android/Volley/cgmanifest.json +++ b/Android/Volley/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/XPlat/AzureMessaging/cgmanifest.json b/XPlat/AzureMessaging/cgmanifest.json index 8b1f0c06c2..53e4c01d9d 100644 --- a/XPlat/AzureMessaging/cgmanifest.json +++ b/XPlat/AzureMessaging/cgmanifest.json @@ -1,26 +1,27 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { - "component": { - "type": "git", - "git": { - "repositoryUrl": "https://github.com/Azure/azure-notificationhubs-ios.git", - "commitHash": "e4cf0b765f88448ee0d1298a34f1ef73764ee54e" - }, - "nugetId" : "Xamarin.Azure.NotificationHubs.iOS" - } + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/Azure/azure-notificationhubs-ios.git", + "commitHash": "e4cf0b765f88448ee0d1298a34f1ef73764ee54e" + }, + "nugetId": "Xamarin.Azure.NotificationHubs.iOS" + } }, { "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "notification-hubs-android-sdk", - "GroupId": "com.microsoft.azure", - "Version": "1.0.0-preview2" - }, - "nugetId" : "Xamarin.Azure.NotificationHubs.Android" - } + "Type": "Maven", + "Maven": { + "ArtifactId": "notification-hubs-android-sdk", + "GroupId": "com.microsoft.azure", + "Version": "1.0.0-preview2" + }, + "nugetId": "Xamarin.Azure.NotificationHubs.Android" + } } - ], - "Version": 1 + ], + "Version": 1 } diff --git a/XPlat/Chromium.CroNet/cgmanifest.json b/XPlat/Chromium.CroNet/cgmanifest.json index f4b176efe8..6909a25579 100644 --- a/XPlat/Chromium.CroNet/cgmanifest.json +++ b/XPlat/Chromium.CroNet/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -9,7 +10,9 @@ "Version": "72.3626.96", "NuGetId": "Xamarin.Chromium.CroNet.Api" } - }, + } + }, + { "Component": { "Type": "Maven", "Maven": { @@ -18,7 +21,9 @@ "Version": "72.3626.96", "NuGetId": "Xamarin.Chromium.CroNet.Common" } - }, + } + }, + { "Component": { "Type": "Maven", "Maven": { @@ -27,7 +32,9 @@ "Version": "72.3626.96", "NuGetId": "Xamarin.Chromium.CroNet.Embedded" } - }, + } + }, + { "Component": { "Type": "Maven", "Maven": { @@ -37,7 +44,7 @@ "NuGetId": "Xamarin.Chromium.CroNet.FallBack" } } - }, + } ], "Version": 1 } diff --git a/XPlat/Google.Grpc/cgmanifest.json b/XPlat/Google.Grpc/cgmanifest.json index aa3cd70aea..e2ccae553a 100644 --- a/XPlat/Google.Grpc/cgmanifest.json +++ b/XPlat/Google.Grpc/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -76,7 +77,7 @@ "NuGetId": "Xamarin.Grpc.Api" } } - }, + } ], "Version": 1 } diff --git a/XPlat/OfficeUIFabric/Android/cgmanifest.json b/XPlat/OfficeUIFabric/Android/cgmanifest.json index b842329dcc..a9c0078b6e 100644 --- a/XPlat/OfficeUIFabric/Android/cgmanifest.json +++ b/XPlat/OfficeUIFabric/Android/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", @@ -12,4 +13,4 @@ } ], "Version": 1 -} \ No newline at end of file +} diff --git a/XPlat/TensorFlow.Lite/cgmanifest.json b/XPlat/TensorFlow.Lite/cgmanifest.json index 7ac7e74478..c8d245bc46 100644 --- a/XPlat/TensorFlow.Lite/cgmanifest.json +++ b/XPlat/TensorFlow.Lite/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "Maven", diff --git a/iOS/MWPhotoBrowser/cgmanifest.json b/iOS/MWPhotoBrowser/cgmanifest.json index f0c1980779..768c83ca2b 100644 --- a/iOS/MWPhotoBrowser/cgmanifest.json +++ b/iOS/MWPhotoBrowser/cgmanifest.json @@ -1,15 +1,16 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "Component": { "Type": "git", "Git": { - "CommitHash": "66ddd73859978a9c24c6ce014634f3bde351e917", - "RepositoryUrl": "https://github.com/mwaterfall/MWPhotoBrowser.git", - "NugetId": "Xamarin.MWPhotoBrowser" - } - } + "CommitHash": "66ddd73859978a9c24c6ce014634f3bde351e917", + "RepositoryUrl": "https://github.com/mwaterfall/MWPhotoBrowser.git", + "NugetId": "Xamarin.MWPhotoBrowser" + } + } } ], "Version": 1 -} \ No newline at end of file +} diff --git a/iOS/SwiftRuntimeSupport/cgmanifest.json b/iOS/SwiftRuntimeSupport/cgmanifest.json index 6163cb657b..ce5063b762 100644 --- a/iOS/SwiftRuntimeSupport/cgmanifest.json +++ b/iOS/SwiftRuntimeSupport/cgmanifest.json @@ -1,5 +1,6 @@ { - "Registrations":[ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ { "component": { "type": "git", @@ -11,4 +12,4 @@ } ], "Version": 1 -} \ No newline at end of file +}