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 369480c commit a104945Copy full SHA for a104945
docs/backend/schemas.md
@@ -11,7 +11,7 @@ myst:
11
12
# Schemas
13
14
-[Zope schemas](https://zopeschema.readthedocs.io) are a database-neutral and form-library-neutral way to describe Python data models.
+[Zope schemas](https://zopeschema.readthedocs.io/en/latest/) are a database-neutral and form-library-neutral way to describe Python data models.
15
Schemas extend the notion of interfaces to detailed descriptions of attributes (but not methods).
16
Every schema is an interface and specifies the public fields of an object.
17
A field roughly corresponds to an attribute of a Python object.
0 commit comments