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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ To use these utilities, the provided data models must follow some specific conve
28
28
Processes each generated JSON Schema and converts it into an OpenAPI document (in YAML format), integrating the schema as a component.
29
29
30
30
-**Standardized API Endpoints:**
31
-
Automatically defines two common endpoints for each model:
31
+
Automatically defines two common FIWARE NGSI-v2 endpoints for each data model:
32
32
-**GET** (to retrieve entities): Incorporates query parameters (like entity type and Fiware-specific info).
33
33
-**POST** (to create new entities): Defines a request body that references the model's JSON Schema.
34
34
35
35
-**Output:**
36
-
Produces an OpenAPI YAML file (e.g., `TemperatureSensor_openapi.yaml`) for every JSON Schema, providing a ready-to-go API specification that matches the current model.
36
+
Produces an OpenAPI YAML file (e.g., `TemperatureSensor_openapi.yaml`) for every JSON Schema.
0 commit comments