diff --git a/samples/learn-copilot-me-plugin/products-api.json b/samples/learn-copilot-me-plugin/products-api.json index 47fb183..6c9a838 100644 --- a/samples/learn-copilot-me-plugin/products-api.json +++ b/samples/learn-copilot-me-plugin/products-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/crudapiplugin.apifile.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "auth": "entra", "entraAuthConfig": { "scopes": [ diff --git a/samples/northwinddb/categories-api.json b/samples/northwinddb/categories-api.json index 1daa313..f141662 100644 --- a/samples/northwinddb/categories-api.json +++ b/samples/northwinddb/categories-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/categories", "dataFile": "categories-data.json", "actions": [ diff --git a/samples/northwinddb/customers-api.json b/samples/northwinddb/customers-api.json index b0d11a2..b0f2cdd 100644 --- a/samples/northwinddb/customers-api.json +++ b/samples/northwinddb/customers-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/customers", "dataFile": "customers-data.json", "actions": [ diff --git a/samples/northwinddb/employeeTerritories-api.json b/samples/northwinddb/employeeTerritories-api.json index 3f092d5..bb5f951 100644 --- a/samples/northwinddb/employeeTerritories-api.json +++ b/samples/northwinddb/employeeTerritories-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/employees", "dataFile": "employeeTerritories-data.json", "actions": [ diff --git a/samples/northwinddb/employees-api.json b/samples/northwinddb/employees-api.json index 87795a7..313b732 100644 --- a/samples/northwinddb/employees-api.json +++ b/samples/northwinddb/employees-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/employees", "dataFile": "employees-data.json", "actions": [ diff --git a/samples/northwinddb/orderDetails-api.json b/samples/northwinddb/orderDetails-api.json index ca8d477..4f3c7c3 100644 --- a/samples/northwinddb/orderDetails-api.json +++ b/samples/northwinddb/orderDetails-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/orders", "dataFile": "orderDetails-data.json", "actions": [ diff --git a/samples/northwinddb/orders-api.json b/samples/northwinddb/orders-api.json index a1279e7..75ef0d9 100644 --- a/samples/northwinddb/orders-api.json +++ b/samples/northwinddb/orders-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/orders", "dataFile": "orders-data.json", "actions": [ diff --git a/samples/northwinddb/products-api.json b/samples/northwinddb/products-api.json index d845227..8495201 100644 --- a/samples/northwinddb/products-api.json +++ b/samples/northwinddb/products-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/products", "dataFile": "products-data.json", "actions": [ diff --git a/samples/northwinddb/regions-api.json b/samples/northwinddb/regions-api.json index b2083ad..d86f30a 100644 --- a/samples/northwinddb/regions-api.json +++ b/samples/northwinddb/regions-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/regions", "dataFile": "regions-data.json", "actions": [ diff --git a/samples/northwinddb/shippers-api.json b/samples/northwinddb/shippers-api.json index 9625016..24fdfbc 100644 --- a/samples/northwinddb/shippers-api.json +++ b/samples/northwinddb/shippers-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/shippers", "dataFile": "shippers-data.json", "actions": [ diff --git a/samples/northwinddb/suppliers-api.json b/samples/northwinddb/suppliers-api.json index 1ba3ebc..af438bb 100644 --- a/samples/northwinddb/suppliers-api.json +++ b/samples/northwinddb/suppliers-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/suppliers", "dataFile": "suppliers-data.json", "actions": [ diff --git a/samples/northwinddb/territories-api.json b/samples/northwinddb/territories-api.json index 7a434a1..3371cd2 100644 --- a/samples/northwinddb/territories-api.json +++ b/samples/northwinddb/territories-api.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json", + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json", "baseUrl": "https://api.northwind.com/territories", "dataFile": "territories-data.json", "actions": [