Skip to main content
Module

x/live/schemas.gen.json

The edge-native DXP: build and evolve an editable ultra-fast site powered by deno, fresh and tailwind. Optimized for "time-to-go-live".
Very Popular
Go to Latest
File
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
{ "definitions": { "Resolvable": { "$id": "Resolvable", "title": "Select from saved", "required": [ "__resolveType" ], "additionalProperties": false, "properties": { "__resolveType": { "type": "string", "not": { "enum": [ "$live/handlers/devPage.ts", "$live/handlers/fresh.ts", "$live/handlers/proxy.ts", "$live/handlers/router.ts", "$live/handlers/routesSelection.ts", "$live/pages/LivePage.tsx", "$live/sections/PageInclude.tsx", "$live/sections/Slot.tsx", "$live/sections/UseSlot.tsx", "$live/matchers/MatchAlways.ts", "$live/matchers/MatchDate.ts", "$live/matchers/MatchEnvironment.ts", "$live/matchers/MatchHost.ts", "$live/matchers/MatchMulti.ts", "$live/matchers/MatchRandom.ts", "$live/matchers/MatchSite.ts", "$live/matchers/MatchUserAgent.ts", "$live/flags/audience.ts", "$live/flags/everyone.ts" ] } } } }, "JGxpdmUvYmxvY2tzL3BhZ2UudHM=@Page": { "$ref": "#/root/pages", "title": "Page" }, "JGxpdmUvaGFuZGxlcnMvZGV2UGFnZS50cw==@DevConfig": { "type": "object", "properties": { "page": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3BhZ2UudHM=@Page", "title": "Page" } }, "required": [ "page" ], "title": "$live/handlers/devPage.ts@DevConfig" }, "JGxpdmUvaGFuZGxlcnMvZnJlc2gudHM=@FreshConfig": { "type": "object", "properties": { "page": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3BhZ2UudHM=@Page", "title": "Page" } }, "required": [ "page" ], "title": "$live/handlers/fresh.ts@FreshConfig" }, "JGxpdmUvaGFuZGxlcnMvcHJveHkudHM=@Props": { "type": "object", "properties": { "url": { "type": "string", "description": "the proxy url.", "title": "Url" }, "basePath": { "type": [ "string", "null" ], "description": "the base path of the url.", "title": "Base Path" } }, "required": [ "url" ], "title": "$live/handlers/proxy.ts@Props" }, "JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler": { "$ref": "#/root/handlers", "title": "Handler" }, "JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler@record": { "title": "Unknown record", "type": "object", "additionalProperties": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler" } }, "JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz@RouterConfig": { "type": "object", "properties": { "base": { "type": [ "string", "null" ], "title": "Base" }, "routes": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler@record", "title": "Routes" } }, "required": [ "routes" ], "title": "$live/handlers/router.ts@RouterConfig" }, "JGxpdmUvaGFuZGxlcnMvcm91dGVzU2VsZWN0aW9uLnRz@SelectionConfig": { "type": "object", "properties": { "audiences": { "type": "array", "items": { "anyOf": [ { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvYXVkaWVuY2UudHM=" }, { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvZXZlcnlvbmUudHM=" } ] }, "title": "Audiences" } }, "required": [ "audiences" ], "title": "$live/handlers/routesSelection.ts@SelectionConfig" }, "JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section": { "$ref": "#/root/sections", "title": "Section" }, "JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section[]": { "type": "array", "items": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section" }, "title": "Section[]" }, "JGxpdmUvcGFnZXMvTGl2ZVBhZ2UudHN4@Props": { "type": "object", "properties": { "name": { "type": "string", "title": "Name" }, "layout": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3BhZ2UudHM=@Page", "title": "Layout" }, "sections": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section[]", "title": "Sections" } }, "required": [ "name", "sections" ], "title": "$live/pages/LivePage.tsx@Props" }, "JGxpdmUvc2VjdGlvbnMvUGFnZUluY2x1ZGUudHN4@Props": { "type": "object", "properties": { "page": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3BhZ2UudHM=@Page", "title": "Page" } }, "required": [ "page" ], "title": "$live/sections/PageInclude.tsx@Props" }, "JGxpdmUvc2VjdGlvbnMvU2xvdC50c3g=@Props": { "type": "object", "properties": { "required": { "type": [ "boolean", "null" ], "description": "Enforces the slot to be fulfilled.", "title": "Required" }, "name": { "anyOf": [ { "type": "string" }, { "anyOf": [ { "type": "string", "const": "content" }, { "type": "string", "const": "footer" }, { "type": "string", "const": "header" }, { "type": "string", "const": "analytics" }, { "type": "string", "const": "design-system" }, { "type": "string", "const": "SEO" } ], "type": "string" } ], "type": "string", "description": "The name of the slot.", "default": "content", "title": "Name" } }, "required": [], "title": "$live/sections/Slot.tsx@Props" }, "JGxpdmUvc2VjdGlvbnMvVXNlU2xvdC50c3g=@Props": { "type": "object", "properties": { "name": { "anyOf": [ { "type": "string" }, { "anyOf": [ { "type": "string", "const": "content" }, { "type": "string", "const": "footer" }, { "type": "string", "const": "header" }, { "type": "string", "const": "analytics" }, { "type": "string", "const": "design-system" }, { "type": "string", "const": "SEO" } ], "type": "string" } ], "type": "string", "title": "Name" }, "sections": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section[]", "title": "Sections" } }, "required": [ "name", "sections" ], "title": "$live/sections/UseSlot.tsx@Props" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hEYXRlLnRz@Props": { "type": "object", "properties": { "start": { "type": [ "string", "null" ], "format": "date-time", "title": "Start" }, "end": { "type": [ "string", "null" ], "format": "date-time", "title": "End" } }, "required": [], "title": "$live/matchers/MatchDate.ts@Props" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hFbnZpcm9ubWVudC50cw==@Props": { "type": "object", "properties": { "environment": { "anyOf": [ { "type": "string", "const": "production" }, { "type": "string", "const": "development" } ], "type": "string", "title": "Environment" } }, "required": [ "environment" ], "title": "$live/matchers/MatchEnvironment.ts@Props" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hIb3N0LnRz@Props": { "type": "object", "properties": { "includes": { "type": [ "string", "null" ], "title": "Includes" }, "match": { "type": [ "string", "null" ], "title": "Match" } }, "required": [], "title": "$live/matchers/MatchHost.ts@Props" }, "JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher": { "$ref": "#/root/matchers", "title": "Matcher" }, "JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher[]": { "type": "array", "items": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher" }, "title": "Matcher[]" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==@Props": { "type": "object", "properties": { "op": { "anyOf": [ { "type": "string", "const": "or" }, { "type": "string", "const": "and" } ], "type": "string", "title": "Op" }, "matchers": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher[]", "title": "Matchers" } }, "required": [ "op", "matchers" ], "title": "$live/matchers/MatchMulti.ts@Props" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM=@Props": { "type": "object", "properties": { "traffic": { "type": "number", "title": "Traffic" } }, "required": [ "traffic" ], "title": "$live/matchers/MatchRandom.ts@Props" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hTaXRlLnRz@Props": { "type": "object", "properties": { "siteId": { "type": "number", "title": "Site Id" } }, "required": [ "siteId" ], "title": "$live/matchers/MatchSite.ts@Props" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hVc2VyQWdlbnQudHM=@Props": { "type": "object", "properties": { "includes": { "type": [ "string", "null" ], "title": "Includes" }, "match": { "type": [ "string", "null" ], "title": "Match" } }, "required": [], "title": "$live/matchers/MatchUserAgent.ts@Props" }, "JGxpdmUvZmxhZ3MvYXVkaWVuY2UudHM=@Audience": { "type": "object", "properties": { "matcher": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher", "title": "Matcher" }, "name": { "type": "string", "title": "Name" }, "routes": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler@record", "title": "Routes" }, "overrides": { "title": "Overrides", "type": "object", "additionalProperties": { "type": "string" } } }, "required": [ "matcher", "name", "routes" ], "title": "$live/flags/audience.ts@Audience" }, "JGxpdmUvZmxhZ3MvZXZlcnlvbmUudHM=@EveryoneConfig": { "type": "object", "properties": { "routes": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler@record", "title": "Routes" }, "overrides": { "title": "Overrides", "type": "object", "additionalProperties": { "type": "string" } } }, "required": [], "title": "$live/flags/everyone.ts@EveryoneConfig" }, "JGxpdmUvaGFuZGxlcnMvZGV2UGFnZS50cw==": { "title": "$live/handlers/devPage.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZGV2UGFnZS50cw==@DevConfig" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/handlers/devPage.ts" ], "default": "$live/handlers/devPage.ts" } } }, "JGxpdmUvaGFuZGxlcnMvZnJlc2gudHM=": { "title": "$live/handlers/fresh.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZnJlc2gudHM=@FreshConfig" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/handlers/fresh.ts" ], "default": "$live/handlers/fresh.ts" } } }, "JGxpdmUvaGFuZGxlcnMvcHJveHkudHM=": { "title": "$live/handlers/proxy.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcHJveHkudHM=@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/handlers/proxy.ts" ], "default": "$live/handlers/proxy.ts" } } }, "JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz": { "title": "$live/handlers/router.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz@RouterConfig" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/handlers/router.ts" ], "default": "$live/handlers/router.ts" } } }, "JGxpdmUvaGFuZGxlcnMvcm91dGVzU2VsZWN0aW9uLnRz": { "title": "$live/handlers/routesSelection.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVzU2VsZWN0aW9uLnRz@SelectionConfig" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/handlers/routesSelection.ts" ], "default": "$live/handlers/routesSelection.ts" } } }, "JGxpdmUvcGFnZXMvTGl2ZVBhZ2UudHN4": { "title": "$live/pages/LivePage.tsx", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvcGFnZXMvTGl2ZVBhZ2UudHN4@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/pages/LivePage.tsx" ], "default": "$live/pages/LivePage.tsx" } } }, "JGxpdmUvc2VjdGlvbnMvUGFnZUluY2x1ZGUudHN4": { "title": "$live/sections/PageInclude.tsx", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvUGFnZUluY2x1ZGUudHN4@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/sections/PageInclude.tsx" ], "default": "$live/sections/PageInclude.tsx" } } }, "JGxpdmUvc2VjdGlvbnMvU2xvdC50c3g=": { "title": "$live/sections/Slot.tsx", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvU2xvdC50c3g=@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/sections/Slot.tsx" ], "default": "$live/sections/Slot.tsx" } } }, "JGxpdmUvc2VjdGlvbnMvVXNlU2xvdC50c3g=": { "title": "$live/sections/UseSlot.tsx", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvVXNlU2xvdC50c3g=@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/sections/UseSlot.tsx" ], "default": "$live/sections/UseSlot.tsx" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hBbHdheXMudHM=": { "title": "$live/matchers/MatchAlways.ts", "type": "object", "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchAlways.ts" ], "default": "$live/matchers/MatchAlways.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hEYXRlLnRz": { "title": "$live/matchers/MatchDate.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hEYXRlLnRz@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchDate.ts" ], "default": "$live/matchers/MatchDate.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hFbnZpcm9ubWVudC50cw==": { "title": "$live/matchers/MatchEnvironment.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hFbnZpcm9ubWVudC50cw==@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchEnvironment.ts" ], "default": "$live/matchers/MatchEnvironment.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hIb3N0LnRz": { "title": "$live/matchers/MatchHost.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hIb3N0LnRz@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchHost.ts" ], "default": "$live/matchers/MatchHost.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==": { "title": "$live/matchers/MatchMulti.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchMulti.ts" ], "default": "$live/matchers/MatchMulti.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM=": { "title": "$live/matchers/MatchRandom.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM=@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchRandom.ts" ], "default": "$live/matchers/MatchRandom.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hTaXRlLnRz": { "title": "$live/matchers/MatchSite.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hTaXRlLnRz@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchSite.ts" ], "default": "$live/matchers/MatchSite.ts" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hVc2VyQWdlbnQudHM=": { "title": "$live/matchers/MatchUserAgent.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hVc2VyQWdlbnQudHM=@Props" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchUserAgent.ts" ], "default": "$live/matchers/MatchUserAgent.ts" } } }, "JGxpdmUvZmxhZ3MvYXVkaWVuY2UudHM=": { "title": "$live/flags/audience.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvYXVkaWVuY2UudHM=@Audience" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/flags/audience.ts" ], "default": "$live/flags/audience.ts" } } }, "JGxpdmUvZmxhZ3MvZXZlcnlvbmUudHM=": { "title": "$live/flags/everyone.ts", "type": "object", "allOf": [ { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvZXZlcnlvbmUudHM=@EveryoneConfig" } ], "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/flags/everyone.ts" ], "default": "$live/flags/everyone.ts" } } }, "JGxpdmUvcm91dGVzL19taWRkbGV3YXJlLnRz@MiddlewareConfig": { "type": "object", "properties": { "state": { "title": "State", "type": "object", "additionalProperties": { "$ref": "#/definitions/Resolvable" }, "description": "Configure your loaders global state." } }, "required": [ "state" ], "title": "$live/routes/_middleware.ts@MiddlewareConfig", "description": "Global configurations for ./routes/_middleware.ts route" }, "JGxpdmUvcm91dGVzL1suLi5jYXRjaGFsbF0udHN4@Entrypoint": { "type": "object", "properties": { "handler": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler", "description": "configure how to handle requests.", "title": "Handler" } }, "required": [ "handler" ], "title": "$live/routes/[...catchall].tsx@Entrypoint", "description": "Site entrypoint, configure your audiences and routes." } }, "root": { "handlers": { "title": "handlers", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZGV2UGFnZS50cw==" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZnJlc2gudHM=" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcHJveHkudHM=" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVzU2VsZWN0aW9uLnRz" } ] }, "pages": { "title": "pages", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvcGFnZXMvTGl2ZVBhZ2UudHN4" } ] }, "sections": { "title": "sections", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvUGFnZUluY2x1ZGUudHN4" }, { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvU2xvdC50c3g=" }, { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvVXNlU2xvdC50c3g=" } ] }, "matchers": { "title": "matchers", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hBbHdheXMudHM=" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hEYXRlLnRz" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hFbnZpcm9ubWVudC50cw==" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hIb3N0LnRz" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM=" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hTaXRlLnRz" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hVc2VyQWdlbnQudHM=" } ] }, "flags": { "title": "flags", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvYXVkaWVuY2UudHM=" }, { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvZXZlcnlvbmUudHM=" } ] }, "entrypoint": { "type": "object", "required": [ "./routes/_middleware.ts", "./routes/[...catchall].tsx", "./routes/index.tsx" ], "properties": { "./routes/_middleware.ts": { "anyOf": [ { "$ref": "#/definitions/JGxpdmUvcm91dGVzL19taWRkbGV3YXJlLnRz@MiddlewareConfig" } ] }, "./routes/[...catchall].tsx": { "anyOf": [ { "$ref": "#/definitions/JGxpdmUvcm91dGVzL1suLi5jYXRjaGFsbF0udHN4@Entrypoint" } ] }, "./routes/index.tsx": { "anyOf": [ { "$ref": "#/definitions/JGxpdmUvcm91dGVzL1suLi5jYXRjaGFsbF0udHN4@Entrypoint" } ] } } }, "state": { "allOf": [ { "$ref": "#/root/entrypoint" } ], "additionalProperties": { "anyOf": [ { "$ref": "#/root/handlers" }, { "$ref": "#/root/pages" }, { "$ref": "#/root/sections" }, { "$ref": "#/root/matchers" }, { "$ref": "#/root/flags" } ] } } }}