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.

cache.json 400B

123456789101112131415161718192021
  1. {
  2. "$id": "cache.json#",
  3. "$schema": "http://json-schema.org/draft-06/schema#",
  4. "properties": {
  5. "beforeRequest": {
  6. "oneOf": [
  7. { "type": "null" },
  8. { "$ref": "beforeRequest.json#" }
  9. ]
  10. },
  11. "afterRequest": {
  12. "oneOf": [
  13. { "type": "null" },
  14. { "$ref": "afterRequest.json#" }
  15. ]
  16. },
  17. "comment": {
  18. "type": "string"
  19. }
  20. }
  21. }