UNPKG
@segha/schemaorg
Version:
latest (0.0.1)
0.0.1
Schemas for Schema.org
github.com/aitorllj93/segha
aitorllj93/segha
@segha/schemaorg
/
DataTypes.ts
6 lines
(3 loc)
•
152 B
text/typescript
View Raw
1
2
3
4
5
6
import
z
from
"zod"
;
export
const
TextSchema
= z.
string
().
describe
(
'Data type: Text.'
);
export
const
URLSchema
= z.
url
().
describe
(
'Data type: URL.'
);