Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
3cebfc2879e7733b392faf8a53a82f35ce7447ee
/
.
/
specification
/
json
/
sections
/
cper-unknown.json
blob: abe03990cea097eb4d74ef8acd6d721fd23ab7ee [
file
] [
log
] [
blame
]
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"type"
:
"object"
,
"required"
:
[
"data"
],
"additionalProperties"
:
false
,
"properties"
:
{
"data"
:
{
"type"
:
"string"
}
}
}