LogoPixi’VN
indexVariables

Variable: PIXIVNJSON\_SCHEMA\_URL

> const PIXIVNJSON_SCHEMA_URL: string

Defined in: src/constants.ts:25

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:

{
  "$schema": "https://pixi-vn.web.app/schemas/1.13.0/schema.json"
}