Skip to content

Commit e809d7a

Browse files
committed
docs: update readme [skip ci]
1 parent 22708ed commit e809d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ To use these utilities, the provided data models must follow some specific conve
2828
Processes each generated JSON Schema and converts it into an OpenAPI document (in YAML format), integrating the schema as a component.
2929

3030
- **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:
3232
- **GET** (to retrieve entities): Incorporates query parameters (like entity type and Fiware-specific info).
3333
- **POST** (to create new entities): Defines a request body that references the model's JSON Schema.
3434

3535
- **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.
3737

3838
### GitHub Pages deployment
3939
- **JSON Schema hosting:**

0 commit comments

Comments
 (0)