1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

change values to parameters in schema

This commit is contained in:
Kelly Brazil
2022-08-14 12:18:22 -07:00
parent 0cd471dfb2
commit 2fda7af8a7
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -40,7 +40,7 @@ Blank values converted to `null`/`None`
"structured_data": [
{
"identity": string,
"values": {
"parameters": {
"<key>": string
}
}
@@ -67,7 +67,7 @@ Examples:
"structured_data": [
{
"identity": "exampleSDID@32473",
"values": {
"parameters": {
"iut": "3",
"eventSource": "Application",
"eventID": "1011"
@@ -75,7 +75,7 @@ Examples:
},
{
"identity": "examplePriority@32473",
"values": {
"parameters": {
"class": "high"
}
}