Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
382ad4c7c33bc0477108e2348e2a54113229f7bf
/
.
/
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"
}
}
}