Change in osmo-cbc[master]: bring JSON schema in sync with reality

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Feb 20 18:03:16 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/23010 )

Change subject: bring JSON schema in sync with reality
......................................................................

bring JSON schema in sync with reality

Change-Id: I80f394e76d8c57f367f0049ee52df02d943ad105
---
M cbc.schema.json
M smscb.schema.json
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/cbc.schema.json b/cbc.schema.json
index cdaab38..c4d03dc 100644
--- a/cbc.schema.json
+++ b/cbc.schema.json
@@ -42,7 +42,7 @@
 				"num_of_bcast": { "$ref": "#/definitions/number_of_broadcasts" },
 				"scope": { "$ref": "#/definitions/scope" },
 				"warning_period_sec": { "$ref": "#/definitions/warning_period_sec" },
-				"smscb": { "$ref": "smscb.schema.json#definitions/smscb_message" }
+				"smscb_message": { "$ref": "smscb.schema.json#definitions/smscb_message" }
 			},
 			"required": [ "scope", "smscb" }
 		}
diff --git a/smscb.schema.json b/smscb.schema.json
index a683263..0a3273c 100644
--- a/smscb.schema.json
+++ b/smscb.schema.json
@@ -67,7 +67,7 @@
 				"dcs_class": { "$ref": "#/definitions/dcs_class" },
 				"data_utf8": { "type": "string" }
 			},
-			"required": [ "data" ]
+			"required": [ "data_utf8" ]
 		},
 		"page": {
 			"type": "string"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/23010
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I80f394e76d8c57f367f0049ee52df02d943ad105
Gerrit-Change-Number: 23010
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210220/554b5611/attachment.htm>


More information about the gerrit-log mailing list