You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website-src/pages/crate_validator.mdx
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
Date: 2026-05-14
4
4
5
+
5
6
## Service Snapshot
6
7
7
8
Cratey Validator is a web service that checks whether RO-Crates follow the expected structure and metadata rules. It can validate a full RO-Crate stored in MinIO-compatible object storage, or it can validate only the contents of an `ro-crate-metadata.json` file.
@@ -25,24 +26,23 @@ The service is built as a Flask/APIFlask web API backed by Celery workers for lo
25
26
26
27
The project is organized into a few clear areas:
27
28
28
-
API layer:
29
+
**Application entrypoints and routes:**
29
30
30
31
-`cratey.py` starts the Flask application.
31
32
-`app/__init__.py` creates the APIFlask app, registers route blueprints, loads environment-specific config, and wires Celery into the Flask context.
0 commit comments