# Variable: PIXIVNJSON\_SCHEMA\_URL (/jsdoc/pixi-vn-json/index/variables/PIXIVNJSON_SCHEMA_URL)



\> `const` **PIXIVNJSON\_SCHEMA\_URL**: `string`

Defined in: [src/constants.ts:25](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/constants.ts#L25)

The URL of the JSON Schema for the current version of pixi-vn-json.

You can use this constant as the value of the `$schema` field in your PixiVNJson documents
so that editors can validate and auto-complete the document.

Example:

```json
{
  "$schema": "https://pixi-vn.com/schemas/1.13.0/schema.json"
}
```
