Skip to content

Commit

Permalink
Merge pull request #24 from microsoft/Seann-Murdock-patch-1
Browse files Browse the repository at this point in the history
Update PackageUploaderOperationConfigSchema.json
  • Loading branch information
alberto-baron authored Jun 23, 2022
2 parents 5d53a6e + 2bb6eeb commit 97d2b9d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion schemas/PackageUploaderOperationConfigSchema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"$id": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$id": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"title": "PackageUploader configuration file schema",
"markdownDescription": "Input config file structure for PackageUploader configuration file [Learn more](https://github.com/microsoft/PackageUploader)",
"description": "Input config file structure for PackageUploader configuration file",
Expand Down
2 changes: 1 addition & 1 deletion templates/GetProduct.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",

"operationName": "getProduct",

Expand Down
2 changes: 1 addition & 1 deletion templates/ImportPackages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",

"operationName": "importPackages",

Expand Down
2 changes: 1 addition & 1 deletion templates/PublishPackages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",

"operationName": "publishPackages",

Expand Down
2 changes: 1 addition & 1 deletion templates/RemovePackages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",

"operationName": "removePackages",

Expand Down
2 changes: 1 addition & 1 deletion templates/UploadUwpPackage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",

"operationName": "uploadUwpPackage",

Expand Down
2 changes: 1 addition & 1 deletion templates/UploadXvcPackage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://product-ingestion-int.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",
"$schema": "https://product-ingestion.azureedge.net/schema/package-uploader-operation-configuration/2021-11-30",

"operationName": "uploadXvcPackage",

Expand Down

0 comments on commit 97d2b9d

Please sign in to comment.