Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "Projection Contract",
|
||||
"contractVersion": "1.0",
|
||||
"required": [
|
||||
"projectionName",
|
||||
"projectionVersion",
|
||||
"sourceWatermark",
|
||||
"builtAt",
|
||||
"staleAfter",
|
||||
"rebuildPolicy",
|
||||
"owner"
|
||||
],
|
||||
"states": [
|
||||
"CURRENT",
|
||||
"STALE",
|
||||
"REBUILDING",
|
||||
"FAILED",
|
||||
"QUARANTINED"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user