Skip to content

Instantly share code, notes, and snippets.

@perigrin
Created August 6, 2018 17:17
Show Gist options
  • Save perigrin/6b657e8a10badaa1a6eb1a33da6be1b6 to your computer and use it in GitHub Desktop.
Save perigrin/6b657e8a10badaa1a6eb1a33da6be1b6 to your computer and use it in GitHub Desktop.
{
"additionalProperties": "",
"properties": {
"bios_version": {
"type": "string"
},
"memory": {
"type": "object"
},
"processor": {
"type": "object"
},
"product_name": {
"type": "string"
},
"serial_number": {
"type": "string"
},
"state": {
"type": "string"
},
"system_uuid": {
"format": "uuid",
"type": "string"
}
},
"required": [
"product_name",
"serial_number",
"system_uuid",
"state",
"bios_version",
"processor",
"memory"
],
"type": "object"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment