Skip to content

Commit

Permalink
feat(docs): add $schema to json example
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Sep 16, 2024
1 parent e58c20c commit e3fcc79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/usage/dotenv-and-http-client.env.json-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ define environment variables in it.

```json title="http-client.env.json"
{
"$schema": "https://raw.githubusercontent.com/mistweaverco/kulala.nvim/main/schemas/http-client.env.json",
"dev": {
"API_KEY": "your-api-key"
},
Expand Down Expand Up @@ -95,6 +96,7 @@ the `$default_headers` will be merged with the headers from the HTTP requests.

```json title="http-client.env.json"
{
"$schema": "https://raw.githubusercontent.com/mistweaverco/kulala.nvim/main/schemas/http-client.env.json",
"$shared": {
"$default_headers": {
"Content-Type": "application/json",
Expand Down

0 comments on commit e3fcc79

Please sign in to comment.