Skip to content

Commit dea5c70

Browse files
committed
feat: schema updated
1 parent f47bd13 commit dea5c70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/registry.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://grafana.github.io/k6registry/registry.schema.json",
2+
"$id": "https://registry.k6.io/registry.schema.json",
33
"$ref": "#/$defs/registry",
44
"$defs": {
55
"registry": {
@@ -11,7 +11,7 @@
1111
"additionalProperties": false
1212
},
1313
"catalog": {
14-
"description": "k6 Extension Catalog.\n\nThe k6 extension catalog is an alternative representation of the k6 extension registry.\nThe catalog stores the extension data in an associative array (object),\nwhere the key is the imprt path for JavaScript extensions, and the output name for output extensions.\nThis data structure is optimized to resolve extensions as dependencies.\n",
14+
"description": "k6 Extension Catalog.\n\nThe k6 extension catalog is an alternative representation of the k6 extension registry.\nThe catalog stores the extension data in an associative array (object),\nwhere the key is the import path for JavaScript extensions, and the output name for output extensions.\nThis data structure is optimized to resolve extensions as dependencies.\n",
1515
"type": "object",
1616
"additionalProperties": {
1717
"$ref": "#/$defs/extension"

registry_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)