Linked schemas, fixed broken archive URL

This commit is contained in:
Sys 2023-08-23 16:03:08 +02:00
parent 1acdd40e9c
commit 81f8fe3e8c
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD

View File

@ -2,11 +2,10 @@
List of available schemas:
| Type | Files |
|--------|------------------------------------------------------------------------|
| Custom | [JSON](schemas/botapi.json), [YAML](schemas/botapi.yaml) |
| Postman| [JSON](schemas/botapi_postman.json) |
| OpenAPI| [JSON](schemas/botapi_openapi.json),[YAML](schemas/botapi_openapi.yaml)|
| Type | Files |
|-------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| [Custom](https://github.com/Sysbot-org/tgscraper/raw/master/docs/schema.json) | [JSON](schemas/botapi.json), [YAML](schemas/botapi.yaml) |
| [Postman](https://schema.getpostman.com/json/collection/v2.1.0/collection.json) | [JSON](schemas/botapi_postman.json) |
| [OpenAPI](https://github.com/OAI/OpenAPI-Specification/raw/main/schemas/v3.0/schema.json) | [JSON](schemas/botapi_openapi.json),[YAML](schemas/botapi_openapi.yaml) |
For a list of older versions, please have a look at [sys001/telegram-bot-api-versions](https://botapi.sys001.ml).
For a list of older versions, please have a look at [sys001/telegram-bot-api-versions](https://botapi.sys001.xyz).