Sign in
fuchsia
/
fuchsia
/
4e767311264f3f5d2b1e5324ad0beda1f03c1a74
/
.
/
src
/
hwinfo
/
hwinfo_board_config_schema.json
blob: 4a477687d3fce4ae60f795406354d23e9b9987cf [
file
] [
log
] [
blame
]
{
"$schema"
:
"http://json-schema.org/schema#"
,
"type"
:
"object"
,
"properties"
:
{
"name"
:
{
"type"
:
"string"
},
"revision"
:
{
"type"
:
"string"
},
"additionalProperties"
:
false
},
"required"
:
[
"name"
,
"revision"
],
"additionalProperties"
:
false
}