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