feat: manage external source lifecycle
This commit is contained in:
+27
-1
@@ -820,6 +820,29 @@
|
||||
],
|
||||
"title": "Reviewed At"
|
||||
},
|
||||
"source_check_status": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Source Check Status"
|
||||
},
|
||||
"source_checked_at": {
|
||||
"anyOf": [
|
||||
{
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Source Checked At"
|
||||
},
|
||||
"source_external_id": {
|
||||
"title": "Source External Id",
|
||||
"type": "string"
|
||||
@@ -942,7 +965,9 @@
|
||||
"review_note",
|
||||
"missing_fields",
|
||||
"source_payload",
|
||||
"moderation_version"
|
||||
"moderation_version",
|
||||
"source_check_status",
|
||||
"source_checked_at"
|
||||
],
|
||||
"title": "ExternalObservationOut",
|
||||
"type": "object"
|
||||
@@ -2109,6 +2134,7 @@
|
||||
"ready",
|
||||
"published",
|
||||
"rejected",
|
||||
"withdrawn",
|
||||
"review"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user