diff --git a/docs/schema/generated/jsonschema/types/AppConfigV1.schema.json b/docs/schema/generated/jsonschema/types/AppConfigV1.schema.json index 16e42a908..69b59dec7 100644 --- a/docs/schema/generated/jsonschema/types/AppConfigV1.schema.json +++ b/docs/schema/generated/jsonschema/types/AppConfigV1.schema.json @@ -4,7 +4,6 @@ "description": "User-facing app.yaml config file for apps.\n\nNOTE: only used by the backend, Edge itself does not use this format, and uses [`super::AppVersionV1Spec`] instead.", "type": "object", "required": [ - "name", "package" ], "properties": { @@ -81,7 +80,10 @@ }, "name": { "description": "Name of the app.", - "type": "string" + "type": [ + "string", + "null" + ] }, "owner": { "description": "Owner of the app.\n\nThis is either a username or a namespace.",