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