Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Naming convention 

  • JSON (mirror the guidelines for naming JavaScript identifiers)

  • Property names should be meaningful names 

  • Property names must be camel-cased, ascii strings

  • The first character must be a letter

  • Subsequent characters can be a letter, a digit, an underscore

  • Reserved JavaScript keywords should be avoided 

  • Global openIMIS guidelines or per programming language? Better have per language, but define overlaps/interactions

  • FHIR is already guiding, GRAPH-QL is more open