Search
Star
Feedback
Setup for Free
Β© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Loose string schema - arktype
a
arktype
β’
12mo ago
β’
19 replies
TaQuanMinhLong
Loose string schema
Does arktype have loose string support
? though the schema can accept any string
, the infered type can be something like
type
Thing
=
"literal"
|
"or"
|
"any"
|
(
string
&
{})
type
Thing
=
"literal"
|
"or"
|
"any"
|
(
string
&
{})
arktype
Join
This is a friendly space centered around ArkType, TypeScript's 1:1 validator (https://github.com/arktypeio/arktype)
860
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Match `.in` with loose type
a
arktype / questions
13mo ago
How to validate `Record<string, string>`?
a
arktype / questions
2y ago
String length
a
arktype / questions
2y ago