Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

har.json 200B

12345678910111213
  1. {
  2. "$id": "har.json#",
  3. "$schema": "http://json-schema.org/draft-06/schema#",
  4. "type": "object",
  5. "required": [
  6. "log"
  7. ],
  8. "properties": {
  9. "log": {
  10. "$ref": "log.json#"
  11. }
  12. }
  13. }