An open API service indexing awesome lists of open source software.

https://github.com/tiaansu/open.mp-json-schema

A JSON schema for open.mp's config.json. Based on https://www.open.mp/docs/server/config.json
https://github.com/tiaansu/open.mp-json-schema

Last synced: 3 months ago
JSON representation

A JSON schema for open.mp's config.json. Based on https://www.open.mp/docs/server/config.json

Awesome Lists containing this project

README

        

# FAQ

1. How to use?
- It's simple, just add this line in your server's config.json:
```json
{
"$schema": "https://github.com/Tiaansu/open.mp-json-schema/raw/main/schema.json",
// ... other config
}
```
---

With this, you can now see warnings and description of each config on your config.json file if you're using [vscode](code.visualstudio.com).

Like this:
![image](https://github.com/Tiaansu/open.mp-json-schema/assets/87069680/119c4e20-fe11-43cf-999c-5e0881a6ac47)