The registry.json
schema is used to define your custom component registry.
Definitions
You can see the JSON Schema for registry.json
here.
$schema
The $schema
property is used to specify the schema for the registry.json
file.
name
The name
property is used to specify the name of your registry. This is used for data attributes and other metadata.
homepage
The homepage of your registry. This is used for data attributes and other metadata.
items
The items
in your registry. Each item must implement the registry-item schema specification.
See the registry-item schema documentation for more information.