EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 217c6fee authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Improving on S2 registration schema

parent 26a30c25
No related branches found
No related tags found
3 merge requests!36Staging to master to prepare 1.0.0 release,!32Registrar modularization,!27Registrar modularization
......@@ -4,6 +4,7 @@ from dataclasses import dataclass, field
@dataclass
class Context:
identifier: str
path: str
product_type: str = None
product_level: str = None
metadata: dict = field(default_factory=dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment