Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding mobility layer2 config created with ONDC rules #254

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions layer2/docs/generating_layer2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Steps to generate a layer 2 config

## Introduction
There could be many ways to create a layer 2 config. This document introduces one possible way using which a layer 2 config can be created.

## Details
In this approach we are using OpenAPI 3.1 to construct a layer 2 config.

[This](./../samples/mobility_1.1.0.yaml) Mobility domain layer 2 configuration was created using the above approach.

The details of how to create a layer 2 configuration using this approach is documented [here](https://github.com/beckn/mobility/blob/layer2-oas-3.1/api/l2-config/oas-3.1/ondemandride/README.md).
Loading