Fruitful Docs
GuidesShip

Editor setup

Get validation and autocomplete for manifest files.

Add a $schema line to fruitful-package.json and binding.json. Fruitful ignores the key; editors use it for validation and autocomplete.

{ "$schema": "https://fruitful.app/schemas/fruitful-package.schema.json", "schema": 3, "kind": "page-plugin" }

Binding documents use https://fruitful.app/schemas/fruitful-binding.schema.json.