bring JSON schema in sync with reality

Change-Id: I80f394e76d8c57f367f0049ee52df02d943ad105
This commit is contained in:
Harald Welte 2021-02-20 18:07:37 +01:00
parent 13385443a3
commit 1c3cfd2ccc
2 changed files with 2 additions and 2 deletions

View File

@ -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" }
}

View File

@ -67,7 +67,7 @@
"dcs_class": { "$ref": "#/definitions/dcs_class" },
"data_utf8": { "type": "string" }
},
"required": [ "data" ]
"required": [ "data_utf8" ]
},
"page": {
"type": "string"