From ee7511662343527303f074763068668645a88bca Mon Sep 17 00:00:00 2001 From: Rajaneesh Date: Mon, 7 Oct 2024 20:45:34 +0530 Subject: [PATCH] adding a specification level readme file --- specification/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 specification/README.md diff --git a/specification/README.md b/specification/README.md new file mode 100644 index 0000000..205d04c --- /dev/null +++ b/specification/README.md @@ -0,0 +1,10 @@ +# Beckn-ONIX Specification + +The **Beckn-ONIX Specification** establishes a standardized framework for the Beckn-ONIX ecosystem. By defining consistent interfaces and components, the specification ensures interoperability across all Beckn-ONIX distributions and SDKs, enabling seamless integration and communication between different systems. + +This directory contains detailed documentation outlining the Beckn-ONIX specification. + +1. The markdown version of the specification can be found [here](./doc/Beckn-ONIX-Specification.md). +2. The Google Docs version is available [here](https://docs.google.com/document/d/1JlE-JTgQCPVPtFUqs3dIfBma3Koi_pVsO4LwB4hGcM8/edit). + +3. A Swagger document describing the Beckn-ONIX API can be accessed [here](https://beckn.github.io/beckn-onix/swagger/index.html) \ No newline at end of file