From 9c750737b99a873326a6c482791a929b5f6b9f69 Mon Sep 17 00:00:00 2001 From: actions-user Date: Wed, 2 Nov 2022 18:31:45 +0000 Subject: [PATCH] chore: docs auto-update --- www/docs/static/schema.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 4bee0c1b2e9..e7dc0bb516d 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1233,6 +1233,9 @@ "apk": { "$ref": "#/$defs/NFPMAPK" }, + "archlinux": { + "$ref": "#/$defs/NFPMArchLinux" + }, "overrides": { "patternProperties": { ".*": { @@ -1326,6 +1329,33 @@ "additionalProperties": false, "type": "object" }, + "NFPMArchLinux": { + "properties": { + "pkgbase": { + "type": "string" + }, + "packager": { + "type": "string" + }, + "scripts": { + "$ref": "#/$defs/NFPMArchLinuxScripts" + } + }, + "additionalProperties": false, + "type": "object" + }, + "NFPMArchLinuxScripts": { + "properties": { + "preupgrade": { + "type": "string" + }, + "postupgrade": { + "type": "string" + } + }, + "additionalProperties": false, + "type": "object" + }, "NFPMDeb": { "properties": { "scripts": { @@ -1497,6 +1527,9 @@ }, "apk": { "$ref": "#/$defs/NFPMAPK" + }, + "archlinux": { + "$ref": "#/$defs/NFPMArchLinux" } }, "additionalProperties": false,