You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use JSON requests with any capitalization to retrieve JSON responses using SQL Server’s built-in JSON format support, without the need for additional classes or objects.
21
-
22
-
You can define dynamic actions and handle requests with controllers.
23
-
24
-
You can see the Json request samples in the Swagger UI, along with the action methods in a dropdown menu.
25
-
26
-
You can validate your Json requests with Json schemas to ensure data quality and consistency.
27
-
28
-
You can use Ocelot API Gateway to streamline the routing and authentication of your requests.
29
-
30
-
You can monitor the health and performance of your microservices, RabbitMQ, and SQL Servers with Health Checks service.
31
-
32
-
You can communicate and coordinate with other microservices using RabbitMQ, which allows you to publish, subscribe, and receive events.
33
-
34
-
You can access, analyze, and enhance data from Microsoft 365 with Graph API.
20
+
* You can use JSON requests with any capitalization to retrieve JSON responses using SQL Server’s built-in JSON format support, without the need for additional classes or objects.
21
+
* You can define dynamic actions and handle requests with controllers.
22
+
* You can see the Json request samples in the Swagger UI, along with the action methods in a dropdown menu.
23
+
* You can validate your Json requests with Json schemas to ensure data quality and consistency.
24
+
* You can use Ocelot API Gateway to streamline the routing and authentication of your requests.
25
+
* You can monitor the health and performance of your microservices, RabbitMQ, and SQL Servers with Health Checks service.
26
+
* You can communicate and coordinate with other microservices using RabbitMQ, which allows you to publish, subscribe, and receive events.
27
+
* You can access, analyze, and enhance data from Microsoft 365 with Graph API.
35
28
36
29
> [!TIP]
37
30
> **JSON Schema** serves multiple purposes, one of which is **validating JSON instances**. These examples will help you make the most of your JSON Schemas: https://json-schema.org/learn/miscellaneous-examples
0 commit comments