We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740319e commit c4e5b0fCopy full SHA for c4e5b0f
frictionless/resource/types.py
@@ -11,7 +11,6 @@
11
# TODO: replace by frictionless-standards
12
class IResource(TypedDict, total=False):
13
name: Required[str]
14
- # type = required
15
title: str
16
description: str
17
path: str
frictionless/schema/types.py
@@ -18,7 +18,6 @@ class ISchema(TypedDict, total=False):
18
19
class IField(TypedDict, total=False):
20
21
22
23
24
format: str
0 commit comments