Commit 7802c457 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix spelling mistake in proto3-gen.md

parent 5f007b57
Pipeline #14007 passed with stage
in 7 seconds
# Protobuf Schema Generation # Protobuf Schema Generation
[OpenAPI Generator](https://openapi-generator.tech) is used to generate protobuf schema (`.proto3`) files from OpenAPI specifications of MEC013 Locatio API. [OpenAPI Generator](https://openapi-generator.tech) is used to generate protobuf schema (`.proto3`) files from OpenAPI specifications of MEC013 Location API.
>**NOTE:** At the time of writing, the tool does not support OAS 3.1 version and we have to first convert the [Locatio API](./LocationAPI.yaml) to OAS 3.0 for generating protobuf schema. >**NOTE:** At the time of writing, the tool does not support OAS 3.1 version and we have to first convert the [Location API](./LocationAPI.yaml) to OAS 3.0 for generating protobuf schema.
1. Convert OAS for [Locatio API](./LocationAPI.yaml) from 3.1 to 3.0​ 1. Convert OAS for [Location API](./LocationAPI.yaml) from 3.1 to 3.0​
- Change the value of `openapi` field from 3.1.0 to 3.0.0​ - Change the value of `openapi` field from 3.1.0 to 3.0.0​
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment