Skip to content

Commit beb23cf

Browse files
committed
A useful type alias.
1 parent 6acd62e commit beb23cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

referencing/jsonschema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#: A JSON Schema of any kind
1919
Schema = Union[bool, ObjectSchema]
2020

21+
#: A JSON Schema Registry
22+
SchemaRegistry = Registry[Schema]
23+
2124

2225
@frozen
2326
class UnknownDialect(Exception):

0 commit comments

Comments
 (0)