From 5d612a50491ab5243e50c585ef01d36c362c85ca Mon Sep 17 00:00:00 2001 From: Conduction Release Bot Date: Tue, 1 Sep 2026 09:39:05 +0200 Subject: [PATCH] fix(mock): drop the three seed objects bound to the retired example schema The real register stopped declaring `example` when the scaffold placeholder was retired, but the mock register still shipped three seed objects whose @self.schema named it. A seed bound to a schema no register declares cannot import; it is dropped with a warning, which is the quiet kind of failure this whole consolidation is trying to remove. The mock has no components.schemas of its own, so nothing else referenced the slug. --- lib/Settings/shillinq_mock_register.json | 29 +----------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/lib/Settings/shillinq_mock_register.json b/lib/Settings/shillinq_mock_register.json index a93b7d912..73782e59f 100644 --- a/lib/Settings/shillinq_mock_register.json +++ b/lib/Settings/shillinq_mock_register.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "shillinq demo data", - "version": "1.0.0", + "version": "1.1.0", "description": "Demo data covering every schema this app supplies, offered as the first step of the app's setup walkthrough. Generated from the schemas themselves, so every object satisfies the schema that will validate it." }, "x-openregister": { @@ -33567,33 +33567,6 @@ "mkbProfitExemptionPercentage": 1.0, "source": "Voorbeeld Source 3" }, - { - "@self": { - "register": "shillinq", - "schema": "example", - "slug": "example-voorbeeld-title-1-1" - }, - "title": "Voorbeeld Title 1", - "description": "Voorbeeld Description 1" - }, - { - "@self": { - "register": "shillinq", - "schema": "example", - "slug": "example-voorbeeld-title-2-2" - }, - "title": "Voorbeeld Title 2", - "description": "Voorbeeld Description 2" - }, - { - "@self": { - "register": "shillinq", - "schema": "example", - "slug": "example-voorbeeld-title-3-3" - }, - "title": "Voorbeeld Title 3", - "description": "Voorbeeld Description 3" - }, { "@self": { "register": "shillinq",