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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
{ "definitions": { "Resolvable": { "$id": "Resolvable", "title": "Select from saved", "required": [ "__resolveType" ], "additionalProperties": false, "properties": { "__resolveType": { "type": "string" } } }, "JGxpdmUvYmxvY2tzL2ZsYWcudHM=@Flag": { "$ref": "#/root/flags" }, "JGxpdmUvYmxvY2tzL2ZsYWcudHM=@Flag[]": { "type": "array", "items": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2ZsYWcudHM=@Flag" } }, "JGxpdmUvaGFuZGxlcnMvcm91dGVzU2VsZWN0aW9uLnRz@SelectionConfig": { "type": "object", "properties": { "flags": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2ZsYWcudHM=@Flag[]", "title": "Flags" } }, "required": [ "flags" ], "title": "$live/handlers/routesSelection.ts@SelectionConfig" }, "JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler": { "$ref": "#/root/handlers" }, "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" }, "JGxpdmUvYmxvY2tzL3BhZ2UudHM=@Page": { "$ref": "#/root/pages" }, "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" }, "JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section": { "$ref": "#/root/sections" }, "JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section[]": { "type": "array", "items": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL3NlY3Rpb24udHM=@Section" } }, "JGxpdmUvcGFnZXMvTGl2ZVBhZ2UudHN4@Props": { "type": "object", "properties": { "name": { "type": "string", "title": "Name" }, "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" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hEYXRlLnRz@Props": { "type": "object", "properties": { "start": { "type": [ "string", "null" ], "title": "Start", "format": "date-time" }, "end": { "type": [ "string", "null" ], "title": "End", "format": "date-time" } }, "required": [], "title": "$live/matchers/MatchDate.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" }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hTaXRlLnRz@Props": { "type": "object", "properties": { "siteId": { "type": "number", "title": "Site Id" } }, "required": [ "siteId" ], "title": "$live/matchers/MatchSite.ts@Props" }, "JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher": { "$ref": "#/root/matchers" }, "JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@Matcher[]": { "type": "array", "items": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL21hdGNoZXIudHM=@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" }, "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" }, "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" }, "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" } } }, "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" } } }, "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" } } }, "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" } } }, "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" } } }, "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" } } }, "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" } } }, "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" } } }, "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" } } }, "JGxpdmUvbWF0Y2hlcnMvTWF0Y2hBbHdheXMudHM=": { "title": "$live/matchers/MatchAlways.ts", "type": "object", "required": [ "__resolveType" ], "properties": { "__resolveType": { "type": "string", "enum": [ "$live/matchers/MatchAlways.ts" ], "default": "$live/matchers/MatchAlways.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" } } }, "required": [ "state" ], "title": "$live/routes/_middleware.ts@MiddlewareConfig" }, "JGxpdmUvcm91dGVzL1suLi5jYXRjaGFsbF0udHN4@Entrypoint": { "type": "object", "properties": { "handler": { "$ref": "#/definitions/JGxpdmUvYmxvY2tzL2hhbmRsZXIudHM=@Handler", "title": "Handler" } }, "required": [ "handler" ], "title": "$live/routes/[...catchall].tsx@Entrypoint" } }, "root": { "handlers": { "title": "handlers", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVzU2VsZWN0aW9uLnRz" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZGV2UGFnZS50cw==" }, { "$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZnJlc2gudHM=" } ] }, "pages": { "title": "pages", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvcGFnZXMvTGl2ZVBhZ2UudHN4" } ] }, "sections": { "title": "sections", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvc2VjdGlvbnMvUGFnZUluY2x1ZGUudHN4" } ] }, "matchers": { "title": "matchers", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hEYXRlLnRz" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hVc2VyQWdlbnQudHM=" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hTaXRlLnRz" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM=" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hFbnZpcm9ubWVudC50cw==" }, { "$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hBbHdheXMudHM=" } ] }, "flags": { "title": "flags", "anyOf": [ { "$ref": "#/definitions/Resolvable" }, { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvYXVkaWVuY2UudHM=" }, { "$ref": "#/definitions/JGxpdmUvZmxhZ3MvZXZlcnlvbmUudHM=" } ] }, "state": { "type": "object", "required": [ "./routes/_middleware.ts", "./routes/[...catchall].tsx" ], "properties": { "./routes/_middleware.ts": { "anyOf": [ { "$ref": "#/definitions/JGxpdmUvcm91dGVzL19taWRkbGV3YXJlLnRz@MiddlewareConfig" } ] }, "./routes/[...catchall].tsx": { "anyOf": [ { "$ref": "#/definitions/JGxpdmUvcm91dGVzL1suLi5jYXRjaGFsbF0udHN4@Entrypoint" } ] } }, "additionalProperties": { "anyOf": [ { "$ref": "#/root/handlers" }, { "$ref": "#/root/pages" }, { "$ref": "#/root/sections" }, { "$ref": "#/root/matchers" }, { "$ref": "#/root/flags" } ] } } }}