Skip to content

Commit

Permalink
fix: attribute value must be a JSON stringor null (#18540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee authored Sep 5, 2024
1 parent 0da00de commit 6e150a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 88
"value": "88"
}
],
"enrollments": []
Expand Down Expand Up @@ -120,7 +120,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 70
"value": "70"
}
],
"enrollments": []
Expand Down Expand Up @@ -162,7 +162,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 72
"value": "72"
}
],
"enrollments": []
Expand Down Expand Up @@ -204,7 +204,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 89
"value": "89"
}
],
"enrollments": []
Expand Down Expand Up @@ -246,7 +246,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 91
"value": "91"
}
],
"enrollments": []
Expand Down Expand Up @@ -288,7 +288,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 90
"value": "90"
}
],
"enrollments": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 88
"value": "88"
}
],
"enrollments": []
Expand Down Expand Up @@ -118,7 +118,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 70
"value": "70"
}
],
"enrollments": []
Expand Down Expand Up @@ -168,7 +168,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 70
"value": "70"
}
],
"enrollments": []
Expand Down Expand Up @@ -218,7 +218,7 @@
"idScheme": "UID",
"identifier": "numericAttr"
},
"value": 70
"value": "70"
}
],
"enrollments": []
Expand Down

0 comments on commit 6e150a8

Please sign in to comment.