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.

json-ref 410B

1234567891011121314151617181920212223242526
  1. {
  2. "$schema" : "http://json-schema.org/draft-02/hyper-schema#",
  3. "id" : "http://json-schema.org/draft-02/json-ref#",
  4. "items" : {"$ref" : "#"},
  5. "additionalProperties" : {"$ref" : "#"},
  6. "links" : [
  7. {
  8. "href" : "{$ref}",
  9. "rel" : "full"
  10. },
  11. {
  12. "href" : "{$schema}",
  13. "rel" : "describedby"
  14. },
  15. {
  16. "href" : "{id}",
  17. "rel" : "self"
  18. }
  19. ],
  20. "fragmentResolution" : "dot-delimited"
  21. }