Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "PIT Execution Envelope",
|
||||
"contractVersion": "1.0",
|
||||
"required": [
|
||||
"asOf",
|
||||
"publishedAtCutoff",
|
||||
"datasetId",
|
||||
"modelVersion",
|
||||
"configVersion",
|
||||
"codeSha",
|
||||
"contractVersion",
|
||||
"contentHash",
|
||||
"correlationId"
|
||||
],
|
||||
"rules": [
|
||||
"server-resolved-context",
|
||||
"no-client-evidence-trust",
|
||||
"append-only-evidence",
|
||||
"tradable-session-cutoff"
|
||||
]
|
||||
}
|
||||
@@ -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