Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
617949e44a01493e158e2290f30b9737b7d08cc0
/
.
/
specification
/
json
/
sections
/
cper-unknown.json
blob: ea8c8f0aacc7e22b8188cd8aa7403abdfd6939b0 [
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"
}
}
}