intermittent commit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://multimailer.local/schema/campaign.schema.json",
|
||||
"title": "MultiMailer Campaign",
|
||||
"$id": "https://govoplan.local/schema/campaign.schema.json",
|
||||
"title": "GovOPlaN Campaign",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"version",
|
||||
@@ -1074,9 +1074,32 @@
|
||||
"enum": [
|
||||
"csv",
|
||||
"xlsx",
|
||||
"text"
|
||||
"text",
|
||||
"addresses"
|
||||
]
|
||||
},
|
||||
"source_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"source_label": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"source_revision": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"source_provenance": {
|
||||
"type": "object",
|
||||
"default": {}
|
||||
},
|
||||
"filename": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
Reference in New Issue
Block a user